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

Side by Side Diff: scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-linux.arm.32.json

Issue 134193014: Make recipes use the new way of enabling goma. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "android": { 2 "android": {
3 "build_config_fs": "Release", 3 "build_config_fs": "Release",
4 "build_dir": "Path('[CHECKOUT]', 'out')", 4 "build_dir": "Path('[CHECKOUT]', 'out')",
5 "compile_py": { 5 "compile_py": {
6 "build_tool": "ninja", 6 "build_tool": "ninja",
7 "clobber": false, 7 "clobber": false,
8 "compiler": "goma" 8 "compiler": "goma",
9 "goma_dir": "Path('[BUILD]', 'goma')"
9 }, 10 },
10 "gyp_env": { 11 "gyp_env": {
11 "GYP_DEFINES": "OS=linux component=static_library fastbuild=1 host_os=linu x target_arch=arm", 12 "GYP_DEFINES": "OS=linux component=static_library fastbuild=1 gomadir=Path ('[BUILD]', 'goma') host_os=linux target_arch=arm use_goma=1",
12 "GYP_GENERATORS": "ninja" 13 "GYP_GENERATORS": "ninja"
13 } 14 }
14 }, 15 },
15 "android_defaults": { 16 "android_defaults": {
16 "build_config_fs": "Release", 17 "build_config_fs": "Release",
17 "build_dir": "Path('[CHECKOUT]', 'out')", 18 "build_dir": "Path('[CHECKOUT]', 'out')",
18 "compile_py": { 19 "compile_py": {
19 "build_tool": "ninja", 20 "build_tool": "ninja",
20 "clobber": false 21 "clobber": false
21 }, 22 },
22 "gyp_env": { 23 "gyp_env": {
23 "GYP_CROSSCOMPILE": "1", 24 "GYP_CROSSCOMPILE": "1",
24 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 host_os=li nux target_arch=arm", 25 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 host_os=li nux target_arch=arm",
25 "GYP_GENERATORS": "ninja" 26 "GYP_GENERATORS": "ninja"
26 } 27 }
27 }, 28 },
28 "blink": { 29 "blink": {
29 "build_config_fs": "Release", 30 "build_config_fs": "Release",
30 "build_dir": "Path('[CHECKOUT]', 'out')", 31 "build_dir": "Path('[CHECKOUT]', 'out')",
31 "compile_py": { 32 "compile_py": {
32 "build_tool": "ninja", 33 "build_tool": "ninja",
33 "clobber": false, 34 "clobber": false,
34 "compiler": "goma", 35 "compiler": "goma",
35 "default_targets": [ 36 "default_targets": [
36 "blink_tests" 37 "blink_tests"
37 ] 38 ],
39 "goma_dir": "Path('[BUILD]', 'goma')"
38 }, 40 },
39 "gyp_env": { 41 "gyp_env": {
40 "GYP_DEFINES": "component=static_library target_arch=arm", 42 "GYP_DEFINES": "component=static_library gomadir=Path('[BUILD]', 'goma') t arget_arch=arm use_goma=1",
41 "GYP_GENERATORS": "ninja" 43 "GYP_GENERATORS": "ninja"
42 } 44 }
43 }, 45 },
44 "blink_clang": { 46 "blink_clang": {
45 "build_config_fs": "Release", 47 "build_config_fs": "Release",
46 "build_dir": "Path('[CHECKOUT]', 'out')", 48 "build_dir": "Path('[CHECKOUT]', 'out')",
47 "compile_py": { 49 "compile_py": {
48 "build_tool": "ninja", 50 "build_tool": "ninja",
49 "clobber": false, 51 "clobber": false,
50 "compiler": "goma-clang", 52 "compiler": "goma-clang",
51 "default_targets": [ 53 "default_targets": [
52 "blink_tests" 54 "blink_tests"
53 ] 55 ],
56 "goma_dir": "Path('[BUILD]', 'goma')"
54 }, 57 },
55 "gyp_env": { 58 "gyp_env": {
56 "GYP_DEFINES": "clang=1 component=static_library target_arch=arm", 59 "GYP_DEFINES": "clang=1 component=static_library gomadir=Path('[BUILD]', ' goma') target_arch=arm use_goma=1",
57 "GYP_GENERATORS": "ninja" 60 "GYP_GENERATORS": "ninja"
58 } 61 }
59 }, 62 },
60 "chromium": { 63 "chromium": {
61 "build_config_fs": "Release", 64 "build_config_fs": "Release",
62 "build_dir": "Path('[CHECKOUT]', 'out')", 65 "build_dir": "Path('[CHECKOUT]', 'out')",
63 "compile_py": { 66 "compile_py": {
64 "build_tool": "ninja", 67 "build_tool": "ninja",
65 "clobber": false, 68 "clobber": false,
66 "compiler": "goma", 69 "compiler": "goma",
67 "default_targets": [ 70 "default_targets": [
68 "All", 71 "All",
69 "chromium_builder_tests" 72 "chromium_builder_tests"
70 ] 73 ],
74 "goma_dir": "Path('[BUILD]', 'goma')"
71 }, 75 },
72 "gyp_env": { 76 "gyp_env": {
73 "GYP_DEFINES": "component=static_library target_arch=arm", 77 "GYP_DEFINES": "component=static_library gomadir=Path('[BUILD]', 'goma') t arget_arch=arm use_goma=1",
74 "GYP_GENERATORS": "ninja" 78 "GYP_GENERATORS": "ninja"
75 } 79 }
76 }, 80 },
77 "chromium_asan": { 81 "chromium_asan": {
78 "build_config_fs": "Release", 82 "build_config_fs": "Release",
79 "build_dir": "Path('[CHECKOUT]', 'out')", 83 "build_dir": "Path('[CHECKOUT]', 'out')",
80 "compile_py": { 84 "compile_py": {
81 "build_tool": "ninja", 85 "build_tool": "ninja",
82 "clobber": false, 86 "clobber": false,
83 "compiler": "goma-clang", 87 "compiler": "goma-clang",
84 "default_targets": [ 88 "default_targets": [
85 "All", 89 "All",
86 "chromium_builder_tests" 90 "chromium_builder_tests"
87 ] 91 ],
92 "goma_dir": "Path('[BUILD]', 'goma')"
88 }, 93 },
89 "gyp_env": { 94 "gyp_env": {
90 "GYP_DEFINES": "asan=1 clang=1 component=static_library linux_use_tcmalloc =0 lsan=1 target_arch=arm", 95 "GYP_DEFINES": "asan=1 clang=1 component=static_library gomadir=Path('[BUI LD]', 'goma') linux_use_tcmalloc=0 lsan=1 target_arch=arm use_goma=1",
91 "GYP_GENERATORS": "ninja" 96 "GYP_GENERATORS": "ninja"
92 } 97 }
93 }, 98 },
94 "chromium_chromeos": { 99 "chromium_chromeos": {
95 "build_config_fs": "Release", 100 "build_config_fs": "Release",
96 "build_dir": "Path('[CHECKOUT]', 'out')", 101 "build_dir": "Path('[CHECKOUT]', 'out')",
97 "compile_py": { 102 "compile_py": {
98 "build_tool": "ninja", 103 "build_tool": "ninja",
99 "clobber": false, 104 "clobber": false,
100 "compiler": "goma", 105 "compiler": "goma",
101 "default_targets": [ 106 "default_targets": [
102 "All", 107 "All",
103 "chromium_builder_tests" 108 "chromium_builder_tests"
104 ] 109 ],
110 "goma_dir": "Path('[BUILD]', 'goma')"
105 }, 111 },
106 "gyp_env": { 112 "gyp_env": {
107 "GYP_DEFINES": "chromeos=1 component=static_library ffmpeg_branding=Chrome OS proprietary_codecs=1 target_arch=arm", 113 "GYP_DEFINES": "chromeos=1 component=static_library ffmpeg_branding=Chrome OS gomadir=Path('[BUILD]', 'goma') proprietary_codecs=1 target_arch=arm use_goma =1",
108 "GYP_GENERATORS": "ninja" 114 "GYP_GENERATORS": "ninja"
109 } 115 }
110 }, 116 },
111 "chromium_chromeos_asan": { 117 "chromium_chromeos_asan": {
112 "build_config_fs": "Release", 118 "build_config_fs": "Release",
113 "build_dir": "Path('[CHECKOUT]', 'out')", 119 "build_dir": "Path('[CHECKOUT]', 'out')",
114 "compile_py": { 120 "compile_py": {
115 "build_tool": "ninja", 121 "build_tool": "ninja",
116 "clobber": false, 122 "clobber": false,
117 "compiler": "goma-clang", 123 "compiler": "goma-clang",
118 "default_targets": [ 124 "default_targets": [
119 "All", 125 "All",
120 "chromium_builder_tests" 126 "chromium_builder_tests"
121 ] 127 ],
128 "goma_dir": "Path('[BUILD]', 'goma')"
122 }, 129 },
123 "gyp_env": { 130 "gyp_env": {
124 "GYP_DEFINES": "asan=1 chromeos=1 clang=1 component=static_library ffmpeg_ branding=ChromeOS linux_use_tcmalloc=0 lsan=1 proprietary_codecs=1 target_arch=a rm", 131 "GYP_DEFINES": "asan=1 chromeos=1 clang=1 component=static_library ffmpeg_ branding=ChromeOS gomadir=Path('[BUILD]', 'goma') linux_use_tcmalloc=0 lsan=1 pr oprietary_codecs=1 target_arch=arm use_goma=1",
125 "GYP_GENERATORS": "ninja" 132 "GYP_GENERATORS": "ninja"
126 } 133 }
127 }, 134 },
128 "chromium_chromeos_clang": { 135 "chromium_chromeos_clang": {
129 "build_config_fs": "Release", 136 "build_config_fs": "Release",
130 "build_dir": "Path('[CHECKOUT]', 'out')", 137 "build_dir": "Path('[CHECKOUT]', 'out')",
131 "compile_py": { 138 "compile_py": {
132 "build_tool": "ninja", 139 "build_tool": "ninja",
133 "clobber": false, 140 "clobber": false,
134 "compiler": "goma-clang", 141 "compiler": "goma-clang",
135 "default_targets": [ 142 "default_targets": [
136 "All", 143 "All",
137 "chromium_builder_tests" 144 "chromium_builder_tests"
138 ] 145 ],
146 "goma_dir": "Path('[BUILD]', 'goma')"
139 }, 147 },
140 "gyp_env": { 148 "gyp_env": {
141 "GYP_DEFINES": "chromeos=1 clang=1 component=static_library ffmpeg_brandin g=ChromeOS proprietary_codecs=1 target_arch=arm", 149 "GYP_DEFINES": "chromeos=1 clang=1 component=static_library ffmpeg_brandin g=ChromeOS gomadir=Path('[BUILD]', 'goma') proprietary_codecs=1 target_arch=arm use_goma=1",
142 "GYP_GENERATORS": "ninja" 150 "GYP_GENERATORS": "ninja"
143 } 151 }
144 }, 152 },
145 "chromium_clang": { 153 "chromium_clang": {
146 "build_config_fs": "Release", 154 "build_config_fs": "Release",
147 "build_dir": "Path('[CHECKOUT]', 'out')", 155 "build_dir": "Path('[CHECKOUT]', 'out')",
148 "compile_py": { 156 "compile_py": {
149 "build_tool": "ninja", 157 "build_tool": "ninja",
150 "clobber": false, 158 "clobber": false,
151 "compiler": "goma-clang", 159 "compiler": "goma-clang",
152 "default_targets": [ 160 "default_targets": [
153 "All", 161 "All",
154 "chromium_builder_tests" 162 "chromium_builder_tests"
155 ] 163 ],
164 "goma_dir": "Path('[BUILD]', 'goma')"
156 }, 165 },
157 "gyp_env": { 166 "gyp_env": {
158 "GYP_DEFINES": "clang=1 component=static_library target_arch=arm", 167 "GYP_DEFINES": "clang=1 component=static_library gomadir=Path('[BUILD]', ' goma') target_arch=arm use_goma=1",
159 "GYP_GENERATORS": "ninja" 168 "GYP_GENERATORS": "ninja"
160 } 169 }
161 }, 170 },
162 "chromium_official": { 171 "chromium_official": {
163 "build_config_fs": "Release", 172 "build_config_fs": "Release",
164 "build_dir": "Path('[CHECKOUT]', 'out')", 173 "build_dir": "Path('[CHECKOUT]', 'out')",
165 "compile_py": { 174 "compile_py": {
166 "build_tool": "ninja", 175 "build_tool": "ninja",
167 "clobber": true, 176 "clobber": true,
168 "compiler": "goma", 177 "compiler": "goma",
169 "default_targets": [ 178 "default_targets": [
170 "chrome", 179 "chrome",
171 "chrome_sandbox", 180 "chrome_sandbox",
172 "linux_symbols", 181 "linux_symbols",
173 "symupload" 182 "symupload"
174 ], 183 ],
184 "goma_dir": "Path('[BUILD]', 'goma')",
175 "mode": "official" 185 "mode": "official"
176 }, 186 },
177 "gyp_env": { 187 "gyp_env": {
178 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y target_arch=arm", 188 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir=Path('[BUILD]', 'goma') target_arch=arm use_goma=1",
179 "GYP_GENERATORS": "ninja" 189 "GYP_GENERATORS": "ninja"
180 } 190 }
181 }, 191 },
182 "clang_builder": { 192 "clang_builder": {
183 "build_config_fs": "Release", 193 "build_config_fs": "Release",
184 "build_dir": "Path('[CHECKOUT]', 'out')", 194 "build_dir": "Path('[CHECKOUT]', 'out')",
185 "compile_py": { 195 "compile_py": {
186 "build_tool": "ninja", 196 "build_tool": "ninja",
187 "clobber": false, 197 "clobber": false,
188 "compiler": "goma-clang" 198 "compiler": "goma-clang",
199 "goma_dir": "Path('[BUILD]', 'goma')"
189 }, 200 },
190 "gyp_env": { 201 "gyp_env": {
191 "GYP_CROSSCOMPILE": "1", 202 "GYP_CROSSCOMPILE": "1",
192 "GYP_DEFINES": "OS=android clang=1 component=static_library fastbuild=1 ho st_os=linux target_arch=arm", 203 "GYP_DEFINES": "OS=android clang=1 component=static_library fastbuild=1 go madir=Path('[BUILD]', 'goma') host_os=linux target_arch=arm use_goma=1",
193 "GYP_GENERATORS": "ninja" 204 "GYP_GENERATORS": "ninja"
194 } 205 }
195 }, 206 },
196 "clang_tests": { 207 "clang_tests": {
197 "build_config_fs": "Release", 208 "build_config_fs": "Release",
198 "build_dir": "Path('[CHECKOUT]', 'out')", 209 "build_dir": "Path('[CHECKOUT]', 'out')",
199 "compile_py": { 210 "compile_py": {
200 "build_tool": "ninja", 211 "build_tool": "ninja",
201 "clobber": false 212 "clobber": false
202 }, 213 },
203 "gyp_env": { 214 "gyp_env": {
204 "GYP_CROSSCOMPILE": "1", 215 "GYP_CROSSCOMPILE": "1",
205 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 host_os=li nux target_arch=arm", 216 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 host_os=li nux target_arch=arm",
206 "GYP_GENERATORS": "ninja" 217 "GYP_GENERATORS": "ninja"
207 } 218 }
208 }, 219 },
209 "component_builder": { 220 "component_builder": {
210 "build_config_fs": "Release", 221 "build_config_fs": "Release",
211 "build_dir": "Path('[CHECKOUT]', 'out')", 222 "build_dir": "Path('[CHECKOUT]', 'out')",
212 "compile_py": { 223 "compile_py": {
213 "build_tool": "ninja", 224 "build_tool": "ninja",
214 "clobber": false, 225 "clobber": false,
215 "compiler": "goma" 226 "compiler": "goma",
227 "goma_dir": "Path('[BUILD]', 'goma')"
216 }, 228 },
217 "gyp_env": { 229 "gyp_env": {
218 "GYP_CROSSCOMPILE": "1", 230 "GYP_CROSSCOMPILE": "1",
219 "GYP_DEFINES": "OS=android component=shared_library fastbuild=1 host_os=li nux target_arch=arm", 231 "GYP_DEFINES": "OS=android component=shared_library fastbuild=1 gomadir=Pa th('[BUILD]', 'goma') host_os=linux target_arch=arm use_goma=1",
220 "GYP_GENERATORS": "ninja" 232 "GYP_GENERATORS": "ninja"
221 } 233 }
222 }, 234 },
223 "dartium_builder": { 235 "dartium_builder": {
224 "build_config_fs": "Release", 236 "build_config_fs": "Release",
225 "build_dir": "Path('[CHECKOUT]', 'out')", 237 "build_dir": "Path('[CHECKOUT]', 'out')",
226 "compile_py": { 238 "compile_py": {
227 "build_tool": "ninja", 239 "build_tool": "ninja",
228 "clobber": false, 240 "clobber": false,
229 "compiler": "goma", 241 "compiler": "goma",
230 "default_targets": [ 242 "default_targets": [
231 "chrome_apk", 243 "chrome_apk",
232 "content_shell_apk" 244 "content_shell_apk"
233 ] 245 ],
246 "goma_dir": "Path('[BUILD]', 'goma')"
234 }, 247 },
235 "gyp_env": { 248 "gyp_env": {
236 "GYP_CROSSCOMPILE": "1", 249 "GYP_CROSSCOMPILE": "1",
237 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 host_os=li nux target_arch=arm", 250 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir=Pa th('[BUILD]', 'goma') host_os=linux target_arch=arm use_goma=1",
238 "GYP_GENERATORS": "ninja" 251 "GYP_GENERATORS": "ninja"
239 } 252 }
240 }, 253 },
241 "enormous_tests": { 254 "enormous_tests": {
242 "build_config_fs": "Release", 255 "build_config_fs": "Release",
243 "build_dir": "Path('[CHECKOUT]', 'out')", 256 "build_dir": "Path('[CHECKOUT]', 'out')",
244 "compile_py": { 257 "compile_py": {
245 "build_tool": "ninja", 258 "build_tool": "ninja",
246 "clobber": false 259 "clobber": false
247 }, 260 },
248 "gyp_env": { 261 "gyp_env": {
249 "GYP_CROSSCOMPILE": "1", 262 "GYP_CROSSCOMPILE": "1",
250 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 host_os=li nux target_arch=arm", 263 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 host_os=li nux target_arch=arm",
251 "GYP_GENERATORS": "ninja" 264 "GYP_GENERATORS": "ninja"
252 } 265 }
253 }, 266 },
254 "klp_builder": { 267 "klp_builder": {
255 "build_config_fs": "Release", 268 "build_config_fs": "Release",
256 "build_dir": "Path('[CHECKOUT]', 'out')", 269 "build_dir": "Path('[CHECKOUT]', 'out')",
257 "compile_py": { 270 "compile_py": {
258 "build_tool": "ninja", 271 "build_tool": "ninja",
259 "clobber": false, 272 "clobber": false,
260 "compiler": "goma" 273 "compiler": "goma",
274 "goma_dir": "Path('[BUILD]', 'goma')"
261 }, 275 },
262 "gyp_env": { 276 "gyp_env": {
263 "GYP_CROSSCOMPILE": "1", 277 "GYP_CROSSCOMPILE": "1",
264 "GYP_DEFINES": "OS=android android_sdk_root=Path('[CHECKOUT]', 'third_part y', 'android_tools_internal', 'sdk') android_sdk_version=4.4 component=static_li brary fastbuild=1 host_os=linux target_arch=arm", 278 "GYP_DEFINES": "OS=android android_sdk_root=Path('[CHECKOUT]', 'third_part y', 'android_tools_internal', 'sdk') android_sdk_version=4.4 component=static_li brary fastbuild=1 gomadir=Path('[BUILD]', 'goma') host_os=linux target_arch=arm use_goma=1",
265 "GYP_GENERATORS": "ninja" 279 "GYP_GENERATORS": "ninja"
266 } 280 }
267 }, 281 },
268 "main_builder": { 282 "main_builder": {
269 "build_config_fs": "Release", 283 "build_config_fs": "Release",
270 "build_dir": "Path('[CHECKOUT]', 'out')", 284 "build_dir": "Path('[CHECKOUT]', 'out')",
271 "compile_py": { 285 "compile_py": {
272 "build_tool": "ninja", 286 "build_tool": "ninja",
273 "clobber": false, 287 "clobber": false,
274 "compiler": "goma" 288 "compiler": "goma",
289 "goma_dir": "Path('[BUILD]', 'goma')"
275 }, 290 },
276 "gyp_env": { 291 "gyp_env": {
277 "GYP_CROSSCOMPILE": "1", 292 "GYP_CROSSCOMPILE": "1",
278 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 host_os=li nux target_arch=arm", 293 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir=Pa th('[BUILD]', 'goma') host_os=linux target_arch=arm use_goma=1",
279 "GYP_GENERATORS": "ninja" 294 "GYP_GENERATORS": "ninja"
280 } 295 }
281 }, 296 },
282 "main_tests": { 297 "main_tests": {
283 "build_config_fs": "Release", 298 "build_config_fs": "Release",
284 "build_dir": "Path('[CHECKOUT]', 'out')", 299 "build_dir": "Path('[CHECKOUT]', 'out')",
285 "compile_py": { 300 "compile_py": {
286 "build_tool": "ninja", 301 "build_tool": "ninja",
287 "clobber": false 302 "clobber": false
288 }, 303 },
(...skipping 29 matching lines...) Expand all
318 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 host_os=li nux target_arch=arm", 333 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 host_os=li nux target_arch=arm",
319 "GYP_GENERATORS": "ninja" 334 "GYP_GENERATORS": "ninja"
320 } 335 }
321 }, 336 },
322 "try_builder": { 337 "try_builder": {
323 "build_config_fs": "Release", 338 "build_config_fs": "Release",
324 "build_dir": "Path('[CHECKOUT]', 'out')", 339 "build_dir": "Path('[CHECKOUT]', 'out')",
325 "compile_py": { 340 "compile_py": {
326 "build_tool": "ninja", 341 "build_tool": "ninja",
327 "clobber": false, 342 "clobber": false,
328 "compiler": "goma" 343 "compiler": "goma",
344 "goma_dir": "Path('[BUILD]', 'goma')"
329 }, 345 },
330 "gyp_env": { 346 "gyp_env": {
331 "GYP_CROSSCOMPILE": "1", 347 "GYP_CROSSCOMPILE": "1",
332 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 host_os=li nux target_arch=arm", 348 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir=Pa th('[BUILD]', 'goma') host_os=linux target_arch=arm use_goma=1",
333 "GYP_GENERATORS": "ninja" 349 "GYP_GENERATORS": "ninja"
334 } 350 }
335 }, 351 },
336 "try_instrumentation_tests": { 352 "try_instrumentation_tests": {
337 "build_config_fs": "Release", 353 "build_config_fs": "Release",
338 "build_dir": "Path('[CHECKOUT]', 'out')", 354 "build_dir": "Path('[CHECKOUT]', 'out')",
339 "compile_py": { 355 "compile_py": {
340 "build_tool": "ninja", 356 "build_tool": "ninja",
341 "clobber": false 357 "clobber": false
342 }, 358 },
(...skipping 13 matching lines...) Expand all
356 "gyp_env": { 372 "gyp_env": {
357 "GYP_DEFINES": "target_arch=arm v8_target_arch=arm" 373 "GYP_DEFINES": "target_arch=arm v8_target_arch=arm"
358 } 374 }
359 }, 375 },
360 "webrtc_android_apk_try_builder": "Only \"android\" platform is supported (got : \"linux\")", 376 "webrtc_android_apk_try_builder": "Only \"android\" platform is supported (got : \"linux\")",
361 "x86_builder": "Cannot target x86 with TARGET_ARCH == arm", 377 "x86_builder": "Cannot target x86 with TARGET_ARCH == arm",
362 "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [ Cannot target x86 with TARGET_ARCH == arm]", 378 "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [ Cannot target x86 with TARGET_ARCH == arm]",
363 "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" inc ludes \"x86_builder\", but [Cannot target x86 with TARGET_ARCH == arm]", 379 "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" inc ludes \"x86_builder\", but [Cannot target x86 with TARGET_ARCH == arm]",
364 "xcodebuild": "can not use xcodebuild on \"linux\"" 380 "xcodebuild": "can not use xcodebuild on \"linux\""
365 } 381 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698