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", |
+] |