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

Unified Diff: BUILD.gn

Issue 1545963003: GN: Don't compile battor_agent, imagediff, bitmaptools on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert non-battor tools Created 5 years 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 | device/serial/BUILD.gn » ('j') | 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 76c24b996e883c784bd135a23bf073e441b08825..d8055d11bcfbe148a1f7852d4447c47b16944753 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -196,7 +196,6 @@ group("both_gn_and_gyp") {
"//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests",
"//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests",
"//third_party/smhasher:pmurhash",
- "//tools/battor_agent",
"//tools/imagediff($host_toolchain)",
"//tools/telemetry:bitmaptools($host_toolchain)",
"//ui/display:display_unittests",
@@ -224,6 +223,10 @@ group("both_gn_and_gyp") {
}
}
+ if (is_mac || is_win || is_linux) {
+ deps += [ "//tools/battor_agent" ]
+ }
+
deps += root_extra_deps
if (enable_extensions) {
« no previous file with comments | « no previous file | device/serial/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698