aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn11
1 files changed, 11 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 50bf17f79b..4af4014c9c 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1528,6 +1528,17 @@ if (skia_enable_tools) {
}
}
+ if (!is_win) {
+ test_app("remote_demo") {
+ sources = [
+ "tools/remote_demo.cpp",
+ ]
+ deps = [
+ ":skia",
+ ]
+ }
+ }
+
test_app("ok") {
sources = [
"dm/DMFontMgr.cpp",