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

Unified Diff: scripts/slave/recipes/pdfium.expected/win_xfa_clang_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_clang_32.json
diff --git a/scripts/slave/recipes/pdfium.expected/win_xfa_clang_x64.json b/scripts/slave/recipes/pdfium.expected/win_xfa_clang_32.json
similarity index 79%
rename from scripts/slave/recipes/pdfium.expected/win_xfa_clang_x64.json
rename to scripts/slave/recipes/pdfium.expected/win_xfa_clang_32.json
index 4465fe2da50980cd0453f42144774821fcb5c7d9..6abf551fb827852fa87e1244d9963a52cc5014d4 100644
--- a/scripts/slave/recipes/pdfium.expected/win_xfa_clang_x64.json
+++ b/scripts/slave/recipes/pdfium.expected/win_xfa_clang_32.json
@@ -7,7 +7,7 @@
"--master",
"client.pdfium",
"--builder",
- "windows_xfa_clang_x64",
+ "windows_xfa_clang_32",
"--slave",
"test_slave",
"--spec",
@@ -55,29 +55,43 @@
],
"cwd": "[SLAVE_BUILD]\\pdfium",
"env": {
- "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=1 target_arch=x64 clang=1",
+ "GYP_PDFIUM_NO_ACTION": "1",
+ "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=1 clang=1 target_arch=ia32",
"PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
},
"name": "gclient runhooks"
},
{
"cmd": [
+ "python",
+ "-u",
+ "[DEPOT_TOOLS]\\gn.py",
+ "--root=[SLAVE_BUILD]\\pdfium",
+ "gen",
+ "//out/Debug_x86",
+ "--args=is_debug=true pdf_enable_v8=true pdf_enable_xfa=true pdf_use_skia=false pdf_is_standalone=true is_clang=true target_cpu=\"x86\""
+ ],
+ "cwd": "[SLAVE_BUILD]\\pdfium",
+ "name": "gn gen"
+ },
+ {
+ "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"
@@ -88,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"
@@ -99,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"
@@ -110,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"
@@ -120,4 +134,4 @@
"recipe_result": null,
"status_code": 0
}
-]
+]
« no previous file with comments | « scripts/slave/recipes/pdfium.expected/win_xfa_clang.json ('k') | scripts/slave/recipes/pdfium.expected/win_xfa_clang_x64.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698