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

Unified Diff: third_party/libaddressinput/libaddressinput.gyp

Issue 140823005: [rac] Download country code data in a single HTTP request. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. 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: third_party/libaddressinput/libaddressinput.gyp
diff --git a/third_party/libaddressinput/libaddressinput.gyp b/third_party/libaddressinput/libaddressinput.gyp
index f3f84dad575f92386563135db576c68240400a9b..4cfc9e29a2f33294b8a75da3b78011659ff3385e 100644
--- a/third_party/libaddressinput/libaddressinput.gyp
+++ b/third_party/libaddressinput/libaddressinput.gyp
@@ -95,7 +95,7 @@
'<(libaddressinput_dir)/cpp/src/validating_util.h',
],
'defines': [
- 'VALIDATION_DATA_URL="https://i18napis.appspot.com/ssl-address/"',
+ 'VALIDATION_DATA_URL="https://i18napis.appspot.com/ssl-aggregate-address/"',
],
'dependencies': [
'libaddressinput_strings',
@@ -122,6 +122,7 @@
'chromium/chrome_storage_impl_unittest.cc',
'<(libaddressinput_dir)/cpp/test/address_data_test.cc',
'<(libaddressinput_dir)/cpp/test/address_ui_test.cc',
+ '<(libaddressinput_dir)/cpp/test/country_rules_aggregator_test.cc',
'<(libaddressinput_dir)/cpp/test/fake_downloader.cc',
'<(libaddressinput_dir)/cpp/test/fake_downloader.h',
'<(libaddressinput_dir)/cpp/test/fake_downloader_test.cc',

Powered by Google App Engine
This is Rietveld 408576698