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

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: . 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
« no previous file with comments | « chrome/browser/ui/autofill/data_model_wrapper_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index f4dc6fffc335c4ff9cb98e1a2c75e4c1679bb391..f0752c318aaf4d61cb5ff57dd7fad614faec643c 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',
@@ -2654,6 +2656,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',
@@ -3232,6 +3235,7 @@
],
'dependencies!': [
'../components/components.gyp:web_modal',
+ '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
'../third_party/libusb/libusb.gyp:libusb',
],
'sources': [
@@ -3510,23 +3514,29 @@
]
}],
['enable_mdns==1', {
- 'sources' : [
- 'browser/local_discovery/privet_http_asynchronous_factory.cc',
- 'browser/local_discovery/privet_http_asynchronous_factory.h',
- 'browser/local_discovery/privet_notifications.cc',
- 'browser/local_discovery/privet_notifications.h',
- 'browser/local_discovery/privet_notifications_factory.cc',
- 'browser/local_discovery/privet_notifications_factory.h',
- 'browser/local_discovery/privet_traffic_detector.cc',
- 'browser/local_discovery/privet_traffic_detector.h',
- 'browser/local_discovery/service_discovery_client_mdns.cc',
- 'browser/local_discovery/service_discovery_client_mdns.h',
- 'browser/local_discovery/service_discovery_host_client.cc',
- 'browser/local_discovery/service_discovery_host_client.h',
- 'browser/local_discovery/privet_local_printer_lister.h',
- 'browser/local_discovery/privet_local_printer_lister.cc'
- ]
- }]
+ 'sources' : [
+ 'browser/local_discovery/privet_http_asynchronous_factory.cc',
+ 'browser/local_discovery/privet_http_asynchronous_factory.h',
+ 'browser/local_discovery/privet_notifications.cc',
+ 'browser/local_discovery/privet_notifications.h',
+ 'browser/local_discovery/privet_notifications_factory.cc',
+ 'browser/local_discovery/privet_notifications_factory.h',
+ 'browser/local_discovery/privet_traffic_detector.cc',
+ 'browser/local_discovery/privet_traffic_detector.h',
+ 'browser/local_discovery/service_discovery_client_mdns.cc',
+ 'browser/local_discovery/service_discovery_client_mdns.h',
+ 'browser/local_discovery/service_discovery_host_client.cc',
+ 'browser/local_discovery/service_discovery_host_client.h',
+ 'browser/local_discovery/privet_local_printer_lister.h',
+ 'browser/local_discovery/privet_local_printer_lister.cc'
+ ]
+ }],
+ ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', {
+ 'sources!': [
+ 'browser/autofill/validation_rules_storage_factory.cc',
+ 'browser/autofill/validation_rules_storage_factory.h',
+ ],
+ }],
],
},
{
« no previous file with comments | « chrome/browser/ui/autofill/data_model_wrapper_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698