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

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 assortment of nits Created 7 years, 10 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 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',

Powered by Google App Engine
This is Rietveld 408576698