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

Unified Diff: icu.gyp

Issue 412473002: Update Android WebView to use new system ICU (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu46.git@master
Patch Set: ... Created 6 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu.gyp
diff --git a/icu.gyp b/icu.gyp
index 90906078ef444f8e32f057d1363a36f851ae8b00..708a434d6daac0d601a129a79cfeef983bc1546c 100644
--- a/icu.gyp
+++ b/icu.gyp
@@ -368,8 +368,8 @@
['OS=="android"', {
'direct_dependent_settings': {
'include_dirs': [
- '<(android_src)/external/icu4c/common',
- '<(android_src)/external/icu4c/i18n',
+ '<(android_src)/external/icu/icu4c/source/common',
+ '<(android_src)/external/icu/icu4c/source/i18n',
],
},
'link_settings': {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698