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

Unified Diff: build/android/pylib/gtest/setup.py

Issue 156333002: Enable icu_use_data_file_flag on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: icudtl.dat made readable Created 6 years, 10 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
Index: build/android/pylib/gtest/setup.py
diff --git a/build/android/pylib/gtest/setup.py b/build/android/pylib/gtest/setup.py
index 5d3c2c78a7c59bafe257382a373c32dabca66dc8..2e369a608a73197e3e98c3eb440018ec7ad3af23 100644
--- a/build/android/pylib/gtest/setup.py
+++ b/build/android/pylib/gtest/setup.py
@@ -124,7 +124,7 @@ def _GenerateDepsDirUsingIsolate(suite_name):
'--config-variable', 'OS', 'android',
'--config-variable', 'chromeos', '0',
'--config-variable', 'component', 'static_library',
- '--config-variable', 'icu_use_data_file_flag', '0',
+ '--config-variable', 'icu_use_data_file_flag', '1',
'--config-variable', 'use_openssl', '0',
]
assert not cmd_helper.RunCmd(isolate_cmd)

Powered by Google App Engine
This is Rietveld 408576698