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

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

Issue 2085733002: Add a windows_xfa_clang trybot and enable clang_use_chrome_plugins (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 4 years, 6 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 | Annotate | Revision Log
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_xfa_debug_gn", 10 "linux_xfa_debug_gn",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "name": "gclient runhooks" 62 "name": "gclient runhooks"
63 }, 63 },
64 { 64 {
65 "cmd": [ 65 "cmd": [
66 "python", 66 "python",
67 "-u", 67 "-u",
68 "[DEPOT_TOOLS]/gn.py", 68 "[DEPOT_TOOLS]/gn.py",
69 "--root=[SLAVE_BUILD]/pdfium", 69 "--root=[SLAVE_BUILD]/pdfium",
70 "gen", 70 "gen",
71 "//out/Debug", 71 "//out/Debug",
72 "--args=is_debug=true pdf_enable_v8=true pdf_enable_xfa=true pdf_use_skia= false pdf_is_standalone=true clang_use_chrome_plugins=false" 72 "--args=is_debug=true pdf_enable_v8=true pdf_enable_xfa=true pdf_use_skia= false pdf_is_standalone=true"
73 ], 73 ],
74 "cwd": "[SLAVE_BUILD]/pdfium", 74 "cwd": "[SLAVE_BUILD]/pdfium",
75 "name": "gn gen" 75 "name": "gn gen"
76 }, 76 },
77 { 77 {
78 "cmd": [ 78 "cmd": [
79 "ninja", 79 "ninja",
80 "-C", 80 "-C",
81 "[SLAVE_BUILD]/pdfium/out/Debug" 81 "[SLAVE_BUILD]/pdfium/out/Debug"
82 ], 82 ],
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 ], 128 ],
129 "cwd": "[SLAVE_BUILD]/pdfium", 129 "cwd": "[SLAVE_BUILD]/pdfium",
130 "name": "corpus tests" 130 "name": "corpus tests"
131 }, 131 },
132 { 132 {
133 "name": "$result", 133 "name": "$result",
134 "recipe_result": null, 134 "recipe_result": null,
135 "status_code": 0 135 "status_code": 0
136 } 136 }
137 ] 137 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/pdfium.expected/linux_skia_gn.json ('k') | scripts/slave/recipes/pdfium.expected/linux_xfa_rel_gn.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698