| Index: scripts/slave/recipes/pdfium.expected/win_skia.json
|
| diff --git a/scripts/slave/recipes/pdfium.expected/win_skia.json b/scripts/slave/recipes/pdfium.expected/win_skia.json
|
| index 52c1d802fca67cd14d7c400114d27c3cb45c1164..5a8aea9ef66795e5a7a1ea3bcc228b14ea9e7ba8 100644
|
| --- a/scripts/slave/recipes/pdfium.expected/win_skia.json
|
| +++ b/scripts/slave/recipes/pdfium.expected/win_skia.json
|
| @@ -55,6 +55,7 @@
|
| ],
|
| "cwd": "[SLAVE_BUILD]\\pdfium",
|
| "env": {
|
| + "GYP_PDFIUM_NO_ACTION": "1",
|
| "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=1 pdf_use_skia=1",
|
| "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=true pdf_enable_xfa=true pdf_use_skia=true pdf_is_standalone=true"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]\\pdfium",
|
| + "name": "gn gen"
|
| + },
|
| + {
|
| + "cmd": [
|
| "ninja",
|
| "-C",
|
| "[SLAVE_BUILD]\\pdfium\\out\\Debug"
|
|
|