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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py

Issue 2244703004: Re-add android try bot to webkitpy builder config. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py
index f91cc585a3a273cfb84dfab22311513db1c3f3f9..155f4a780d850fbd04fa9612af627b531da74ef5 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py
@@ -115,5 +115,9 @@ BUILDERS = {
"specifiers": ['Win10', 'Release'],
"is_try_builder": True,
},
- # TODO(qyearsley): Add android_blink_rel.
+ "android_blink_rel": {
+ "port_name": "android",
+ "specifiers": ['Android', 'Release'],
+ "is_try_builder": True,
+ },
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698