Index: third_party/libaddressinput/chromium/cpp/libaddressinput.gyp |
diff --git a/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp b/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp |
index 0c59994e05a068b3626bc254887b8d1c33fce0e5..61865bed84bb9d5b8c6656634890e433ede3d59a 100644 |
--- a/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp |
+++ b/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp |
@@ -37,6 +37,7 @@ |
'src/address_ui.cc', |
'src/address_validator.cc', |
'src/country_rules_aggregator.cc', |
+ 'src/fallback_data_store.cc', |
'src/localization.cc', |
'src/lookup_key_util.cc', |
'src/region_data_constants.cc', |
@@ -66,6 +67,7 @@ |
'test/fake_downloader_test.cc', |
'test/fake_storage.cc', |
'test/fake_storage_test.cc', |
+ 'test/fallback_data_store_test.cc', |
'test/localization_test.cc', |
'test/lookup_key_util_test.cc', |
'test/region_data_constants_test.cc', |