| 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 = [ "../.." ] | ||||
| Mike Klein | a01c6b0 | 2020-04-01 13:47:34 -0500 | [diff] [blame^] | 9 | sources = [ "../../tools/viewer/SampleSlide.cpp" ] |
| 10 | deps = [ "../..:samples" ] | ||||
| Chris Dalton | 2b59890 | 2020-03-25 10:50:35 -0600 | [diff] [blame] | 11 | } |