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

Unified Diff: build/java_apk.gypi

Issue 1147213004: Store and load icudtl.dat directly from the apk rather than extracting on start-up (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@load-from-apk
Patch Set: fix compile Created 5 years, 6 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/java_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index 976c90e4a57b4bb1d20e4d68812af29eaecb5d1c..e07ce5a19d5c642f8879d1ff763ba97718a32e0c 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -89,7 +89,8 @@
'additional_res_packages': [],
'additional_bundled_libs%': [],
'is_test_apk%': 0,
- 'extensions_to_not_compress%': '',
+ # Allow icu data to be loaded directly from the .apk.
+ 'extensions_to_not_compress%': 'dat',
'resource_input_paths': [],
'intermediate_dir': '<(PRODUCT_DIR)/<(_target_name)',
'asset_location%': '<(intermediate_dir)/assets',

Powered by Google App Engine
This is Rietveld 408576698