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

Unified Diff: scripts/slave/recipes/pdfium.expected/win_xfa_32.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
Index: scripts/slave/recipes/pdfium.expected/win_xfa_32.json
diff --git a/scripts/slave/recipes/pdfium.expected/win_xfa_64_debug_gn.json b/scripts/slave/recipes/pdfium.expected/win_xfa_32.json
similarity index 88%
rename from scripts/slave/recipes/pdfium.expected/win_xfa_64_debug_gn.json
rename to scripts/slave/recipes/pdfium.expected/win_xfa_32.json
index 9c7a7268632d96d4d700e4b87c1469878a4d9b86..1e291a516bd8f2ab97745aa1056b8c81b0e7e27e 100644
--- a/scripts/slave/recipes/pdfium.expected/win_xfa_64_debug_gn.json
+++ b/scripts/slave/recipes/pdfium.expected/win_xfa_32.json
@@ -7,7 +7,7 @@
"--master",
"client.pdfium",
"--builder",
- "windows_xfa_64_debug_gn",
+ "windows_xfa_32",
"--slave",
"test_slave",
"--spec",
@@ -55,8 +55,8 @@
],
"cwd": "[SLAVE_BUILD]\\pdfium",
"env": {
- "GYP_CHROMIUM_NO_ACTION": "1",
- "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=1 target_arch=x64",
+ "GYP_PDFIUM_NO_ACTION": "1",
+ "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=1 target_arch=ia32",
"PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
},
"name": "gclient runhooks"
@@ -68,8 +68,8 @@
"[DEPOT_TOOLS]\\gn.py",
"--root=[SLAVE_BUILD]\\pdfium",
"gen",
- "//out/Debug_x64",
- "--args=is_debug=true pdf_enable_v8=true pdf_enable_xfa=true pdf_use_skia=false pdf_is_standalone=true"
+ "//out/Debug_x86",
+ "--args=is_debug=true pdf_enable_v8=true pdf_enable_xfa=true pdf_use_skia=false pdf_is_standalone=true target_cpu=\"x86\""
],
"cwd": "[SLAVE_BUILD]\\pdfium",
"name": "gn gen"
@@ -78,20 +78,20 @@
"cmd": [
"ninja",
"-C",
- "[SLAVE_BUILD]\\pdfium\\out\\Debug_x64"
+ "[SLAVE_BUILD]\\pdfium\\out\\Debug_x86"
],
"name": "compile with ninja"
},
{
"cmd": [
- "[SLAVE_BUILD]\\pdfium\\out\\Debug_x64\\pdfium_unittests.exe"
+ "[SLAVE_BUILD]\\pdfium\\out\\Debug_x86\\pdfium_unittests.exe"
],
"cwd": "[SLAVE_BUILD]\\pdfium",
"name": "unittests"
},
{
"cmd": [
- "[SLAVE_BUILD]\\pdfium\\out\\Debug_x64\\pdfium_embeddertests.exe"
+ "[SLAVE_BUILD]\\pdfium\\out\\Debug_x86\\pdfium_embeddertests.exe"
],
"cwd": "[SLAVE_BUILD]\\pdfium",
"name": "embeddertests"
@@ -102,7 +102,7 @@
"-u",
"[SLAVE_BUILD]\\pdfium\\testing\\tools\\run_javascript_tests.py",
"--build-dir",
- "out\\Debug_x64"
+ "out\\Debug_x86"
],
"cwd": "[SLAVE_BUILD]\\pdfium",
"name": "javascript tests"
@@ -113,7 +113,7 @@
"-u",
"[SLAVE_BUILD]\\pdfium\\testing\\tools\\run_pixel_tests.py",
"--build-dir",
- "out\\Debug_x64"
+ "out\\Debug_x86"
],
"cwd": "[SLAVE_BUILD]\\pdfium",
"name": "pixel tests"
@@ -124,7 +124,7 @@
"-u",
"[SLAVE_BUILD]\\pdfium\\testing\\tools\\run_corpus_tests.py",
"--build-dir",
- "out\\Debug_x64"
+ "out\\Debug_x86"
],
"cwd": "[SLAVE_BUILD]\\pdfium",
"name": "corpus tests"
« no previous file with comments | « scripts/slave/recipes/pdfium.expected/win_xfa.json ('k') | scripts/slave/recipes/pdfium.expected/win_xfa_64.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698