| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index 4c96ebddd8dc58a04e5375e9fc53594246ac9429..c19658fbc24c4ce2af575b05ad4e19dd6528593e 100644
|
| --- a/base/base.gypi
|
| +++ b/base/base.gypi
|
| @@ -39,6 +39,8 @@
|
| 'android/jni_registrar.h',
|
| 'android/jni_string.cc',
|
| 'android/jni_string.h',
|
| + 'android/locale_utils.cc',
|
| + 'android/locale_utils.h',
|
| 'android/path_utils.cc',
|
| 'android/path_utils.h',
|
| 'at_exit.cc',
|
| @@ -696,6 +698,7 @@
|
| 'dependencies': [
|
| 'symbolize',
|
| '../third_party/ashmem/ashmem.gyp:ashmem',
|
| + '../third_party/icu/icu.gyp:icuuc',
|
| 'base_java',
|
| 'base_jni_headers',
|
| ],
|
|
|