| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium 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 the list of configs that you can pass to mb; each config | 6 # This is the list of configs that you can pass to mb; each config |
| 7 # represents a particular combination of GYP_DEFINES/gn args that | 7 # represents a particular combination of GYP_DEFINES/gn args that |
| 8 # we must support. A given config *may* be platform-specific but | 8 # we must support. A given config *may* be platform-specific but |
| 9 # is not necessarily so (i.e., we might have mac, win, and linux | 9 # is not necessarily so (i.e., we might have mac, win, and linux |
| 10 # bots all using the 'gn_release_bot' config). | 10 # bots all using the 'gn_release_bot' config). |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 # GN binary; ideally we could just turn glib off, but that doesn't | 151 # GN binary; ideally we could just turn glib off, but that doesn't |
| 152 # actually work, so we need to pretend to be doing an ozone build | 152 # actually work, so we need to pretend to be doing an ozone build |
| 153 # in order for the flag to actually take effect. | 153 # in order for the flag to actually take effect. |
| 154 'gn_args': 'use_ozone=true use_glib=false', | 154 'gn_args': 'use_ozone=true use_glib=false', |
| 155 }, | 155 }, |
| 156 | 156 |
| 157 'gn': {'type': 'gn'}, | 157 'gn': {'type': 'gn'}, |
| 158 | 158 |
| 159 'goma': { | 159 'goma': { |
| 160 'gn_args': 'use_goma=true goma_dir="$(goma_dir)"', | 160 'gn_args': 'use_goma=true goma_dir="$(goma_dir)"', |
| 161 'gyp_defines': 'goma=1 gomadir=$(goma_dir)', | 161 'gyp_defines': 'use_goma=1 gomadir=$(goma_dir)', |
| 162 }, | 162 }, |
| 163 | 163 |
| 164 'gpu_tests': { | 164 'gpu_tests': { |
| 165 'gn_args': 'archive_gpu_tests=true', | 165 'gn_args': 'archive_gpu_tests=true', |
| 166 'gyp_defines': 'archive_gpu_tests=1', | 166 'gyp_defines': 'archive_gpu_tests=1', |
| 167 }, | 167 }, |
| 168 | 168 |
| 169 'gyp': {'type': 'gyp'}, | 169 'gyp': {'type': 'gyp'}, |
| 170 | 170 |
| 171 'minimal_symbols': { | 171 'minimal_symbols': { |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 'V8 Linux GN': 'gn_release_bot', | 291 'V8 Linux GN': 'gn_release_bot', |
| 292 'V8 Android GN (dbg)': 'android_gn_debug_bot', | 292 'V8 Android GN (dbg)': 'android_gn_debug_bot', |
| 293 }, | 293 }, |
| 294 'tryserver.blink': { | 294 'tryserver.blink': { |
| 295 'android_blink_compile_dbg': 'android_gyp_debug_bot', | 295 'android_blink_compile_dbg': 'android_gyp_debug_bot', |
| 296 'android_blink_compile_rel': 'android_gyp_release_trybot', | 296 'android_blink_compile_rel': 'android_gyp_release_trybot', |
| 297 'android_chromium_gn_compile_rel': 'android_gn_release_bot', | 297 'android_chromium_gn_compile_rel': 'android_gn_release_bot', |
| 298 'linux_chromium_gn_rel': 'gn_release_bot', | 298 'linux_chromium_gn_rel': 'gn_release_bot', |
| 299 }, | 299 }, |
| 300 'tryserver.chromium.linux': { | 300 'tryserver.chromium.linux': { |
| 301 'linux_full_bisect_builder': 'swarming_gyp_release_trybot', | 301 'linux_full_bisect_builder': 'swarming_gyp_release_bot', |
| 302 'linux_chromium_compile_rel_ng': 'swarming_gyp_release_trybot', | 302 'linux_chromium_compile_rel_ng': 'swarming_gyp_release_trybot', |
| 303 'linux_chromium_rel_ng': 'swarming_gpu_tests_gyp_release_trybot', | 303 'linux_chromium_rel_ng': 'swarming_gpu_tests_gyp_release_trybot', |
| 304 'linux_chromium_gn_rel': 'gn_release_trybot', | 304 'linux_chromium_gn_rel': 'gn_release_trybot', |
| 305 'linux_chromium_gn_chromeos_rel': 'chromeos_gn_release_trybot', | 305 'linux_chromium_gn_chromeos_rel': 'chromeos_gn_release_trybot', |
| 306 'android_chromium_gn_compile_rel': 'android_gn_release_trybot', | 306 'android_chromium_gn_compile_rel': 'android_gn_release_trybot', |
| 307 'linux_chromium_compile_dbg_ng': 'swarming_gyp_debug_trybot', | 307 'linux_chromium_compile_dbg_ng': 'swarming_gyp_debug_trybot', |
| 308 'linux_chromium_dbg_ng': 'swarming_gyp_debug_trybot', | 308 'linux_chromium_dbg_ng': 'swarming_gyp_debug_trybot', |
| 309 'linux_chromium_gn_dbg': 'gn_debug_bot', | 309 'linux_chromium_gn_dbg': 'gn_debug_bot', |
| 310 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', | 310 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', |
| 311 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot', | 311 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 327 'win8_chromium_gn_rel': 'gn_release_trybot_x86', | 327 'win8_chromium_gn_rel': 'gn_release_trybot_x86', |
| 328 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols', | 328 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols', |
| 329 'win_clang_x64_dbg': 'win_clang_debug_bot', | 329 'win_clang_x64_dbg': 'win_clang_debug_bot', |
| 330 }, | 330 }, |
| 331 'tryserver.v8': { | 331 'tryserver.v8': { |
| 332 'v8_linux_chromium_gn_rel': 'gn_release_trybot', | 332 'v8_linux_chromium_gn_rel': 'gn_release_trybot', |
| 333 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', | 333 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', |
| 334 }, | 334 }, |
| 335 }, | 335 }, |
| 336 } | 336 } |
| OLD | NEW |