| Chris Dalton | 2b59890 | 2020-03-25 10:50:35 -0600 | [diff] [blame^] | 1 | # Copyright 2020 Google Inc. |
| 2 | # | ||||
| 3 | # Use of this source code is governed by a BSD-style license that can be | ||||
| 4 | # found in the LICENSE file. | ||||
| 5 | |||||
| 6 | component("viewer_wasm") { | ||||
| 7 | testonly = true | ||||
| 8 | include_dirs = [ "../.." ] | ||||
| 9 | sources = [ | ||||
| 10 | "../../tools/viewer/SampleSlide.cpp", | ||||
| 11 | ] | ||||
| 12 | deps = [ | ||||
| 13 | "../..:samples", | ||||
| 14 | ] | ||||
| 15 | } | ||||