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

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

Issue 2786993004: Change builder config so that android also uses specific version names. (Closed)
Patch Set: Created 3 years, 9 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 272fd6cbcaef15b0a9da7bd0d0768efb8f6d64e0..6ebe26c21e9b0bd2ab1df30c971dd168e17bf4c9 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py
@@ -72,8 +72,8 @@ BUILDERS = {
'specifiers': ['Mac10.12', 'Release']
},
'WebKit Android (Nexus4)': {
- 'port_name': 'android',
- 'specifiers': ['Android', 'Release']
+ 'port_name': 'android-kitkat',
+ 'specifiers': ['KitKat', 'Release']
},
'linux_trusty_blink_rel': {
'port_name': 'linux-trusty',
@@ -116,8 +116,8 @@ BUILDERS = {
'is_try_builder': True,
},
'android_blink_rel': {
- 'port_name': 'android',
- 'specifiers': ['Android', 'Release'],
+ 'port_name': 'android-kitkat',
+ 'specifiers': ['KitKat', '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