diff options
author | charliea <charliea@chromium.org> | 2016-01-28 16:12:08 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-01-29 00:13:49 +0000 |
commit | faf17b484d69f409b1e2cb8237ac79069434b8b4 (patch) | |
tree | bddb2f2f6efd4547278d21fce86bf86ccefc4b33 /build/all.gyp | |
parent | 0a9cbf1781a114b35a4e0f4a834f2d24ade2e917 (diff) | |
download | chromium_src-faf17b484d69f409b1e2cb8237ac79069434b8b4.zip chromium_src-faf17b484d69f409b1e2cb8237ac79069434b8b4.tar.gz chromium_src-faf17b484d69f409b1e2cb8237ac79069434b8b4.tar.bz2 |
tools/battor_agent: *Actually* makes the BattOr build on all platforms
I thought this was happening before, but upon further inspection, it
looks like whatever I did wasn't working. This way of building the
battor_agent seems to be.
Given that the battor_agent will be used by Telemetry, it makes sense
to build this on the waterfall.
BUG=571458
Review URL: https://codereview.chromium.org/1640883003
Cr-Commit-Position: refs/heads/master@{#372213}
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 406ebaf..9138b0a 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -158,6 +158,7 @@ '../third_party/ots/ots.gyp:*', '../third_party/pdfium/samples/samples.gyp:*', '../third_party/qcms/qcms.gyp:*', + '../tools/battor_agent/battor_agent.gyp:*', '../tools/gn/gn.gyp:*', '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', '../v8/tools/gyp/v8.gyp:*', |