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

Unified Diff: infra/mb/mb_config.pyl

Issue 2344493002: [gn] Fix no-inline config for V8 (Closed)
Patch Set: Format Created 4 years, 3 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 | « BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/mb/mb_config.pyl
diff --git a/infra/mb/mb_config.pyl b/infra/mb/mb_config.pyl
index 59e700747481e0f370c35f3f428ac658caf095e8..9a5cfa8316163b776e894f1e4cac878fc08fbe37 100644
--- a/infra/mb/mb_config.pyl
+++ b/infra/mb/mb_config.pyl
@@ -595,9 +595,9 @@
'gyp_defines': 'test_isolation_mode=prepare',
},
- # TODO(machenbach): Remove the symbolized config after the bots are gone.
+ # TODO(machenbach): Remove the symbolized config after the bots are gone.
'symbolized': {
- 'gn_args': 'symbolized=true',
+ 'gn_args': 'v8_no_inline=true',
'gyp_defines':
'release_extra_cflags="-fno-inline-functions -fno-inline"',
},
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698