blob: f227840a4f6b185f191d66ef6b932d61388d936c [file] [log] [blame]
# 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 = [ "../.." ]
sources = [ "../../tools/viewer/SampleSlide.cpp" ]
deps = [ "../..:samples" ]
}