Commit 03377b81 authored by dpranke's avatar dpranke Committed by Commit bot

Make sure ar_sample_app is actually built in the GN build.

R=garykac@chromium.org
BUG=471916

Review URL: https://codereview.chromium.org/1341993002

Cr-Commit-Position: refs/heads/master@{#348788}
parent d67e27fd
...@@ -20,9 +20,10 @@ group("remoting_all") { ...@@ -20,9 +20,10 @@ group("remoting_all") {
deps = [ deps = [
#"//remoting:remoting_browser_test_resources", #"//remoting:remoting_browser_test_resources",
"//remoting:remoting_unittests", "//remoting:remoting_unittests",
#"//remoting:remoting_webapp_unittests", #"//remoting:remoting_webapp_unittests",
#"//app_remoting_test.gyp:ar_sample_test_driver", #"//app_remoting_test.gyp:ar_sample_test_driver",
#"//app_remoting_webapp.gyp:ar_sample_app", "//remoting/webapp:ar_sample_app",
] ]
# TODO(GYP): add is_mac # TODO(GYP): add is_mac
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment