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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/gn_build.json

Issue 1730353002: WebRTC: Use custom mb_config_path for standalone bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.py ('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 "[BUILD]/scripts/slave/ios/host_info.py", 4 "[BUILD]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "host and tools info", 9 "name": "host and tools info",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "python", 65 "python",
66 "-u", 66 "-u",
67 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 67 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
68 "[SLAVE_BUILD]/src/webrtc/build/ios/chromium.fake/ios.json", 68 "[SLAVE_BUILD]/src/webrtc/build/ios/chromium.fake/ios.json",
69 "/path/to/tmp/json" 69 "/path/to/tmp/json"
70 ], 70 ],
71 "cwd": "[SLAVE_BUILD]", 71 "cwd": "[SLAVE_BUILD]",
72 "name": "read build config", 72 "name": "read build config",
73 "~followup_annotations": [ 73 "~followup_annotations": [
74 "@@@STEP_LOG_LINE@json.output@{@@@", 74 "@@@STEP_LOG_LINE@json.output@{@@@",
75 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {@@@", 75 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {}, @@@",
76 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 1\": \"fake value 1\", @@@",
77 "@@@STEP_LOG_LINE@json.output@ \"fake gyp define 2\": \"fake value 2\", @@@",
78 "@@@STEP_LOG_LINE@json.output@ \"use_goma\": \"1\"@@@",
79 "@@@STEP_LOG_LINE@json.output@ }, @@@",
80 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@", 76 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@",
81 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", 77 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@",
78 "@@@STEP_LOG_LINE@json.output@ \"gn_args\": [@@@",
79 "@@@STEP_LOG_LINE@json.output@ \"is_debug=true\"@@@",
80 "@@@STEP_LOG_LINE@json.output@ ], @@@",
81 "@@@STEP_LOG_LINE@json.output@ \"mb_type\": \"gn\", @@@",
82 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphoneos8.0\", @@@", 82 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphoneos8.0\", @@@",
83 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", 83 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@",
84 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@", 84 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
85 "@@@STEP_LOG_LINE@json.output@}@@@", 85 "@@@STEP_LOG_LINE@json.output@}@@@",
86 "@@@STEP_LOG_END@json.output@@@" 86 "@@@STEP_LOG_END@json.output@@@"
87 ] 87 ]
88 }, 88 },
89 { 89 {
90 "cmd": [ 90 "cmd": [
91 "echo", 91 "echo",
92 "-e", 92 "-e",
93 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de fine 2\": \"fake value 2\", \n \"use_goma\": \"1\"\n }, \n \"additional_com pile_targets\": [\n \"All\"\n ], \n \"compiler\": \"ninja\", \n \"configur ation\": \"Release\", \n \"env\": {}, \n \"gn_args\": [], \n \"mb_type\": nul l, \n \"sdk\": \"iphoneos8.0\", \n \"tests\": [], \n \"triggered bots\": {}, \n \"use_analyze\": true, \n \"xcode version\": \"fake xcode version\"\n}" 93 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\"\n }, \n \"additional_compile_targets\": [\n \"All\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"env\": {}, \n \"gn_args\": [\n \"is_debug=true\"\n ], \n \"mb_type\": \"gn\", \n \"sdk\" : \"iphoneos8.0\", \n \"tests\": [], \n \"triggered bots\": {}, \n \"use_anal yze\": true, \n \"xcode version\": \"fake xcode version\"\n}"
94 ], 94 ],
95 "cwd": "[SLAVE_BUILD]", 95 "cwd": "[SLAVE_BUILD]",
96 "name": "finalize build config" 96 "name": "finalize build config"
97 }, 97 },
98 { 98 {
99 "cmd": [ 99 "cmd": [
100 "[BUILD]/scripts/slave/ios/find_xcode.py", 100 "[BUILD]/scripts/slave/ios/find_xcode.py",
101 "--json-file", 101 "--json-file",
102 "/path/to/tmp/json", 102 "/path/to/tmp/json",
103 "--version", 103 "--version",
104 "fake xcode version" 104 "fake xcode version"
105 ], 105 ],
106 "cwd": "[SLAVE_BUILD]", 106 "cwd": "[SLAVE_BUILD]",
107 "name": "find xcode", 107 "name": "find xcode",
108 "~followup_annotations": [ 108 "~followup_annotations": [
109 "@@@STEP_LOG_LINE@json.output@{}@@@", 109 "@@@STEP_LOG_LINE@json.output@{}@@@",
110 "@@@STEP_LOG_END@json.output@@@" 110 "@@@STEP_LOG_END@json.output@@@"
111 ] 111 ]
112 }, 112 },
113 { 113 {
114 "cmd": [ 114 "cmd": [
115 "python", 115 "python",
116 "-u", 116 "-u",
117 "RECIPE_PACKAGE[depot_tools]/gclient.py", 117 "RECIPE_PACKAGE[depot_tools]/gclient.py",
118 "runhooks" 118 "runhooks"
119 ], 119 ],
120 "cwd": "[SLAVE_BUILD]", 120 "cwd": "[SLAVE_BUILD]",
121 "env": { 121 "env": {
122 "GYP_CHROMIUM_NO_ACTION": "1",
122 "GYP_CROSSCOMPILE": "1", 123 "GYP_CROSSCOMPILE": "1",
123 "GYP_DEFINES": "use_goma=1 fake gyp define 1=fake value 1 fake gyp define 2=fake value 2 component=static_library OS=ios", 124 "GYP_DEFINES": "component=static_library OS=ios",
124 "GYP_GENERATORS": "ninja", 125 "GYP_GENERATORS": "ninja",
125 "LANDMINES_VERBOSE": "1", 126 "LANDMINES_VERBOSE": "1",
126 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" 127 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]"
127 }, 128 },
128 "name": "gclient runhooks", 129 "name": "gclient runhooks",
129 "~followup_annotations": [ 130 "~followup_annotations": [
130 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />use_goma=1<br />fake gyp define 1=fa ke value 1<br />fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@" 131 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />component=static_library<br />OS=ios <br />GYP_CHROMIUM_NO_ACTION=1@@@"
131 ]
132 },
133 {
134 "allow_subannotations": true,
135 "cmd": [
136 "python",
137 "-u",
138 "[BUILD]/scripts/slave/clang_revision.py",
139 "--src-dir",
140 "[SLAVE_BUILD]/src",
141 "--output-json",
142 "/path/to/tmp/json"
143 ],
144 "cwd": "[SLAVE_BUILD]",
145 "name": "clang_revision",
146 "~followup_annotations": [
147 "@@@STEP_LOG_LINE@json.output@{@@@",
148 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
149 "@@@STEP_LOG_LINE@json.output@}@@@",
150 "@@@STEP_LOG_END@json.output@@@"
151 ] 132 ]
152 }, 133 },
153 { 134 {
154 "cmd": [ 135 "cmd": [
155 "python", 136 "python",
156 "-u", 137 "-u",
157 "[BUILD]/scripts/slave/compile.py", 138 "[SLAVE_BUILD]/src/tools/mb/mb.py",
158 "--target", 139 "gen",
159 "Release-iphoneos", 140 "-m",
160 "--src-dir", 141 "chromium.fake",
161 "[SLAVE_BUILD]/src", 142 "-b",
162 "--build-tool", 143 "ios",
163 "ninja", 144 "--config-file",
164 "--compiler", 145 "[SLAVE_BUILD]/src/webrtc/build/mb_config.pyl",
165 "goma-clang",
166 "--goma-jsonstatus",
167 "/path/to/tmp/json",
168 "--goma-dir", 146 "--goma-dir",
169 "[BUILD]/goma", 147 "[BUILD]/goma",
170 "--", 148 "//out/Debug-iphoneos"
171 "All"
172 ], 149 ],
173 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", 150 "cwd": "[SLAVE_BUILD]",
174 "name": "compile", 151 "name": "generate_build_files"
175 "~followup_annotations": [ 152 },
176 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 153 {
177 "@@@STEP_LOG_END@json.output (invalid)@@@" 154 "cmd": [
178 ] 155 "ninja",
156 "-C",
157 "[SLAVE_BUILD]/src/out/Debug-iphoneos"
158 ],
159 "cwd": "[SLAVE_BUILD]/src/out/Debug-iphoneos",
160 "name": "compile"
179 }, 161 },
180 { 162 {
181 "name": "$result", 163 "name": "$result",
182 "recipe_result": null, 164 "recipe_result": null,
183 "status_code": 0 165 "status_code": 0
184 } 166 }
185 ] 167 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698