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

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: Add comment. 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 3df2a0d78f70b1eab935ad7db6751af06e9a1eb9..588a489d9e800c9f9eacbc08fa64c8ce26cf6c3d 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