Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1210)

Unified Diff: remoting/BUILD.gn

Issue 1341993002: Make sure ar_sample_app is actually built in the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/BUILD.gn
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index 5e2b5c4704205716ac01e79a2c6d02f569685c65..7435e3cc17f4b63e6942f477d0abf72a538fff95 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -20,9 +20,10 @@ group("remoting_all") {
deps = [
#"//remoting:remoting_browser_test_resources",
"//remoting:remoting_unittests",
+
#"//remoting:remoting_webapp_unittests",
#"//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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698