blob: f227840a4f6b185f191d66ef6b932d61388d936c [file] [log] [blame]
Chris Dalton2b598902020-03-25 10:50:35 -06001# 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
6component("viewer_wasm") {
7 testonly = true
8 include_dirs = [ "../.." ]
Mike Kleina01c6b02020-04-01 13:47:34 -05009 sources = [ "../../tools/viewer/SampleSlide.cpp" ]
10 deps = [ "../..:samples" ]
Chris Dalton2b598902020-03-25 10:50:35 -060011}