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

Unified Diff: BUILD.gn

Issue 979973002: [Android] Don't build remoting_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 6bc5fd3d3b4f95bb95b94419cf3145d09acaf08d..ca543e6adffbb6f6897bc62b1d18380416071ac6 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -66,7 +66,6 @@ group("gn_all") {
"//ppapi:ppapi_unittests",
"//ppapi/examples", # TODO(GYP): What's the GYP equivalent?
"//printing:printing_unittests",
- "//remoting:remoting_unittests",
"//skia:skia_unittests",
"//sql:sql_unittests",
"//sync:sync_unit_tests",
@@ -101,6 +100,10 @@ group("gn_all") {
deps += [ "//extensions/shell:app_shell_unittests" ]
}
+ if (!is_android) {
+ deps += [ "//remoting:remoting_unittests" ]
+ }
+
if (!is_win) {
deps += [ "//breakpad:symupload" ]
}
« 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