| Index: scripts/slave/recipes/pdfium.expected/linux_xfa_asan.json
|
| diff --git a/scripts/slave/recipes/pdfium.expected/linux_xfa_asan.json b/scripts/slave/recipes/pdfium.expected/linux_xfa_asan.json
|
| index f61362847cdf6b91e0d5e11d159b5e64859ceee7..fbf48bf40b54d0426c1678c2ec2eb835c020e44a 100644
|
| --- a/scripts/slave/recipes/pdfium.expected/linux_xfa_asan.json
|
| +++ b/scripts/slave/recipes/pdfium.expected/linux_xfa_asan.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 asan=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=false pdf_is_standalone=true is_asan=true"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]/pdfium",
|
| + "name": "gn gen"
|
| + },
|
| + {
|
| + "cmd": [
|
| "ninja",
|
| "-C",
|
| "[SLAVE_BUILD]/pdfium/out/Debug"
|
| @@ -135,4 +149,4 @@
|
| "recipe_result": null,
|
| "status_code": 0
|
| }
|
| -]
|
| +]
|
|
|