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

Unified Diff: chrome/browser/ui/autofill/DEPS

Issue 298863012: Use upstream libaddressinput in Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing comments. Created 6 years, 6 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/ui/autofill/DEPS
diff --git a/chrome/browser/ui/autofill/DEPS b/chrome/browser/ui/autofill/DEPS
index 2f586c9077560501ae2ea9bb29f86e4be860144b..f33c0e7857846063f03a9b75b0371b471f2fc45e 100644
--- a/chrome/browser/ui/autofill/DEPS
+++ b/chrome/browser/ui/autofill/DEPS
@@ -1,6 +1,8 @@
include_rules = [
+ '+third_party/libaddressinput/chromium/chrome_address_validator.h',
'+third_party/libaddressinput/chromium/chrome_downloader_impl.h',
'+third_party/libaddressinput/chromium/chrome_storage_impl.h',
- '+third_party/libaddressinput/chromium/cpp/include/libaddressinput',
+ '+third_party/libaddressinput/chromium/load_rules_listener.h',
'+third_party/libaddressinput/chromium/required_fields.h',
+ '+third_party/libaddressinput/src/cpp/include/libaddressinput',
]

Powered by Google App Engine
This is Rietveld 408576698