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

Unified Diff: build/android/buildbot/bb_run_bot.py

Issue 500423004: Refactor/cleanup WebRTC-specific Andorid glue code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 6 years, 4 months 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 | « build/android/buildbot/bb_device_steps.py ('k') | build/android/pylib/constants.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/bb_run_bot.py
diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py
index 96b558d12b4697be70ca4eebe51ee7ca2f86b8f3..2acde09c41873ea6fd817d9784a70cac5dfea7d4 100755
--- a/build/android/buildbot/bb_run_bot.py
+++ b/build/android/buildbot/bb_run_bot.py
@@ -187,18 +187,6 @@ def GetBotStepMap():
B('webkit-latest-contentshell', H(compile_step),
T(['webkit_layout'], ['--auto-reconnect'])),
B('builder-unit-tests', H(compile_step), T(['unit'])),
- B('webrtc-chromium-builder',
- H(std_build_steps,
- extra_args=['--build-targets=android_builder_chromium_webrtc'])),
- B('webrtc-native-builder',
- H(std_build_steps,
- extra_args=['--build-targets=android_builder_webrtc'],
- extra_gyp='include_tests=1 enable_tracing=1')),
- B('webrtc-chromium-tests', H(std_test_steps),
- T(['webrtc_chromium'],
- [flakiness_server, '--gtest-filter=WebRtc*', '--cleanup'])),
- B('webrtc-native-tests', H(std_test_steps),
- T(['webrtc_native'], ['--cleanup', flakiness_server])),
# Generic builder config (for substring match).
B('builder', H(std_build_steps)),
« no previous file with comments | « build/android/buildbot/bb_device_steps.py ('k') | build/android/pylib/constants.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698