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

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: Temporarily switch to staging URL. 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/json.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 f3f84dad575f92386563135db576c68240400a9b..fd03b34052c01a8a27be7eb0a05f485afc41b0d8 100644
--- a/third_party/libaddressinput/libaddressinput.gyp
+++ b/third_party/libaddressinput/libaddressinput.gyp
@@ -95,7 +95,8 @@
'<(libaddressinput_dir)/cpp/src/validating_util.h',
],
'defines': [
- 'VALIDATION_DATA_URL="https://i18napis.appspot.com/ssl-address/"',
+ # TODO(rouslan): Use https://i18napis.appspot.com.
+ 'VALIDATION_DATA_URL="https://i18napis-canary-hrd.appspot.com/ssl-aggregate-address/"',
],
'dependencies': [
'libaddressinput_strings',
@@ -122,6 +123,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',
« no previous file with comments | « third_party/libaddressinput/chromium/json.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698