OLD | NEW |
1 # Copyright 2016 The V8 project authors. All rights reserved. | 1 # Copyright 2016 The V8 project authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 # This is a map of buildbot master names -> buildbot builder names -> | 6 # This is a map of buildbot master names -> buildbot builder names -> |
7 # config names (where each config name is a key in the 'configs' dict, | 7 # config names (where each config name is a key in the 'configs' dict, |
8 # below). MB uses this dict to look up which config to use for a given bot. | 8 # below). MB uses this dict to look up which config to use for a given bot. |
9 # Bots are ordered by appearance on waterfall. | 9 # Bots are ordered by appearance on waterfall. |
10 'masters': { | 10 'masters': { |
(...skipping 28 matching lines...) Expand all Loading... |
39 'V8 Linux - nosnap debug builder': 'gn_debug_x86_no_snap', | 39 'V8 Linux - nosnap debug builder': 'gn_debug_x86_no_snap', |
40 'V8 Linux - shared': 'gn_release_x86_shared_verify_heap', | 40 'V8 Linux - shared': 'gn_release_x86_shared_verify_heap', |
41 'V8 Linux - noi18n - debug': 'gyp_debug_x86_no_i18n', | 41 'V8 Linux - noi18n - debug': 'gyp_debug_x86_no_i18n', |
42 # Linux64. | 42 # Linux64. |
43 'V8 Linux64 - builder': 'gn_release_x64', | 43 'V8 Linux64 - builder': 'gn_release_x64', |
44 'V8 Linux64 - debug builder': 'gn_debug_x64_valgrind', | 44 'V8 Linux64 - debug builder': 'gn_debug_x64_valgrind', |
45 'V8 Linux64 - custom snapshot - debug builder': 'gn_debug_x64_custom', | 45 'V8 Linux64 - custom snapshot - debug builder': 'gn_debug_x64_custom', |
46 'V8 Linux64 - internal snapshot': 'gn_release_x64_internal', | 46 'V8 Linux64 - internal snapshot': 'gn_release_x64_internal', |
47 'V8 Linux64 - gyp': 'gyp_release_x64', | 47 'V8 Linux64 - gyp': 'gyp_release_x64', |
48 # Windows. | 48 # Windows. |
49 'V8 Win32 - builder': 'gyp_release_x86_minimal_symbols', | 49 'V8 Win32 - builder': 'gn_release_x86_minimal_symbols', |
50 'V8 Win32 - debug builder': 'gyp_debug_x86_minimal_symbols', | 50 'V8 Win32 - debug builder': 'gn_debug_x86_minimal_symbols', |
51 'V8 Win32 - nosnap - shared': | 51 'V8 Win32 - nosnap - shared': |
52 'gyp_release_x86_no_snap_shared_minimal_symbols', | 52 'gn_release_x86_no_snap_shared_minimal_symbols', |
53 'V8 Win64': 'gyp_release_x64_minimal_symbols', | 53 'V8 Win64': 'gn_release_x64_minimal_symbols', |
54 'V8 Win64 - debug': 'gyp_debug_x64_minimal_symbols', | 54 'V8 Win64 - debug': 'gn_debug_x64_minimal_symbols', |
55 'V8 Win64 - clang': 'gyp_release_x64_clang', | 55 'V8 Win64 - clang': 'gyp_release_x64_clang', |
56 # Mac. | 56 # Mac. |
57 'V8 Mac': 'gn_release_x86', | 57 'V8 Mac': 'gn_release_x86', |
58 'V8 Mac - debug': 'gn_debug_x86', | 58 'V8 Mac - debug': 'gn_debug_x86', |
59 'V8 Mac64': 'gn_release_x64', | 59 'V8 Mac64': 'gn_release_x64', |
60 'V8 Mac64 - debug': 'gn_debug_x64', | 60 'V8 Mac64 - debug': 'gn_debug_x64', |
61 'V8 Mac GC Stress': 'gn_debug_x86', | 61 'V8 Mac GC Stress': 'gn_debug_x86', |
62 'V8 Mac64 ASAN': 'gyp_release_x64_asan', | 62 'V8 Mac64 ASAN': 'gyp_release_x64_asan', |
63 # Sanitizers. | 63 # Sanitizers. |
64 'V8 Linux64 ASAN': 'gyp_release_x64_asan', | 64 'V8 Linux64 ASAN': 'gyp_release_x64_asan', |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 'v8_linux_gcc_rel': 'gn_release_x86_gcc_minimal_symbols', | 157 'v8_linux_gcc_rel': 'gn_release_x86_gcc_minimal_symbols', |
158 'v8_linux64_rel_ng': 'gn_release_x64_trybot', | 158 'v8_linux64_rel_ng': 'gn_release_x64_trybot', |
159 'v8_linux64_gyp_rel_ng': 'gyp_release_x64', | 159 'v8_linux64_gyp_rel_ng': 'gyp_release_x64', |
160 'v8_linux64_avx2_rel_ng': 'gn_release_x64_trybot', | 160 'v8_linux64_avx2_rel_ng': 'gn_release_x64_trybot', |
161 'v8_linux64_avx2_dbg': 'gn_debug_x64_trybot', | 161 'v8_linux64_avx2_dbg': 'gn_debug_x64_trybot', |
162 'v8_linux64_asan_rel_ng': 'gyp_release_x64_asan_minimal_symbols', | 162 'v8_linux64_asan_rel_ng': 'gyp_release_x64_asan_minimal_symbols', |
163 'v8_linux64_msan_rel': 'gn_release_simulate_arm64_msan_minimal_symbols', | 163 'v8_linux64_msan_rel': 'gn_release_simulate_arm64_msan_minimal_symbols', |
164 'v8_linux64_sanitizer_coverage_rel': | 164 'v8_linux64_sanitizer_coverage_rel': |
165 'gyp_release_x64_asan_minimal_symbols_coverage', | 165 'gyp_release_x64_asan_minimal_symbols_coverage', |
166 'v8_linux64_tsan_rel': 'gn_release_x64_tsan_minimal_symbols', | 166 'v8_linux64_tsan_rel': 'gn_release_x64_tsan_minimal_symbols', |
167 'v8_win_dbg': 'gyp_debug_x86_trybot', | 167 'v8_win_dbg': 'gn_debug_x86_trybot', |
168 'v8_win_compile_dbg': 'gyp_debug_x86_trybot', | 168 'v8_win_compile_dbg': 'gn_debug_x86_trybot', |
169 'v8_win_rel_ng': 'gyp_release_x86_trybot', | 169 'v8_win_rel_ng': 'gn_release_x86_trybot', |
170 'v8_win_nosnap_shared_rel_ng': | 170 'v8_win_nosnap_shared_rel_ng': |
171 'gyp_release_x86_no_snap_shared_minimal_symbols', | 171 'gn_release_x86_no_snap_shared_minimal_symbols', |
172 'v8_win64_dbg': 'gyp_debug_x64_minimal_symbols', | 172 'v8_win64_dbg': 'gn_debug_x64_minimal_symbols', |
173 'v8_win64_rel_ng': 'gyp_release_x64_trybot', | 173 'v8_win64_rel_ng': 'gn_release_x64_trybot', |
174 'v8_mac_rel_ng': 'gn_release_x86_trybot', | 174 'v8_mac_rel_ng': 'gn_release_x86_trybot', |
175 'v8_mac_dbg': 'gn_debug_x86_trybot', | 175 'v8_mac_dbg': 'gn_debug_x86_trybot', |
176 'v8_mac_gc_stress_dbg': 'gn_debug_x86_trybot', | 176 'v8_mac_gc_stress_dbg': 'gn_debug_x86_trybot', |
177 'v8_mac64_rel': 'gn_release_x64_trybot', | 177 'v8_mac64_rel': 'gn_release_x64_trybot', |
178 'v8_mac64_dbg': 'gn_debug_x64_minimal_symbols', | 178 'v8_mac64_dbg': 'gn_debug_x64_minimal_symbols', |
179 'v8_mac64_asan_rel': 'gyp_release_x64_asan', | 179 'v8_mac64_asan_rel': 'gyp_release_x64_asan', |
180 'v8_linux_arm_rel_ng': 'gn_release_simulate_arm_trybot', | 180 'v8_linux_arm_rel_ng': 'gn_release_simulate_arm_trybot', |
181 'v8_linux_arm_dbg': 'gn_debug_simulate_arm', | 181 'v8_linux_arm_dbg': 'gn_debug_simulate_arm', |
182 'v8_linux_arm_armv8a_rel': 'gn_release_simulate_arm_trybot', | 182 'v8_linux_arm_armv8a_rel': 'gn_release_simulate_arm_trybot', |
183 'v8_linux_arm_armv8a_dbg': 'gn_debug_simulate_arm', | 183 'v8_linux_arm_armv8a_dbg': 'gn_debug_simulate_arm', |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 'gn', 'release_bot', 'simulate_arm64', 'msan', 'minimal_symbols', | 244 'gn', 'release_bot', 'simulate_arm64', 'msan', 'minimal_symbols', |
245 'swarming'], | 245 'swarming'], |
246 'gn_release_simulate_arm64_trybot': [ | 246 'gn_release_simulate_arm64_trybot': [ |
247 'gn', 'release_trybot', 'simulate_arm64', 'swarming'], | 247 'gn', 'release_trybot', 'simulate_arm64', 'swarming'], |
248 | 248 |
249 # GN release configs for x64. | 249 # GN release configs for x64. |
250 'gn_release_x64': [ | 250 'gn_release_x64': [ |
251 'gn', 'release_bot', 'x64', 'swarming'], | 251 'gn', 'release_bot', 'x64', 'swarming'], |
252 'gn_release_x64_internal': [ | 252 'gn_release_x64_internal': [ |
253 'gn', 'release_bot', 'x64', 'swarming', 'v8_snapshot_internal'], | 253 'gn', 'release_bot', 'x64', 'swarming', 'v8_snapshot_internal'], |
| 254 'gn_release_x64_minimal_symbols': [ |
| 255 'gn', 'release_bot', 'x64', 'minimal_symbols', 'swarming'], |
254 'gn_release_x64_trybot': [ | 256 'gn_release_x64_trybot': [ |
255 'gn', 'release_trybot', 'x64', 'swarming'], | 257 'gn', 'release_trybot', 'x64', 'swarming'], |
256 'gn_release_x64_tsan': [ | 258 'gn_release_x64_tsan': [ |
257 'gn', 'release_bot', 'x64', 'tsan', 'swarming'], | 259 'gn', 'release_bot', 'x64', 'tsan', 'swarming'], |
258 'gn_release_x64_tsan_minimal_symbols': [ | 260 'gn_release_x64_tsan_minimal_symbols': [ |
259 'gn', 'release_bot', 'x64', 'tsan', 'minimal_symbols', 'swarming'], | 261 'gn', 'release_bot', 'x64', 'tsan', 'minimal_symbols', 'swarming'], |
260 | 262 |
261 # GN debug configs for x64. | 263 # GN debug configs for x64. |
262 'gn_debug_x64': [ | 264 'gn_debug_x64': [ |
263 'gn', 'debug_bot', 'x64', 'swarming'], | 265 'gn', 'debug_bot', 'x64', 'swarming'], |
264 'gn_debug_x64_custom': [ | 266 'gn_debug_x64_custom': [ |
265 'gn', 'debug_bot', 'x64', 'swarming', 'v8_snapshot_custom'], | 267 'gn', 'debug_bot', 'x64', 'swarming', 'v8_snapshot_custom'], |
266 'gn_debug_x64_minimal_symbols': [ | 268 'gn_debug_x64_minimal_symbols': [ |
267 'gn', 'debug_bot', 'x64', 'minimal_symbols', 'swarming'], | 269 'gn', 'debug_bot', 'x64', 'minimal_symbols', 'swarming'], |
268 'gn_debug_x64_trybot': [ | 270 'gn_debug_x64_trybot': [ |
269 'gn', 'debug_trybot', 'x64', 'swarming'], | 271 'gn', 'debug_trybot', 'x64', 'swarming'], |
270 'gn_debug_x64_valgrind': [ | 272 'gn_debug_x64_valgrind': [ |
271 'gn', 'debug_bot', 'x64', 'swarming', 'valgrind'], | 273 'gn', 'debug_bot', 'x64', 'swarming', 'valgrind'], |
272 | 274 |
273 # GN debug configs for x86. | 275 # GN debug configs for x86. |
274 'gn_debug_x86': [ | 276 'gn_debug_x86': [ |
275 'gn', 'debug_bot', 'x86', 'swarming'], | 277 'gn', 'debug_bot', 'x86', 'swarming'], |
| 278 'gn_debug_x86_minimal_symbols': [ |
| 279 'gn', 'debug_bot', 'x86', 'minimal_symbols', 'swarming'], |
276 'gn_debug_x86_no_snap': [ | 280 'gn_debug_x86_no_snap': [ |
277 'gn', 'debug_bot', 'x86', 'swarming', 'v8_snapshot_none'], | 281 'gn', 'debug_bot', 'x86', 'swarming', 'v8_snapshot_none'], |
278 'gn_debug_x86_no_snap_trybot': [ | 282 'gn_debug_x86_no_snap_trybot': [ |
279 'gn', 'debug_trybot', 'x86', 'swarming', 'v8_snapshot_none'], | 283 'gn', 'debug_trybot', 'x86', 'swarming', 'v8_snapshot_none'], |
280 'gn_debug_x86_trybot': [ | 284 'gn_debug_x86_trybot': [ |
281 'gn', 'debug_trybot', 'x86', 'swarming'], | 285 'gn', 'debug_trybot', 'x86', 'swarming'], |
282 | 286 |
283 # GN release configs for x86. | 287 # GN release configs for x86. |
284 'gn_release_x86': [ | 288 'gn_release_x86': [ |
285 'gn', 'release_bot', 'x86', 'swarming'], | 289 'gn', 'release_bot', 'x86', 'swarming'], |
286 'gn_release_x86_gcc': [ | 290 'gn_release_x86_gcc': [ |
287 'gn', 'release_bot', 'x86', 'gcc'], | 291 'gn', 'release_bot', 'x86', 'gcc'], |
288 'gn_release_x86_gcc_minimal_symbols': [ | 292 'gn_release_x86_gcc_minimal_symbols': [ |
289 'gn', 'release_bot', 'x86', 'gcc', 'minimal_symbols'], | 293 'gn', 'release_bot', 'x86', 'gcc', 'minimal_symbols'], |
290 'gn_release_x86_gcmole': [ | 294 'gn_release_x86_gcmole': [ |
291 'gn', 'release_bot', 'x86', 'gcmole', 'swarming'], | 295 'gn', 'release_bot', 'x86', 'gcmole', 'swarming'], |
292 'gn_release_x86_gcmole_trybot': [ | 296 'gn_release_x86_gcmole_trybot': [ |
293 'gn', 'release_trybot', 'x86', 'gcmole', 'swarming'], | 297 'gn', 'release_trybot', 'x86', 'gcmole', 'swarming'], |
294 'gn_release_x86_minimal_symbols': [ | 298 'gn_release_x86_minimal_symbols': [ |
295 'gn', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], | 299 'gn', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], |
296 'gn_release_x86_no_snap': [ | 300 'gn_release_x86_no_snap': [ |
297 'gn', 'release_bot', 'x86', 'swarming', 'v8_snapshot_none'], | 301 'gn', 'release_bot', 'x86', 'swarming', 'v8_snapshot_none'], |
| 302 'gn_release_x86_no_snap_shared_minimal_symbols': [ |
| 303 'gn', 'release', 'x86', 'goma', 'minimal_symbols', 'shared', 'swarming', |
| 304 'v8_snapshot_none'], |
298 'gn_release_x86_no_snap_trybot': [ | 305 'gn_release_x86_no_snap_trybot': [ |
299 'gn', 'release_trybot', 'x86', 'swarming', 'v8_snapshot_none'], | 306 'gn', 'release_trybot', 'x86', 'swarming', 'v8_snapshot_none'], |
300 'gn_release_x86_shared_verify_heap': [ | 307 'gn_release_x86_shared_verify_heap': [ |
301 'gn', 'release', 'x86', 'goma', 'shared', 'swarming', 'v8_verify_heap'], | 308 'gn', 'release', 'x86', 'goma', 'shared', 'swarming', 'v8_verify_heap'], |
302 'gn_release_x86_trybot': [ | 309 'gn_release_x86_trybot': [ |
303 'gn', 'release_trybot', 'x86', 'swarming'], | 310 'gn', 'release_trybot', 'x86', 'swarming'], |
304 | 311 |
305 # Gyp debug configs for arm. | 312 # Gyp debug configs for arm. |
306 'gyp_debug_arm': [ | 313 'gyp_debug_arm': [ |
307 'gyp', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], | 314 'gyp', 'debug_bot', 'arm', 'crosscompile', 'hard_float', 'swarming'], |
308 | 315 |
309 # Gyp debug configs for simulators. | 316 # Gyp debug configs for simulators. |
310 'gyp_debug_simulate_arm_asan_edge': [ | 317 'gyp_debug_simulate_arm_asan_edge': [ |
311 'gyp', 'debug_bot', 'simulate_arm', 'asan', 'edge'], | 318 'gyp', 'debug_bot', 'simulate_arm', 'asan', 'edge'], |
312 'gyp_debug_simulate_arm64_asan_edge': [ | 319 'gyp_debug_simulate_arm64_asan_edge': [ |
313 'gyp', 'debug_bot', 'simulate_arm64', 'asan', 'lsan', 'edge'], | 320 'gyp', 'debug_bot', 'simulate_arm64', 'asan', 'lsan', 'edge'], |
314 'gyp_debug_simulate_mipsel_asan_edge': [ | 321 'gyp_debug_simulate_mipsel_asan_edge': [ |
315 'gyp', 'debug_bot', 'simulate_mipsel', 'asan', 'edge'], | 322 'gyp', 'debug_bot', 'simulate_mipsel', 'asan', 'edge'], |
316 'gyp_debug_simulate_x87_no_snap': [ | 323 'gyp_debug_simulate_x87_no_snap': [ |
317 'gyp', 'debug_bot', 'simulate_x87', 'swarming', 'v8_snapshot_none'], | 324 'gyp', 'debug_bot', 'simulate_x87', 'swarming', 'v8_snapshot_none'], |
318 | 325 |
319 # Gyp debug configs for x64. | 326 # Gyp debug configs for x64. |
320 'gyp_debug_x64_asan_edge': [ | 327 'gyp_debug_x64_asan_edge': [ |
321 'gyp', 'debug_bot', 'x64', 'asan', 'lsan', 'edge'], | 328 'gyp', 'debug_bot', 'x64', 'asan', 'lsan', 'edge'], |
322 'gyp_debug_x64_minimal_symbols': [ | |
323 'gyp', 'debug_bot', 'x64', 'minimal_symbols', 'swarming'], | |
324 | 329 |
325 # Gyp debug configs for x86. | 330 # Gyp debug configs for x86. |
326 'gyp_debug_x86': [ | 331 'gyp_debug_x86': [ |
327 'gyp', 'debug_bot', 'x86', 'swarming'], | 332 'gyp', 'debug_bot', 'x86', 'swarming'], |
328 'gyp_debug_x86_minimal_symbols': [ | |
329 'gyp', 'debug_bot', 'x86', 'minimal_symbols', 'swarming'], | |
330 'gyp_debug_x86_trybot': [ | 333 'gyp_debug_x86_trybot': [ |
331 'gyp', 'debug_trybot', 'x86', 'swarming'], | 334 'gyp', 'debug_trybot', 'x86', 'swarming'], |
332 'gyp_debug_x86_no_i18n': [ | 335 'gyp_debug_x86_no_i18n': [ |
333 'gyp', 'debug_bot', 'x86', 'v8_no_i18n'], | 336 'gyp', 'debug_bot', 'x86', 'v8_no_i18n'], |
334 'gyp_debug_x86_vtunejit': [ | 337 'gyp_debug_x86_vtunejit': [ |
335 'gyp', 'debug_bot', 'x86', 'v8_enable_vtunejit'], | 338 'gyp', 'debug_bot', 'x86', 'v8_enable_vtunejit'], |
336 'gyp_full_debug_x86': [ | 339 'gyp_full_debug_x86': [ |
337 'gyp', 'debug', 'x86', 'goma', 'static', 'v8_enable_slow_dchecks', | 340 'gyp', 'debug', 'x86', 'goma', 'static', 'v8_enable_slow_dchecks', |
338 'v8_full_debug'], | 341 'v8_full_debug'], |
339 | 342 |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
377 'minimal_symbols', 'swarming'], | 380 'minimal_symbols', 'swarming'], |
378 'gyp_release_x64_asan_symbolized_edge_verify_heap': [ | 381 'gyp_release_x64_asan_symbolized_edge_verify_heap': [ |
379 'gyp', 'release_bot', 'x64', 'asan', 'edge', 'lsan', 'symbolized', | 382 'gyp', 'release_bot', 'x64', 'asan', 'edge', 'lsan', 'symbolized', |
380 'v8_verify_heap'], | 383 'v8_verify_heap'], |
381 'gyp_release_x64_cfi_symbolized': [ | 384 'gyp_release_x64_cfi_symbolized': [ |
382 'gyp', 'release_bot', 'x64', 'cfi', 'swarming', 'symbolized'], | 385 'gyp', 'release_bot', 'x64', 'cfi', 'swarming', 'symbolized'], |
383 'gyp_release_x64_clang': [ | 386 'gyp_release_x64_clang': [ |
384 'gyp', 'release_bot', 'x64', 'clang', 'swarming'], | 387 'gyp', 'release_bot', 'x64', 'clang', 'swarming'], |
385 'gyp_release_x64_gcc_coverage': [ | 388 'gyp_release_x64_gcc_coverage': [ |
386 'gyp', 'release_bot', 'x64', 'coverage', 'gcc'], | 389 'gyp', 'release_bot', 'x64', 'coverage', 'gcc'], |
387 'gyp_release_x64_minimal_symbols': [ | |
388 'gyp', 'release_bot', 'x64', 'minimal_symbols', 'swarming'], | |
389 'gyp_release_x64_trybot': [ | |
390 'gyp', 'release_trybot', 'x64', 'swarming'], | |
391 | 390 |
392 # Gyp release configs for x86. | 391 # Gyp release configs for x86. |
393 'gyp_release_x86_disassembler': [ | 392 'gyp_release_x86_disassembler': [ |
394 'gyp', 'release_bot', 'x86', 'v8_enable_disassembler'], | 393 'gyp', 'release_bot', 'x86', 'v8_enable_disassembler'], |
395 'gyp_release_x86_interpreted_regexp': [ | 394 'gyp_release_x86_interpreted_regexp': [ |
396 'gyp', 'release_bot', 'x86', 'v8_interpreted_regexp'], | 395 'gyp', 'release_bot', 'x86', 'v8_interpreted_regexp'], |
397 'gyp_release_x86_minimal_symbols': [ | |
398 'gyp', 'release_bot', 'x86', 'minimal_symbols', 'swarming'], | |
399 'gyp_release_x86_no_i18n_trybot': [ | 396 'gyp_release_x86_no_i18n_trybot': [ |
400 'gyp', 'release_trybot', 'x86', 'swarming', 'v8_no_i18n'], | 397 'gyp', 'release_trybot', 'x86', 'swarming', 'v8_no_i18n'], |
401 'gyp_release_x86_no_snap_shared_minimal_symbols': [ | |
402 'gyp', 'release', 'x86', 'goma', 'minimal_symbols', 'shared', 'swarming', | |
403 'v8_snapshot_none'], | |
404 'gyp_release_x86_predictable': [ | 398 'gyp_release_x86_predictable': [ |
405 'gyp', 'release_bot', 'x86', 'v8_enable_verify_predictable'], | 399 'gyp', 'release_bot', 'x86', 'v8_enable_verify_predictable'], |
406 'gyp_release_x86_trybot': [ | |
407 'gyp', 'release_trybot', 'x86', 'swarming'], | |
408 }, | 400 }, |
409 | 401 |
410 'mixins': { | 402 'mixins': { |
411 'android': { | 403 'android': { |
412 'gn_args': 'target_os="android" v8_android_log_stdout=true', | 404 'gn_args': 'target_os="android" v8_android_log_stdout=true', |
413 'gyp_defines': 'OS=android v8_android_log_stdout=1', | 405 'gyp_defines': 'OS=android v8_android_log_stdout=1', |
414 }, | 406 }, |
415 | 407 |
416 'arm': { | 408 'arm': { |
417 'gn_args': 'target_cpu="arm"', | 409 'gn_args': 'target_cpu="arm"', |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
681 'gn_args': 'target_cpu="x64"', | 673 'gn_args': 'target_cpu="x64"', |
682 'gyp_defines': 'target_arch=x64', | 674 'gyp_defines': 'target_arch=x64', |
683 }, | 675 }, |
684 | 676 |
685 'x86': { | 677 'x86': { |
686 'gn_args': 'target_cpu="x86"', | 678 'gn_args': 'target_cpu="x86"', |
687 'gyp_defines': 'target_arch=ia32', | 679 'gyp_defines': 'target_arch=ia32', |
688 }, | 680 }, |
689 }, | 681 }, |
690 } | 682 } |
OLD | NEW |