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

Unified Diff: base/base.gypi

Issue 12282004: Added personal_data_manager android implementation for auto-populating auto-fill on android builds … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed Nits Created 7 years, 9 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 ce7f7e847f2938a9d393cac86d59d43a351c2521..c0bea43ae732b2b3310d5b76cdcdc9ba29f5848d 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',
Ilya Sherman 2013/03/11 22:39:44 nit: This doesn't seem to be related to your CL.
'android/thread_utils.h',
'at_exit.cc',
'at_exit.h',

Powered by Google App Engine
This is Rietveld 408576698