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

Unified Diff: scripts/slave/recipes/pdfium.expected/linux_asan.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/linux_asan.json
diff --git a/scripts/slave/recipes/pdfium.expected/linux_asan.json b/scripts/slave/recipes/pdfium.expected/linux_asan.json
index bf0a23a28f6e1f669aab112bebdf4940960813ad..7ed4838da45363452739f1c9e484f08a22065cb6 100644
--- a/scripts/slave/recipes/pdfium.expected/linux_asan.json
+++ b/scripts/slave/recipes/pdfium.expected/linux_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=0 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=false 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
}
-]
+]
« no previous file with comments | « scripts/slave/recipes/pdfium.expected/linux.json ('k') | scripts/slave/recipes/pdfium.expected/linux_no_v8.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698