2020-03-25 16:50:35 +00:00
|
|
|
# Copyright 2020 Google Inc.
|
|
|
|
#
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
|
|
|
|
component("viewer_wasm") {
|
|
|
|
testonly = true
|
|
|
|
include_dirs = [ "../.." ]
|
2020-04-01 18:47:34 +00:00
|
|
|
sources = [ "../../tools/viewer/SampleSlide.cpp" ]
|
|
|
|
deps = [ "../..:samples" ]
|
2020-03-25 16:50:35 +00:00
|
|
|
}
|