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

Unified Diff: tools/mb/mb_config.pyl

Issue 1921003009: Revert of Use GN in simple chrome builders (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | 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 dc9b573728075fbf452748f30869143e3fda7c13..2970b45c77441f15178b4987471d56674a1db572 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -66,9 +66,9 @@
},
'chromium.chromiumos': {
- 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gn',
- 'ChromiumOS daisy Compile': 'cros_chrome_sdk_gn',
- 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gn',
+ 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gyp',
+ 'ChromiumOS daisy Compile': 'cros_chrome_sdk_gyp',
+ 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gyp',
'Linux ChromiumOS Builder': 'swarming_chromeos_gyp_release_bot',
'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gyp_debug_bot',
'Linux ChromiumOS Full': 'swarming_chromeos_gyp_release_bot',
@@ -1051,9 +1051,6 @@
'cros_chrome_sdk_gyp': [
'gyp', 'cros_chrome_sdk',
],
- 'cros_chrome_sdk_gn': [
- 'gn', 'cros_chrome_sdk',
- ],
# The 'findit' config is used by the *_variable_* bots, which run
# the 'FindIt' recipes and code to bisect failures that happen on the
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698