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

Unified Diff: base/base.gypi

Issue 7828084: Refactor ScopedJavaRef (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: operator= docs Created 9 years, 3 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: 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',
« base/android/jni_array.cc ('K') | « base/base.gyp ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698