aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorbtolsch <btolsch@chromium.org>2019-04-29 12:57:10 -0700
committerCommit Bot <commit-bot@chromium.org>2019-04-29 22:05:06 +0000
commitea40486bb9c39e30c4b55452ed95ee788dd52ae5 (patch)
treec2875743ed6d9065f17769802362472d54867296 /BUILD.gn
parent3807c355d814d8d30b92f53c84b4db7f8ccf05d5 (diff)
downloadopenscreen-ea40486bb9c39e30c4b55452ed95ee788dd52ae5.tar.gz
Remove hello sample
Now that the demo is more complete and documented, we don't need the hello sample anymore. This change removes it. Change-Id: I0437fc0a08146a478fb97c490bfcf506366d229e Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/1588990 Commit-Queue: mark a. foltz <mfoltz@chromium.org> Reviewed-by: Max Yakimakha <yakimakha@google.com> Reviewed-by: mark a. foltz <mfoltz@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index c511d12d..65ddd1d4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -19,7 +19,6 @@ group("gn_all") {
"base",
"msgs",
"platform",
- "sample:hello",
"third_party/abseil",
"third_party/tinycbor",
"tools/cddl",
@@ -46,7 +45,6 @@ executable("openscreen_unittests") {
"discovery/mdns:mdns_unittests",
"msgs:unittests",
"platform:platform_unittests",
- "sample:hello_unittests",
"streaming/cast:cast_unittests",
"third_party/abseil",
"third_party/googletest:gtest_main",