| Index: base/base.gypi
|
| diff --git a/base/base.gypi b/base/base.gypi
|
| index 8f16a34738e0bd637f1f795f50b3cf225975373b..0e4c0e15e8f17ee26cd377e3480ffff9e0887e96 100644
|
| --- a/base/base.gypi
|
| +++ b/base/base.gypi
|
| @@ -48,6 +48,8 @@
|
| 'android/jni_array.h',
|
| 'android/jni_helper.cc',
|
| 'android/jni_helper.h',
|
| + 'android/jni_local_ref_extensions.cc',
|
| + 'android/jni_local_ref_extensions.h',
|
| 'android/jni_registrar.cc',
|
| 'android/jni_registrar.h',
|
| 'android/jni_string.cc',
|
| @@ -58,6 +60,8 @@
|
| 'android/path_service_android.h',
|
| 'android/path_utils.cc',
|
| 'android/path_utils.h',
|
| + 'android/scoped_java_ref.cc',
|
| + 'android/scoped_java_ref.h',
|
| 'android/thread_utils.h',
|
| 'at_exit.cc',
|
| 'at_exit.h',
|
|
|