| Index: scripts/slave/recipes/pdfium.expected/win_xfa_rel_gyp.json
|
| diff --git a/scripts/slave/recipes/pdfium.expected/win_xfa_64_rel.json b/scripts/slave/recipes/pdfium.expected/win_xfa_rel_gyp.json
|
| similarity index 91%
|
| rename from scripts/slave/recipes/pdfium.expected/win_xfa_64_rel.json
|
| rename to scripts/slave/recipes/pdfium.expected/win_xfa_rel_gyp.json
|
| index 86890be3d7a68059b1a7ec9055dc2c62828084a3..3be467e216e0d44391d2b1a029afd42051c46705 100644
|
| --- a/scripts/slave/recipes/pdfium.expected/win_xfa_64_rel.json
|
| +++ b/scripts/slave/recipes/pdfium.expected/win_xfa_rel_gyp.json
|
| @@ -7,7 +7,7 @@
|
| "--master",
|
| "client.pdfium",
|
| "--builder",
|
| - "windows_xfa_64_rel",
|
| + "windows_xfa_rel_gyp",
|
| "--slave",
|
| "test_slave",
|
| "--spec",
|
| @@ -64,20 +64,20 @@
|
| "cmd": [
|
| "ninja",
|
| "-C",
|
| - "[SLAVE_BUILD]\\pdfium\\out\\Release_x64"
|
| + "[SLAVE_BUILD]\\pdfium\\out\\Release"
|
| ],
|
| "name": "compile with ninja"
|
| },
|
| {
|
| "cmd": [
|
| - "[SLAVE_BUILD]\\pdfium\\out\\Release_x64\\pdfium_unittests.exe"
|
| + "[SLAVE_BUILD]\\pdfium\\out\\Release\\pdfium_unittests.exe"
|
| ],
|
| "cwd": "[SLAVE_BUILD]\\pdfium",
|
| "name": "unittests"
|
| },
|
| {
|
| "cmd": [
|
| - "[SLAVE_BUILD]\\pdfium\\out\\Release_x64\\pdfium_embeddertests.exe"
|
| + "[SLAVE_BUILD]\\pdfium\\out\\Release\\pdfium_embeddertests.exe"
|
| ],
|
| "cwd": "[SLAVE_BUILD]\\pdfium",
|
| "name": "embeddertests"
|
| @@ -88,7 +88,7 @@
|
| "-u",
|
| "[SLAVE_BUILD]\\pdfium\\testing\\tools\\run_javascript_tests.py",
|
| "--build-dir",
|
| - "out\\Release_x64"
|
| + "out\\Release"
|
| ],
|
| "cwd": "[SLAVE_BUILD]\\pdfium",
|
| "name": "javascript tests"
|
| @@ -99,7 +99,7 @@
|
| "-u",
|
| "[SLAVE_BUILD]\\pdfium\\testing\\tools\\run_pixel_tests.py",
|
| "--build-dir",
|
| - "out\\Release_x64"
|
| + "out\\Release"
|
| ],
|
| "cwd": "[SLAVE_BUILD]\\pdfium",
|
| "name": "pixel tests"
|
| @@ -110,7 +110,7 @@
|
| "-u",
|
| "[SLAVE_BUILD]\\pdfium\\testing\\tools\\run_corpus_tests.py",
|
| "--build-dir",
|
| - "out\\Release_x64"
|
| + "out\\Release"
|
| ],
|
| "cwd": "[SLAVE_BUILD]\\pdfium",
|
| "name": "corpus tests"
|
| @@ -120,4 +120,4 @@
|
| "recipe_result": null,
|
| "status_code": 0
|
| }
|
| -]
|
| +]
|
|
|