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

Side by Side Diff: scripts/slave/recipes/pdfium.expected/mac_xfa_rel.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 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 "mac_xfa_rel_gn", 10 "mac_xfa_rel",
11 "--slave", 11 "--slave",
12 "test_slave", 12 "test_slave",
13 "--spec", 13 "--spec",
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git'}]", 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git'}]",
15 "--root", 15 "--root",
16 "pdfium", 16 "pdfium",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{}", 18 "{}",
19 "--git-cache-dir", 19 "--git-cache-dir",
20 "[GIT_CACHE]", 20 "[GIT_CACHE]",
(...skipping 27 matching lines...) Expand all
48 }, 48 },
49 { 49 {
50 "cmd": [ 50 "cmd": [
51 "python", 51 "python",
52 "-u", 52 "-u",
53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
54 "runhooks" 54 "runhooks"
55 ], 55 ],
56 "cwd": "[SLAVE_BUILD]/pdfium", 56 "cwd": "[SLAVE_BUILD]/pdfium",
57 "env": { 57 "env": {
58 "GYP_CHROMIUM_NO_ACTION": "1", 58 "GYP_PDFIUM_NO_ACTION": "1",
59 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=1", 59 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=1",
60 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 60 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
61 }, 61 },
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",
(...skipping 59 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/mac_xfa_gyp.json ('k') | scripts/slave/recipes/pdfium.expected/mac_xfa_rel_gn.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698