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

Unified Diff: scripts/slave/recipes/pdfium.expected/mac_no_v8.json

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 | « scripts/slave/recipes/pdfium.expected/mac.json ('k') | scripts/slave/recipes/pdfium.expected/mac_skia.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/pdfium.expected/mac_no_v8.json
diff --git a/scripts/slave/recipes/pdfium.expected/mac_no_v8.json b/scripts/slave/recipes/pdfium.expected/mac_no_v8.json
index 487c876aabeb69ec0b2907a691744c8e94456bec..0441fa7d4fac4f950ee23dbaa962f47ae2235116 100644
--- a/scripts/slave/recipes/pdfium.expected/mac_no_v8.json
+++ b/scripts/slave/recipes/pdfium.expected/mac_no_v8.json
@@ -7,7 +7,7 @@
"--master",
"client.pdfium",
"--builder",
- "mac",
+ "mac_no_v8",
"--slave",
"test_slave",
"--spec",
@@ -55,6 +55,7 @@
],
"cwd": "[SLAVE_BUILD]/pdfium",
"env": {
+ "GYP_PDFIUM_NO_ACTION": "1",
"GYP_DEFINES": "pdf_enable_v8=0 pdf_enable_xfa=0",
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -62,6 +63,19 @@
},
{
"cmd": [
+ "python",
+ "-u",
+ "[DEPOT_TOOLS]/gn.py",
+ "--root=[SLAVE_BUILD]/pdfium",
+ "gen",
+ "//out/Debug",
+ "--args=is_debug=true pdf_enable_v8=false pdf_enable_xfa=false pdf_use_skia=false pdf_is_standalone=true"
+ ],
+ "cwd": "[SLAVE_BUILD]/pdfium",
+ "name": "gn gen"
+ },
+ {
+ "cmd": [
"ninja",
"-C",
"[SLAVE_BUILD]/pdfium/out/Debug"
@@ -109,4 +123,4 @@
"recipe_result": null,
"status_code": 0
}
-]
+]
« no previous file with comments | « scripts/slave/recipes/pdfium.expected/mac.json ('k') | scripts/slave/recipes/pdfium.expected/mac_skia.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698