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

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: Rebase on top of https://codereview.chromium.org/359213002/ 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 78555044c9a9af27c9446bb8729e9c823e76def2..b28dfcecdc553a68e73055ac751629683d25e438 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/has_all_required_fields.h',
+ '+third_party/libaddressinput/chromium/load_rules_delegate.h',
+ '+third_party/libaddressinput/src/cpp/include/libaddressinput',
]

Powered by Google App Engine
This is Rietveld 408576698