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

Unified Diff: build/common.gypi

Issue 933293003: [Cronet] Make Cronet buildable on regular Android bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments, now works on Cronet bot. Created 5 years, 9 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 | components/cronet.gypi » ('j') | components/cronet.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index b39947df0d584ede63f9cacf72e2a8e3cd083714..49a8337a05f9e378aa050318e6f8c813d9b49063 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2982,9 +2982,6 @@
['disable_ftp_support==1', {
'defines': ['DISABLE_FTP_SUPPORT=1'],
}],
- ['use_icu_alternatives_on_android==1', {
- 'defines': ['USE_ICU_ALTERNATIVES_ON_ANDROID=1'],
- }],
['enable_supervised_users==1', {
'defines': ['ENABLE_SUPERVISED_USERS=1'],
}],
« no previous file with comments | « no previous file | components/cronet.gypi » ('j') | components/cronet.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698