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

Unified Diff: tools/mb/mb_config.pyl

Issue 1926963002: Flip trybot and waterfall bot for simplechrome amd64 to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
« BUILD.gn ('K') | « BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index c306efd7609ff8f404acccb46ee1ac6bb498080d..10dda222371372f36dd907430eebe681d7d012ac 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -67,7 +67,7 @@
},
'chromium.chromiumos': {
- 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gyp',
+ 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gn',
'ChromiumOS daisy Compile': 'cros_chrome_sdk_gyp',
'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gyp',
'Linux ChromiumOS Builder': 'swarming_chromeos_gyp_release_bot',
@@ -691,7 +691,7 @@
'ChromiumOS Codesearch Builder': 'codesearch_gn',
'cast_shell_linux': 'cast_gn_release_trybot',
'chromeos_amd64-generic_variable': 'findit',
- 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gyp',
+ 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn',
'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk_gyp',
'chromeos_daisy_variable': 'findit',
'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gyp',
@@ -1070,6 +1070,10 @@
# The 'cros_chrome_sdk_* configs are placeholders that indicate
# that the GYP_DEFINES (or GN args) are set by the `cros chrome-sdk`
# wrapper and need to be looked at specially.
+ 'cros_chrome_sdk_gn': [
+ 'gn', 'cros_chrome_sdk',
+ ],
+
'cros_chrome_sdk_gyp': [
'gyp', 'cros_chrome_sdk',
],
« BUILD.gn ('K') | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698