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

Unified Diff: chrome/browser/android/preferences/autofill/DEPS

Issue 872023002: Use floating labels for preference forms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change repack_locales condition to just enable_autofill_dialog 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
Index: chrome/browser/android/preferences/autofill/DEPS
diff --git a/chrome/browser/android/preferences/autofill/DEPS b/chrome/browser/android/preferences/autofill/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..e2b1fcd18739231921336cd493f36ccafa1ce501
--- /dev/null
+++ b/chrome/browser/android/preferences/autofill/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ "+third_party/libaddressinput/src/cpp/include/libaddressinput/address_ui.h",
newt (away) 2015/01/27 01:45:06 It's probably fine to use a single rule here ("+th
Theresa 2015/01/28 02:05:41 I think it's fine too, since it's included like t
+ "+third_party/libaddressinput/src/cpp/include/libaddressinput/address_ui_component.h",
+ "+third_party/libaddressinput/src/cpp/include/libaddressinput/localization.h",
+]

Powered by Google App Engine
This is Rietveld 408576698