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

Unified Diff: third_party/libaddressinput/libaddressinput.gyp

Issue 137563004: libaddressinput: Add fallback data for US address validation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: another merge 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 | « third_party/libaddressinput/chromium/cpp/test/retriever_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libaddressinput/libaddressinput.gyp
diff --git a/third_party/libaddressinput/libaddressinput.gyp b/third_party/libaddressinput/libaddressinput.gyp
index 29b57eb2e14e7d26711b9e12d3490e7b9d9337dd..2754ad2b9e04fe1b668f05157aa6b44e98c62e10 100644
--- a/third_party/libaddressinput/libaddressinput.gyp
+++ b/third_party/libaddressinput/libaddressinput.gyp
@@ -74,6 +74,8 @@
'<(libaddressinput_dir)/cpp/src/address_validator.cc',
'<(libaddressinput_dir)/cpp/src/country_rules_aggregator.cc',
'<(libaddressinput_dir)/cpp/src/country_rules_aggregator.h',
+ '<(libaddressinput_dir)/cpp/src/fallback_data_store.cc',
+ '<(libaddressinput_dir)/cpp/src/fallback_data_store.h',
'<(libaddressinput_dir)/cpp/src/grit.h',
'<(libaddressinput_dir)/cpp/src/region_data_constants.cc',
'<(libaddressinput_dir)/cpp/src/region_data_constants.h',
@@ -125,6 +127,7 @@
'<(libaddressinput_dir)/cpp/test/fake_storage.cc',
'<(libaddressinput_dir)/cpp/test/fake_storage.h',
'<(libaddressinput_dir)/cpp/test/fake_storage_test.cc',
+ '<(libaddressinput_dir)/cpp/test/fallback_data_store_test.cc',
'<(libaddressinput_dir)/cpp/test/region_data_constants_test.cc',
'<(libaddressinput_dir)/cpp/test/retriever_test.cc',
'<(libaddressinput_dir)/cpp/test/rule_test.cc',
« no previous file with comments | « third_party/libaddressinput/chromium/cpp/test/retriever_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698