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

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: Fix chrome/browser/BUILD.gn 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",
+ "+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