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

Side by Side Diff: tools/mb/mb_config.pyl

Issue 1807013005: [Android] Remove all target from and add minimal_symbols to Android GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « testing/buildbot/chromium.linux.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 # 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 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 # 9 #
10 # TODO(crbug.com/481692): Add in remaining bots on the waterfalls. 10 # TODO(crbug.com/481692): Add in remaining bots on the waterfalls.
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot', 49 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot',
50 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot', 50 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot',
51 }, 51 },
52 'chromium.linux': { 52 'chromium.linux': {
53 'Android Arm64 Builder (dbg)': 53 'Android Arm64 Builder (dbg)':
54 'swarming_android_gyp_debug_static_bot_arm64', 54 'swarming_android_gyp_debug_static_bot_arm64',
55 'Android Builder (dbg)': 'swarming_android_gyp_debug_static_bot', 55 'Android Builder (dbg)': 'swarming_android_gyp_debug_static_bot',
56 'Android Builder': 'swarming_android_gyp_release_bot_minimal_symbols', 56 'Android Builder': 'swarming_android_gyp_release_bot_minimal_symbols',
57 'Android Clang Builder (dbg)': 'android_clang_asan_gyp_debug_bot', 57 'Android Clang Builder (dbg)': 'android_clang_asan_gyp_debug_bot',
58 'Android GN (dbg)': 'android_gn_debug_bot', 58 'Android GN (dbg)': 'android_gn_debug_bot',
59 'Android GN': 'android_gn_release_bot', 59 'Android GN': 'android_gn_release_bot_minimal_symbols',
60 'Android Tests (dbg)': 'swarming_android_gyp_debug_static_bot', 60 'Android Tests (dbg)': 'swarming_android_gyp_debug_static_bot',
61 'Android Tests': 'swarming_android_gyp_release_bot_minimal_symbols', 61 'Android Tests': 'swarming_android_gyp_release_bot_minimal_symbols',
62 'Cast Android (dbg)': 'android_cast_gyp_debug_static_bot', 62 'Cast Android (dbg)': 'android_cast_gyp_debug_static_bot',
63 'Cast Linux': 'cast_gn_release_bot', 63 'Cast Linux': 'cast_gn_release_bot',
64 'Linux Builder (dbg)': 'swarming_gn_debug_bot', 64 'Linux Builder (dbg)': 'swarming_gn_debug_bot',
65 'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86', 65 'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86',
66 'Linux Builder': 'swarming_gn_release_bot', 66 'Linux Builder': 'swarming_gn_release_bot',
67 'Linux Tests (dbg)(1)': 'none', 67 'Linux Tests (dbg)(1)': 'none',
68 'Linux Tests (dbg)(1)(32)': 'none', 68 'Linux Tests (dbg)(1)(32)': 'none',
69 'Linux Tests': 'none', 69 'Linux Tests': 'none',
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 ], 441 ],
442 442
443 'android_gn_debug_trybot_x86': [ 443 'android_gn_debug_trybot_x86': [
444 'android', 'gn', 'debug_trybot', 'x86', 444 'android', 'gn', 'debug_trybot', 'x86',
445 ], 445 ],
446 446
447 'android_gn_release_bot': [ 447 'android_gn_release_bot': [
448 'android', 'gn', 'release_bot', 448 'android', 'gn', 'release_bot',
449 ], 449 ],
450 450
451 'android_gn_release_bot_minimal_symbols': [
452 'android', 'gn', 'release_bot_minimal_symbols',
453 ],
454
451 'android_gn_release_trybot': [ 455 'android_gn_release_trybot': [
452 'android', 'gn', 'release_trybot', 456 'android', 'gn', 'release_trybot',
453 ], 457 ],
454 458
455 'android_without_codecs_gyp_release_bot_minimal_symbols': [ 459 'android_without_codecs_gyp_release_bot_minimal_symbols': [
456 'android_without_codecs', 'gyp', 'release_bot_minimal_symbols', 460 'android_without_codecs', 'gyp', 'release_bot_minimal_symbols',
457 ], 461 ],
458 462
459 'cast_gn_release_bot': [ 463 'cast_gn_release_bot': [
460 'cast', 'gn', 'release_bot', 464 'cast', 'gn', 'release_bot',
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
1176 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1180 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1177 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 1181 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
1178 }, 1182 },
1179 1183
1180 'valgrind': { 1184 'valgrind': {
1181 # TODO: add gn_args for 'build_for_tool=memcheck' 1185 # TODO: add gn_args for 'build_for_tool=memcheck'
1182 'gyp_defines': 'build_for_tool=memcheck', 1186 'gyp_defines': 'build_for_tool=memcheck',
1183 } 1187 }
1184 }, 1188 },
1185 } 1189 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698