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

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: 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
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 7dbd2111588df2a5edb6df444cb6c30eef7eb6bd..4c3b29518fdf15188a25e06ecb686cd13395a884 100755
--- a/build/android/buildbot/bb_run_bot.py
+++ b/build/android/buildbot/bb_run_bot.py
@@ -185,18 +185,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)),

Powered by Google App Engine
This is Rietveld 408576698