| 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
|
| }
|
| -]
|
| +]
|
|
|