| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index 5aed38c6729155e60eaf6b6921338be62e78f105..ffc9a9dbc3f1df8187bef0a9ae3d0f1c1a80f571 100644
|
| --- a/base/base.gypi
|
| +++ b/base/base.gypi
|
| @@ -19,8 +19,16 @@
|
| 'third_party/icu/icu_utf.h',
|
| 'third_party/nspr/prtime.cc',
|
| 'third_party/nspr/prtime.h',
|
| - 'android/scoped_java_global_reference.h',
|
| - 'android/scoped_java_reference.h',
|
| + 'android/scoped_java_ref.cc',
|
| + 'android/scoped_java_ref.h',
|
| + 'android/jni_android.cc',
|
| + 'android/jni_android.h',
|
| + 'android/jni_array.cc',
|
| + 'android/jni_array.h',
|
| + 'android/jni_string.cc',
|
| + 'android/jni_string.h',
|
| + 'android/path_utils.cc',
|
| + 'android/path_utils.h',
|
| 'at_exit.cc',
|
| 'at_exit.h',
|
| 'atomic_ref_count.h',
|
|
|