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

Side by Side Diff: scripts/slave/recipes/pdfium.expected/win_xfa_rel_gyp.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
« no previous file with comments | « scripts/slave/recipes/pdfium.expected/win_xfa_rel.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "windows_xfa_64_rel", 10 "windows_xfa_rel_gyp",
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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "env": { 57 "env": {
58 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=1 target_arch=x64", 58 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=1 target_arch=x64",
59 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 59 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
60 }, 60 },
61 "name": "gclient runhooks" 61 "name": "gclient runhooks"
62 }, 62 },
63 { 63 {
64 "cmd": [ 64 "cmd": [
65 "ninja", 65 "ninja",
66 "-C", 66 "-C",
67 "[SLAVE_BUILD]\\pdfium\\out\\Release_x64" 67 "[SLAVE_BUILD]\\pdfium\\out\\Release"
68 ], 68 ],
69 "name": "compile with ninja" 69 "name": "compile with ninja"
70 }, 70 },
71 { 71 {
72 "cmd": [ 72 "cmd": [
73 "[SLAVE_BUILD]\\pdfium\\out\\Release_x64\\pdfium_unittests.exe" 73 "[SLAVE_BUILD]\\pdfium\\out\\Release\\pdfium_unittests.exe"
74 ], 74 ],
75 "cwd": "[SLAVE_BUILD]\\pdfium", 75 "cwd": "[SLAVE_BUILD]\\pdfium",
76 "name": "unittests" 76 "name": "unittests"
77 }, 77 },
78 { 78 {
79 "cmd": [ 79 "cmd": [
80 "[SLAVE_BUILD]\\pdfium\\out\\Release_x64\\pdfium_embeddertests.exe" 80 "[SLAVE_BUILD]\\pdfium\\out\\Release\\pdfium_embeddertests.exe"
81 ], 81 ],
82 "cwd": "[SLAVE_BUILD]\\pdfium", 82 "cwd": "[SLAVE_BUILD]\\pdfium",
83 "name": "embeddertests" 83 "name": "embeddertests"
84 }, 84 },
85 { 85 {
86 "cmd": [ 86 "cmd": [
87 "python", 87 "python",
88 "-u", 88 "-u",
89 "[SLAVE_BUILD]\\pdfium\\testing\\tools\\run_javascript_tests.py", 89 "[SLAVE_BUILD]\\pdfium\\testing\\tools\\run_javascript_tests.py",
90 "--build-dir", 90 "--build-dir",
91 "out\\Release_x64" 91 "out\\Release"
92 ], 92 ],
93 "cwd": "[SLAVE_BUILD]\\pdfium", 93 "cwd": "[SLAVE_BUILD]\\pdfium",
94 "name": "javascript tests" 94 "name": "javascript tests"
95 }, 95 },
96 { 96 {
97 "cmd": [ 97 "cmd": [
98 "python", 98 "python",
99 "-u", 99 "-u",
100 "[SLAVE_BUILD]\\pdfium\\testing\\tools\\run_pixel_tests.py", 100 "[SLAVE_BUILD]\\pdfium\\testing\\tools\\run_pixel_tests.py",
101 "--build-dir", 101 "--build-dir",
102 "out\\Release_x64" 102 "out\\Release"
103 ], 103 ],
104 "cwd": "[SLAVE_BUILD]\\pdfium", 104 "cwd": "[SLAVE_BUILD]\\pdfium",
105 "name": "pixel tests" 105 "name": "pixel tests"
106 }, 106 },
107 { 107 {
108 "cmd": [ 108 "cmd": [
109 "python", 109 "python",
110 "-u", 110 "-u",
111 "[SLAVE_BUILD]\\pdfium\\testing\\tools\\run_corpus_tests.py", 111 "[SLAVE_BUILD]\\pdfium\\testing\\tools\\run_corpus_tests.py",
112 "--build-dir", 112 "--build-dir",
113 "out\\Release_x64" 113 "out\\Release"
114 ], 114 ],
115 "cwd": "[SLAVE_BUILD]\\pdfium", 115 "cwd": "[SLAVE_BUILD]\\pdfium",
116 "name": "corpus tests" 116 "name": "corpus tests"
117 }, 117 },
118 { 118 {
119 "name": "$result", 119 "name": "$result",
120 "recipe_result": null, 120 "recipe_result": null,
121 "status_code": 0 121 "status_code": 0
122 } 122 }
123 ] 123 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/pdfium.expected/win_xfa_rel.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698