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

Unified Diff: components/cronet/tools/cr_cronet.py

Issue 2577173002: [Cronet] Use use_partition_alloc GN arg in Cronet (Closed)
Patch Set: self review Created 4 years 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 | tools/mb/mb_config.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/tools/cr_cronet.py
diff --git a/components/cronet/tools/cr_cronet.py b/components/cronet/tools/cr_cronet.py
index 28265ff54c0896fe11e3508576b940dcc6503fa3..4265a6ba2ad3ae4c88619c6c126fde06ba2d50c8 100755
--- a/components/cronet/tools/cr_cronet.py
+++ b/components/cronet/tools/cr_cronet.py
@@ -102,7 +102,7 @@ def main():
'disable_file_support=true disable_ftp_support=true '+ \
'use_platform_icu_alternatives=true '+ \
'disable_brotli_filter=true is_component_build=false ' + \
- 'ignore_elf32_limitations=true'
+ 'ignore_elf32_limitations=true use_partition_alloc=false'
extra_options = ' '.join(extra_options_list)
if options.gn:
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698