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

Unified Diff: masters/master.chromium.webkit/master_android_contentshell_latest_cfg.py

Issue 14440005: Rework how bots get the version of Blink. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fix typo in devtools master.cfg Created 7 years, 8 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 | masters/master.chromium.webkit/master_android_latest_cfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.webkit/master_android_contentshell_latest_cfg.py
diff --git a/masters/master.chromium.webkit/master_android_contentshell_latest_cfg.py b/masters/master.chromium.webkit/master_android_contentshell_latest_cfg.py
index 9cb6e1c120f14ba00d33567073771651574c4463..c74b5e962b6c4ad174e5ae5545f0d8299c80dfca 100644
--- a/masters/master.chromium.webkit/master_android_contentshell_latest_cfg.py
+++ b/masters/master.chromium.webkit/master_android_contentshell_latest_cfg.py
@@ -39,7 +39,7 @@ B('WebKit (Content Shell) Android', 'f_contentshell_android_rel',
scheduler='s4_contentshell_webkit_rel')
F('f_contentshell_android_rel',
- linux_android().ChromiumWebkitLatestAnnotationFactory(
+ linux_android().ChromiumAnnotationFactory(
annotation_script='src/build/android/buildbot/bb_run_bot.py',
factory_properties={
'additional_drt_flag': '--dump-render-tree',
@@ -56,6 +56,7 @@ F('f_contentshell_android_rel',
'driver_name': 'content_shell',
'generate_gtest_json': True,
'test_results_server': 'test-results.appspot.com',
+ 'blink_config': 'blink',
}))
def Update(_config, active_master, c):
« no previous file with comments | « no previous file | masters/master.chromium.webkit/master_android_latest_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698