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

Side by Side Diff: scripts/slave/recipes/pdfium.expected/linux.json

Issue 2295383002: Add use_sysroot=false to Linux PDFium bots. (Closed)
Patch Set: Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.pdfium", 8 "client.pdfium",
9 "--builder", 9 "--builder",
10 "linux", 10 "linux",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "name": "gclient runhooks" 60 "name": "gclient runhooks"
61 }, 61 },
62 { 62 {
63 "cmd": [ 63 "cmd": [
64 "python", 64 "python",
65 "-u", 65 "-u",
66 "[DEPOT_TOOLS]/gn.py", 66 "[DEPOT_TOOLS]/gn.py",
67 "--root=[SLAVE_BUILD]/pdfium", 67 "--root=[SLAVE_BUILD]/pdfium",
68 "gen", 68 "gen",
69 "//out/Debug", 69 "//out/Debug",
70 "--args=is_debug=true is_component_build=false pdf_enable_v8=true pdf_enab le_xfa=false pdf_use_skia=false pdf_is_standalone=true" 70 "--args=is_debug=true is_component_build=false pdf_enable_v8=true pdf_enab le_xfa=false pdf_use_skia=false pdf_is_standalone=true use_sysroot=false"
71 ], 71 ],
72 "cwd": "[SLAVE_BUILD]/pdfium", 72 "cwd": "[SLAVE_BUILD]/pdfium",
73 "name": "gn gen" 73 "name": "gn gen"
74 }, 74 },
75 { 75 {
76 "cmd": [ 76 "cmd": [
77 "ninja", 77 "ninja",
78 "-C", 78 "-C",
79 "[SLAVE_BUILD]/pdfium/out/Debug" 79 "[SLAVE_BUILD]/pdfium/out/Debug"
80 ], 80 ],
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 ], 126 ],
127 "cwd": "[SLAVE_BUILD]/pdfium", 127 "cwd": "[SLAVE_BUILD]/pdfium",
128 "name": "corpus tests" 128 "name": "corpus tests"
129 }, 129 },
130 { 130 {
131 "name": "$result", 131 "name": "$result",
132 "recipe_result": null, 132 "recipe_result": null,
133 "status_code": 0 133 "status_code": 0
134 } 134 }
135 ] 135 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698