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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py

Issue 1971113002: WebRTC: Update compile targets for Android GN bots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 7 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 | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Builder_ARM64__dbg_.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py b/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
index 350b2688f1cf4d5960b9d882b5b17182b7bbb4fe..08eda27e0a9bf0f5c7b437bd238a64b03abbb78e 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_webrtc.py
@@ -55,7 +55,7 @@ def BuildSpec(platform, target_bits, build_config='Release',
build_config=build_config)
if platform == 'android':
- spec['compile_targets'] = ['android_builder_chromium_webrtc']
+ spec['compile_targets'] = []
else:
spec['compile_targets'] = ['chromium_builder_webrtc']
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Builder_ARM64__dbg_.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698