diff options
| author | charliea <charliea@chromium.org> | 2016-01-25 16:15:15 -0800 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2016-01-26 00:18:20 +0000 |
| commit | 00055282bebe9c692443d0bcb44fb4e9e008daeb (patch) | |
| tree | eca8dd0fd7f135c34cc66795568b1152b92f7eb4 /build | |
| parent | 4cc0ce015c0544bb23b76ad3fa4efd42e1bdea8f (diff) | |
| download | chromium_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')
| -rw-r--r-- | build/gn_migration.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi index 4399879..f5eeb11 100644 --- a/build/gn_migration.gypi +++ b/build/gn_migration.gypi @@ -87,7 +87,6 @@ '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittests', '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_unittests', '../third_party/smhasher/smhasher.gyp:pmurhash', - '../tools/battor_agent/battor_agent.gyp:battor_agent', '../tools/telemetry/telemetry.gyp:bitmaptools#host', '../ui/accessibility/accessibility.gyp:accessibility_unittests', '../ui/base/ui_base_tests.gyp:ui_base_unittests', @@ -367,6 +366,7 @@ '../third_party/codesighs/codesighs.gyp:maptsvdifftool', '../third_party/pdfium/samples/samples.gyp:pdfium_diff', '../third_party/pdfium/samples/samples.gyp:pdfium_test', + '../tools/battor_agent/battor_agent.gyp:battor_agent', '../tools/gn/gn.gyp:gn', '../tools/gn/gn.gyp:gn_unittests', '../tools/perf/clear_system_cache/clear_system_cache.gyp:clear_system_cache', |
