summaryrefslogtreecommitdiffstats
path: root/third_party/libaddressinput/BUILD.gn
diff options
context:
space:
mode:
authorroubert@google.com <roubert@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-10 15:44:18 +0000
committerroubert@google.com <roubert@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-10 15:45:54 +0000
commit76c43aff0149988630f3a8f17cd9d49297b43388 (patch)
tree7623b87e9bc2fefe1369e6aa517b579ca0c0b14b /third_party/libaddressinput/BUILD.gn
parent9f10343ba54425d25d4e02fa77dc55883c6d1577 (diff)
downloadchromium_src-76c43aff0149988630f3a8f17cd9d49297b43388.zip
chromium_src-76c43aff0149988630f3a8f17cd9d49297b43388.tar.gz
chromium_src-76c43aff0149988630f3a8f17cd9d49297b43388.tar.bz2
Update to use new API introduced by libaddressinput r326.
https://code.google.com/p/libaddressinput/source/detail?r=326 To follow those changes, ChromeDownloaderImpl is refactored into ChromeMetadataSource which now becomes the storage place for the URL to the address metadata server and responsible for creating request URLs from address metadata key names. There are no functional changes. R=estade@chromium.org, rouslan@chromium.org BUG= Review URL: https://codereview.chromium.org/456453003 Cr-Commit-Position: refs/heads/master@{#288623} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288623 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libaddressinput/BUILD.gn')
-rw-r--r--third_party/libaddressinput/BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/libaddressinput/BUILD.gn b/third_party/libaddressinput/BUILD.gn
index 9712249..136a16e 100644
--- a/third_party/libaddressinput/BUILD.gn
+++ b/third_party/libaddressinput/BUILD.gn
@@ -139,7 +139,7 @@ static_library("libaddressinput") {
sources = rebase_path(gypi_values.libaddressinput_files, ".", "src/cpp")
sources += [
"chromium/chrome_address_validator.cc",
- "chromium/chrome_downloader_impl.cc",
+ "chromium/chrome_metadata_source.cc",
"chromium/chrome_storage_impl.cc",
"chromium/fallback_data_store.cc",
"chromium/input_suggester.cc",
@@ -171,7 +171,7 @@ test("libaddressinput_unittests") {
sources += [
"chromium/addressinput_util_unittest.cc",
"chromium/chrome_address_validator_unittest.cc",
- "chromium/chrome_downloader_impl_unittest.cc",
+ "chromium/chrome_metadata_source_unittest.cc",
"chromium/chrome_storage_impl_unittest.cc",
"chromium/fallback_data_store_unittest.cc",
"chromium/storage_test_runner.cc",