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

Unified Diff: masters/master.tryserver.client.pdfium/builders.pyl

Issue 2142353004: Switch all buildbots to GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: small fixes Created 4 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 | « masters/master.client.pdfium/builders.pyl ('k') | scripts/slave/recipes/pdfium.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.client.pdfium/builders.pyl
diff --git a/masters/master.tryserver.client.pdfium/builders.pyl b/masters/master.tryserver.client.pdfium/builders.pyl
index cb3a2f367e0091b4df21396eb73714806ee8dd7a..02a0de3c67988cb1eca9e40e98844dec3e631b64 100644
--- a/masters/master.tryserver.client.pdfium/builders.pyl
+++ b/masters/master.tryserver.client.pdfium/builders.pyl
@@ -10,6 +10,17 @@
"buildbucket_bucket": "master.tryserver.client.pdfium",
"builders": {
+ "android": {
+ "recipe": "pdfium",
+ "scheduler": None,
+ "slave_pools": ["android_slave_pool"],
+ "slavebuilddir": "pdfium",
+ "category": "0main",
+ "properties": {
+ "skip_test": True,
+ "target_os": "android",
+ },
+ },
"linux": {
"recipe": "pdfium",
"scheduler": None,
@@ -17,14 +28,14 @@
"slavebuilddir": "pdfium",
"category": "0main",
},
- "linux_xfa": {
+ "linux_no_v8": {
"recipe": "pdfium",
"scheduler": None,
"slave_pools": ["linux_slave_pool"],
"slavebuilddir": "pdfium",
- "category": "1xfa",
+ "category": "2no_v8",
"properties": {
- "xfa": True,
+ "v8": False,
}
},
"linux_skia": {
@@ -36,33 +47,31 @@
"properties": {
"skia": True,
"xfa": True,
- "gn": True,
"skip_test": True,
}
},
- "linux_no_v8": {
+ "linux_xfa": {
"recipe": "pdfium",
"scheduler": None,
"slave_pools": ["linux_slave_pool"],
"slavebuilddir": "pdfium",
- "category": "2no_v8",
+ "category": "1xfa",
"properties": {
- "v8": False,
+ "xfa": True,
}
},
- "linux_xfa_rel_gn": {
+ "linux_xfa_rel_gyp": {
"recipe": "pdfium",
"scheduler": None,
"slave_pools": ["linux_slave_pool"],
"slavebuilddir": "pdfium",
- "category": "3xfa_gn",
+ "category": "3xfa_gyp",
"properties": {
"xfa": True,
"rel": True,
- "gn": True,
+ "gn": False,
}
},
-
"mac": {
"recipe": "pdfium",
"scheduler": None,
@@ -70,52 +79,50 @@
"slavebuilddir": "pdfium",
"category": "0main",
},
- "mac_skia": {
+ "mac_no_v8": {
"recipe": "pdfium",
"scheduler": None,
"slave_pools": ["mac_slave_pool"],
"slavebuilddir": "pdfium",
- "category": "4skia",
+ "category": "2no_v8",
"properties": {
- "skia": True,
- "xfa": True,
- "gn": True,
- "skip_test": True,
+ "v8": False,
}
},
- "mac_xfa": {
+ "mac_skia": {
"recipe": "pdfium",
"scheduler": None,
"slave_pools": ["mac_slave_pool"],
"slavebuilddir": "pdfium",
- "category": "1xfa",
+ "category": "4skia",
"properties": {
+ "skia": True,
"xfa": True,
+ "skip_test": True,
}
},
- "mac_no_v8": {
+ "mac_xfa": {
"recipe": "pdfium",
"scheduler": None,
"slave_pools": ["mac_slave_pool"],
"slavebuilddir": "pdfium",
- "category": "2no_v8",
+ "category": "1xfa",
"properties": {
- "v8": False,
+ "xfa": True,
}
},
- "mac_xfa_rel_gn": {
+ "mac_xfa_rel_gyp": {
"recipe": "pdfium",
"scheduler": None,
"slave_pools": ["mac_slave_pool"],
"slavebuilddir": "pdfium",
- "category": "3xfa_gn",
+ "category": "3xfa_gyp",
"properties": {
"xfa": True,
"rel": True,
- "gn": True,
+ "gn": False,
}
},
-
"win": {
"recipe": "pdfium",
"scheduler": None,
@@ -123,6 +130,16 @@
"slavebuilddir": "pdfium",
"category": "0main",
},
+ "win_no_v8": {
+ "recipe": "pdfium",
+ "scheduler": None,
+ "slave_pools": ["win_slave_pool"],
+ "slavebuilddir": "pdfium",
+ "category": "2no_v8",
+ "properties": {
+ "v8": False,
+ }
+ },
"win_skia": {
"recipe": "pdfium",
"scheduler": None,
@@ -132,7 +149,6 @@
"properties": {
"skia": True,
"xfa": True,
- "gn": True,
"skip_test": True,
}
},
@@ -156,42 +172,18 @@
"clang": True,
},
},
- "win_no_v8": {
- "recipe": "pdfium",
- "scheduler": None,
- "slave_pools": ["win_slave_pool"],
- "slavebuilddir": "pdfium",
- "category": "2no_v8",
- "properties": {
- "v8": False,
- }
- },
- "win_xfa_64_rel_gn": {
+ "win_xfa_rel_gyp": {
"recipe": "pdfium",
"scheduler": None,
"slave_pools": ["win_slave_pool"],
"slavebuilddir": "pdfium",
- "category": "3xfa_gn",
+ "category": "3xfa_gyp",
"properties": {
"xfa": True,
- "win64": True,
"rel": True,
- "gn": True,
+ "gn": False,
}
},
-
- "android": {
- "recipe": "pdfium",
- "scheduler": None,
- "slave_pools": ["android_slave_pool"],
- "slavebuilddir": "pdfium",
- "category": "0main",
- "properties": {
- "gn": True,
- "skip_test": True,
- "target_os": "android",
- },
- },
},
"schedulers": {},
« no previous file with comments | « masters/master.client.pdfium/builders.pyl ('k') | scripts/slave/recipes/pdfium.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698