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

Unified Diff: chrome/chrome_browser.gypi

Issue 872023002: Use floating labels for preference forms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor changes Created 5 years, 11 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_repack_locales.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index d4cf3966df2ef3979aaa48ce6f5463490da193b5..ae5c0970091da85837c3dfbd1ec4fa18adb512c1 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -119,6 +119,8 @@
'browser/android/omnibox/omnibox_prerender.h',
'browser/android/password_ui_view_android.cc',
'browser/android/password_ui_view_android.h',
+ 'browser/android/preferences/autofill/autofill_profile_bridge.cc',
+ 'browser/android/preferences/autofill/autofill_profile_bridge.h',
'browser/android/preferences/pref_service_bridge.cc',
'browser/android/preferences/pref_service_bridge.h',
'browser/android/preferences/website_preference_bridge.cc',
@@ -1571,6 +1573,7 @@
'android/java/src/org/chromium/chrome/browser/partnerbookmarks/PartnerBookmarksReader.java',
'android/java/src/org/chromium/chrome/browser/password_manager/PasswordAuthenticationManager.java',
'android/java/src/org/chromium/chrome/browser/PasswordUIView.java',
+ 'android/java/src/org/chromium/chrome/browser/preferences/autofill/AutofillProfileBridge.java',
'android/java/src/org/chromium/chrome/browser/preferences/LocationSettings.java',
'android/java/src/org/chromium/chrome/browser/preferences/PrefServiceBridge.java',
'android/java/src/org/chromium/chrome/browser/preferences/website/WebsitePreferenceBridge.java',
@@ -3338,6 +3341,7 @@
'../components/components.gyp:web_contents_delegate_android',
'../components/components_resources.gyp:components_resources',
'../third_party/android_opengl/etc1/etc1.gyp:etc1',
+ '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util',
'chrome_browser_jni_headers',
],
'dependencies!': [
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_repack_locales.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698