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

Unified Diff: masters/master.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 | « no previous file | masters/master.tryserver.client.pdfium/builders.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.pdfium/builders.pyl
diff --git a/masters/master.client.pdfium/builders.pyl b/masters/master.client.pdfium/builders.pyl
index 36fe7cd60445ffccbbe77080f7092502cc6c4786..ed24e16f9352e288e77b51920aad378d967cb740 100644
--- a/masters/master.client.pdfium/builders.pyl
+++ b/masters/master.client.pdfium/builders.pyl
@@ -7,55 +7,45 @@
"templates": ["templates", "../master.chromium/templates"],
"builders": {
- "linux": {
- "recipe": "pdfium",
- "scheduler": "pdfium_commits",
- "slave_pools": ["linux_trusty"],
- "category": "0main",
- },
- "linux_asan": {
+ "android": {
"recipe": "pdfium",
"scheduler": "pdfium_commits",
- "slave_pools": ["linux_trusty"],
+ "slave_pools": ["android"],
"category": "0main",
"properties": {
- "memory_tool": "asan",
+ "skip_test": True,
+ "target_os": "android",
},
},
- "linux_no_v8": {
+ "drm_win_xfa": {
"recipe": "pdfium",
"scheduler": "pdfium_commits",
- "slave_pools": ["linux_trusty"],
- "category": "2no_v8",
+ "slave_pools": ["drmemory_win"],
+ "category": "1xfa",
"properties": {
- "v8": False,
+ "xfa": True,
+ "memory_tool": "drmemory",
},
},
- "mac": {
+ "linux": {
"recipe": "pdfium",
"scheduler": "pdfium_commits",
- "slave_pools": ["mac"],
+ "slave_pools": ["linux_trusty"],
"category": "0main",
},
- "mac_no_v8": {
+ "linux_asan": {
"recipe": "pdfium",
"scheduler": "pdfium_commits",
- "slave_pools": ["mac"],
- "category": "2no_v8",
+ "slave_pools": ["linux_trusty"],
+ "category": "0main",
"properties": {
- "v8": False,
+ "memory_tool": "asan",
},
},
- "windows": {
- "recipe": "pdfium",
- "scheduler": "pdfium_commits",
- "slave_pools": ["windows"],
- "category": "0main",
- },
- "windows_no_v8": {
+ "linux_no_v8": {
"recipe": "pdfium",
"scheduler": "pdfium_commits",
- "slave_pools": ["windows"],
+ "slave_pools": ["linux_trusty"],
"category": "2no_v8",
"properties": {
"v8": False,
@@ -70,45 +60,60 @@
"xfa": True,
},
},
- "linux_xfa_rel": {
+ "linux_xfa_asan": {
"recipe": "pdfium",
"scheduler": "pdfium_commits",
"slave_pools": ["linux_trusty"],
"category": "1xfa",
"properties": {
"xfa": True,
- "rel": True,
+ "memory_tool": "asan",
},
},
- "linux_xfa_debug_gn": {
+ "linux_xfa_gyp": {
"recipe": "pdfium",
"scheduler": "pdfium_commits",
"slave_pools": ["linux_trusty"],
- "category": "3xfa_gn",
+ "category": "3xfa_gyp",
"properties": {
"xfa": True,
- "gn": True,
+ "gn": False,
},
},
- "linux_xfa_rel_gn": {
+ "linux_xfa_rel": {
"recipe": "pdfium",
"scheduler": "pdfium_commits",
"slave_pools": ["linux_trusty"],
- "category": "3xfa_gn",
+ "category": "1xfa",
"properties": {
"xfa": True,
"rel": True,
- "gn": True,
},
},
- "linux_xfa_asan": {
+ "linux_xfa_rel_gyp": {
"recipe": "pdfium",
"scheduler": "pdfium_commits",
"slave_pools": ["linux_trusty"],
- "category": "1xfa",
+ "category": "3xfa_gyp",
"properties": {
"xfa": True,
- "memory_tool": "asan",
+ "rel": True,
+ "gn": False,
+ },
+ },
+ "mac": {
+ "recipe": "pdfium",
+ "scheduler": "pdfium_commits",
+ "slave_pools": ["mac"],
+ "category": "0main",
+ },
+ "mac_no_v8": {
+ "recipe": "pdfium",
+ "scheduler": "pdfium_commits",
+ "slave_pools": ["mac"],
+ "category": "2no_v8",
+ "properties": {
+ "v8": False,
},
},
"mac_xfa": {
@@ -120,81 +125,82 @@
"xfa": True,
},
},
- "mac_xfa_debug_gn": {
+ "mac_xfa_gyp": {
"recipe": "pdfium",
"scheduler": "pdfium_commits",
"slave_pools": ["mac"],
- "category": "3xfa_gn",
+ "category": "3xfa_gyp",
"properties": {
"xfa": True,
- "gn": True,
+ "gn": False,
},
},
- "mac_xfa_rel_gn": {
+ "mac_xfa_rel": {
"recipe": "pdfium",
"scheduler": "pdfium_commits",
"slave_pools": ["mac"],
- "category": "3xfa_gn",
+ "category": "1xfa",
"properties": {
"xfa": True,
"rel": True,
- "gn": True,
},
},
- "windows_xfa": {
+ "mac_xfa_rel_gyp": {
"recipe": "pdfium",
"scheduler": "pdfium_commits",
- "slave_pools": ["windows"],
- "category": "1xfa",
+ "slave_pools": ["mac"],
+ "category": "3xfa_gyp",
"properties": {
"xfa": True,
+ "rel": True,
+ "gn": False,
},
},
- "windows_xfa_64": {
+ "windows": {
"recipe": "pdfium",
"scheduler": "pdfium_commits",
"slave_pools": ["windows"],
- "category": "1xfa",
+ "category": "0main",
+ },
+ "windows_no_v8": {
+ "recipe": "pdfium",
+ "scheduler": "pdfium_commits",
+ "slave_pools": ["windows"],
+ "category": "2no_v8",
"properties": {
- "xfa": True,
- "win64": True,
+ "v8": False,
},
},
- "windows_xfa_64_rel": {
+ "windows_xfa": {
"recipe": "pdfium",
"scheduler": "pdfium_commits",
"slave_pools": ["windows"],
"category": "1xfa",
"properties": {
"xfa": True,
- "win64": True,
- "rel": True,
},
},
- "windows_xfa_64_debug_gn": {
+ "windows_xfa_32": {
"recipe": "pdfium",
"scheduler": "pdfium_commits",
"slave_pools": ["windows"],
- "category": "3xfa_gn",
+ "category": "1xfa",
"properties": {
"xfa": True,
- "win64": True,
- "gn": True,
+ "win32": True,
},
},
- "windows_xfa_64_rel_gn": {
+ "windows_xfa_clang": {
"recipe": "pdfium",
"scheduler": "pdfium_commits",
"slave_pools": ["windows"],
- "category": "3xfa_gn",
+ "category": "1xfa",
"properties": {
"xfa": True,
- "win64": True,
- "rel": True,
- "gn": True,
+ "clang": True,
},
},
- "windows_xfa_clang": {
+ "windows_xfa_clang_32": {
"recipe": "pdfium",
"scheduler": "pdfium_commits",
"slave_pools": ["windows"],
@@ -202,38 +208,38 @@
"properties": {
"xfa": True,
"clang": True,
+ "win32": True,
},
},
- "windows_xfa_clang_x64": {
+ "windows_xfa_gyp": {
"recipe": "pdfium",
"scheduler": "pdfium_commits",
"slave_pools": ["windows"],
- "category": "1xfa",
+ "category": "3xfa_gyp",
"properties": {
"xfa": True,
- "clang": True,
- "win64": True,
+ "gn": False,
},
},
- "drm_win_xfa": {
+ "windows_xfa_rel": {
"recipe": "pdfium",
"scheduler": "pdfium_commits",
- "slave_pools": ["drmemory_win"],
+ "slave_pools": ["windows"],
"category": "1xfa",
"properties": {
"xfa": True,
- "memory_tool": "drmemory",
+ "rel": True,
},
},
- "android": {
+ "windows_xfa_rel_gyp": {
"recipe": "pdfium",
"scheduler": "pdfium_commits",
- "slave_pools": ["android"],
- "category": "0main",
+ "slave_pools": ["windows"],
+ "category": "3xfa_gyp",
"properties": {
- "gn": True,
- "skip_test": True,
- "target_os": "android",
+ "xfa": True,
+ "rel": True,
+ "gn": False,
},
},
},
« no previous file with comments | « no previous file | masters/master.tryserver.client.pdfium/builders.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698