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

Unified Diff: remoting/BUILD.gn

Issue 1969503002: Address more TOOD(GYP) in GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android Created 4 years, 7 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
Index: remoting/BUILD.gn
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index ba9dc2f715527d969ee98e73d58a77d94c037b1a..1dbb41e1f67359c37a5016c6d319a69cfc6838ea 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -24,11 +24,10 @@ group("remoting_all") {
testonly = true
deps = [
- #"//remoting:remoting_browser_test_resources",
"//remoting:remoting_unittests",
"//remoting/test:chromoting_test_driver",
-
- #"//remoting:remoting_webapp_unittests",
+ "//remoting/webapp:browser_test_resources",
+ "//remoting/webapp:unit_tests",
]
# TODO(GYP): add is_mac

Powered by Google App Engine
This is Rietveld 408576698