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

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

Issue 2510773002: Remove Precise builders from webkitpy/common/config/builders.py. (Closed)
Patch Set: Fix access to protected attributes in update_test_expectations_unittest Created 4 years, 1 month 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 | third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/update_test_expectations_unittest.py » ('j') | 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 0432bbc5a98b0ffe869a4322b9668826a2aacabb..dbb9cb1e8939a661d40ac8546ba97dc2eaa17ac3 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/config/builders.py
@@ -39,18 +39,10 @@ BUILDERS = {
"port_name": "win-win10",
"specifiers": ['Win10', 'Release']
},
- "WebKit Linux Precise": {
- "port_name": "linux-precise",
- "specifiers": ['Precise', 'Release']
- },
"WebKit Linux Trusty": {
"port_name": "linux-trusty",
"specifiers": ['Trusty', 'Release']
},
- "WebKit Linux Precise (dbg)": {
- "port_name": "linux-precise",
- "specifiers": ['Precise', 'Debug']
- },
"WebKit Mac10.9": {
"port_name": "mac-mac10.9",
"specifiers": ['Mac10.9', 'Release']
@@ -75,11 +67,6 @@ BUILDERS = {
"port_name": "android",
"specifiers": ['Android', 'Release']
},
- "linux_precise_blink_rel": {
- "port_name": "linux-precise",
- "specifiers": ['Precise', 'Release'],
- "is_try_builder": True,
- },
"linux_trusty_blink_rel": {
"port_name": "linux-trusty",
"specifiers": ['Trusty', 'Release'],
« no previous file with comments | « no previous file | third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/update_test_expectations_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698