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

Unified Diff: chrome/chrome_browser.gypi

Issue 145553009: rAc: use libaddressinput to validate international addresses. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 6 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/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 0cb2356434a5e7e71d000387dde47cab3749a0f3..b3901a7af6dc8f476ab0ba69cad725724a57a34c 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -221,6 +221,8 @@
'browser/autofill/autofill_cc_infobar_delegate.h',
'browser/autofill/personal_data_manager_factory.cc',
'browser/autofill/personal_data_manager_factory.h',
+ 'browser/autofill/validation_rules_storage_factory.cc',
+ 'browser/autofill/validation_rules_storage_factory.h',
'browser/auto_launch_trial.cc',
'browser/auto_launch_trial.h',
'browser/automation/automation_browser_tracker.cc',
@@ -2650,6 +2652,7 @@
'../third_party/expat/expat.gyp:expat',
'../third_party/hunspell/hunspell.gyp:hunspell',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
+ '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
'../third_party/libusb/libusb.gyp:libusb',
'../third_party/libyuv/libyuv.gyp:libyuv',
'../third_party/npapi/npapi.gyp:npapi',
@@ -3228,6 +3231,7 @@
],
'dependencies!': [
'../components/components.gyp:web_modal',
+ '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
'../third_party/libusb/libusb.gyp:libusb',
],
'sources': [

Powered by Google App Engine
This is Rietveld 408576698