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

Unified Diff: masters/master.chromium.linux/master_android_cfg.py

Issue 20653002: Add Android Webview AOSP builder to chromium.linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 5 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.linux/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.linux/master_android_cfg.py
diff --git a/masters/master.chromium.linux/master_android_cfg.py b/masters/master.chromium.linux/master_android_cfg.py
index 764e96a603db307b05cca0184f25ca407094db14..540f054bf000929daa3214494d8403011f8d1148 100644
--- a/masters/master.chromium.linux/master_android_cfg.py
+++ b/masters/master.chromium.linux/master_android_cfg.py
@@ -3,6 +3,7 @@
# found in the LICENSE file.
from master import master_config
+from master.factory import annotator_factory
from master.factory import chromium_factory
defaults = {}
@@ -13,7 +14,8 @@ F = helper.Factory
S = helper.Scheduler
T = helper.Triggerable
-def linux_android(): return chromium_factory.ChromiumFactory(
+def linux_android():
+ return chromium_factory.ChromiumFactory(
'', 'linux2', nohooks_on_update=True, target_os='android')
defaults['category'] = '5android'
@@ -90,6 +92,11 @@ F('f_android_clang_dbg', linux_android().ChromiumAnnotationFactory(
'android_bot_id': 'main-clang-builder-dbg',
}))
+B('Android Webview AOSP Builder', 'f_android_webview_aosp_rel', 'android',
+ 'android', notify_on_missing=True)
+F('f_android_webview_aosp_rel',
+ annotator_factory.AnnotatorFactory().BaseFactory('android_webview_aosp'))
-def Update(config_arg, active_master, c):
+
+def Update(_config_arg, _active_master, c):
return helper.Update(c)
« no previous file with comments | « no previous file | masters/master.chromium.linux/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698