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

Unified Diff: chrome/chrome.gyp

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: Autofill populator components refactor 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: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 295c79ae5d67f63a12102af53c0c082232050e1a..66d112f76dd8376e15f3c0ec4f497448b58ef77d 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1085,10 +1085,12 @@
'target_name': 'chrome_java',
'type': 'none',
'dependencies': [
+
Yaron 2013/03/16 00:15:30 Nit: remove blank line
apiccion 2013/03/18 19:30:36 Done.
'profile_sync_service_model_type_selection_java',
'toolbar_model_security_levels_java',
'../base/base.gyp:base',
'../components/components.gyp:navigation_interception_java',
+ '../components/components.gyp:autofill_android_java',
'../components/components.gyp:web_contents_delegate_android_java',
'../content/content.gyp:content_java',
'../sync/sync.gyp:sync_java',

Powered by Google App Engine
This is Rietveld 408576698