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

Unified Diff: tools/mb/mb_config.pyl

Issue 1839803002: Remove net & url small, iOS ICU alternatives, unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 | « net/test/run_all_unittests.cc ('k') | url/BUILD.gn » ('j') | 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 d044e3ceb8e45686ab440121b9c4d0515d73e090..13c95e0780f5180058429a7c3c14b0ea756391c4 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -1605,9 +1605,11 @@
'cronet': {
'gn_args': ('disable_file_support=true disable_ftp_support=true '
- 'enable_websockets=false'),
+ 'enable_websockets=false use_platform_icu_alternatives=true '
+ 'disable_brotli_filter=true'),
'gyp_defines': ('disable_file_support=1 disable_ftp_support=1 '
- 'enable_websockets=0'),
+ 'enable_websockets=0 use_platform_icu_alternatives=1 '
+ 'disable_brotli_filter=1'),
},
'crosscompile': {
« no previous file with comments | « net/test/run_all_unittests.cc ('k') | url/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698