summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorcharliea <charliea@chromium.org>2016-01-25 16:15:15 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-26 00:18:20 +0000
commit00055282bebe9c692443d0bcb44fb4e9e008daeb (patch)
treeeca8dd0fd7f135c34cc66795568b1152b92f7eb4 /BUILD.gn
parent4cc0ce015c0544bb23b76ad3fa4efd42e1bdea8f (diff)
downloadchromium_src-00055282bebe9c692443d0bcb44fb4e9e008daeb.zip
chromium_src-00055282bebe9c692443d0bcb44fb4e9e008daeb.tar.gz
chromium_src-00055282bebe9c692443d0bcb44fb4e9e008daeb.tar.bz2
tools/battor_agent: Removes CrOS and Android from target platforms
https://crrev.com/1611533002/ added necessary serial device enumeration to the agent, which broke the Android build because I was inadvertently building the agent on Android builders. My goal is to have battor_agent only be buildable on Mac, Windows, and Linux desktop machines. If I did that wrong, please let me know! Review URL: https://codereview.chromium.org/1611353003 Cr-Commit-Position: refs/heads/master@{#371367}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn5
1 files changed, 1 insertions, 4 deletions
diff --git a/BUILD.gn b/BUILD.gn
index ca46398..91b0c0a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -148,6 +148,7 @@ group("both_gn_and_gyp") {
"//third_party/cacheinvalidation:cacheinvalidation_unittests",
"//third_party/codesighs",
"//third_party/pdfium/samples:pdfium_test",
+ "//tools/battor_agent",
"//tools/gn",
"//tools/gn:gn_unittests",
"//tools/perf/clear_system_cache",
@@ -222,10 +223,6 @@ group("both_gn_and_gyp") {
}
}
- if (is_mac || is_win || is_linux) {
- deps += [ "//tools/battor_agent" ]
- }
-
deps += root_extra_deps
if (enable_extensions) {