summaryrefslogtreecommitdiffstats
path: root/build/android
diff options
context:
space:
mode:
authorkjellander@chromium.org <kjellander@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-05 13:34:15 +0000
committerkjellander@chromium.org <kjellander@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-05 13:34:15 +0000
commitebf53ebdeb32bfe64eeb0f3f9f0341d4773ec416 (patch)
treec6fbc32389391392d30652d21dc32f840c77ad92 /build/android
parent8ca32a7cfe1ecc99fc352212ac0ceaae6fc35c08 (diff)
downloadchromium_src-ebf53ebdeb32bfe64eeb0f3f9f0341d4773ec416.zip
chromium_src-ebf53ebdeb32bfe64eeb0f3f9f0341d4773ec416.tar.gz
chromium_src-ebf53ebdeb32bfe64eeb0f3f9f0341d4773ec416.tar.bz2
Add target for building Chromium tests for WebRTC.
WebRTC is running the content_browsertests test for ToT WebRTC revisions to track regressions on an early stage. In order to save compile time and build artifacts, we want to build only what's needed (i.e. not the All target). In https://codereview.chromium.org/27622005/ an attempt was made to make content_browsertests_apk to be enough of target to build (that CL made it also build android_tools). Since that approach was having bad sideffects, this helper target should give us everything needed for our build. NOTRY=True TEST=local compile, verifying the apk and host_forwarder is built. BUG=305749 Review URL: https://codereview.chromium.org/43463004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232956 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/android')
-rwxr-xr-xbuild/android/buildbot/bb_run_bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py
index 10a6df1..12328a1 100755
--- a/build/android/buildbot/bb_run_bot.py
+++ b/build/android/buildbot/bb_run_bot.py
@@ -171,7 +171,7 @@ def GetBotStepMap():
B('builder-unit-tests', H(compile_step), T(['unit'])),
B('webrtc-chromium-builder',
H(std_build_steps,
- extra_args=['--build-targets=content_browsertests_apk'])),
+ extra_args=['--build-targets=android_builder_chromium_webrtc'])),
B('webrtc-native-builder',
H(std_build_steps,
extra_args=['--build-targets=android_builder_webrtc'],