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

Unified Diff: third_party/libaddressinput/chromium/cpp/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
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 5113255cae20b2d5d6989d6d404c1ad22722e9bf..22ae580862c3407783c1566d3f4597f377b3f7e6 100644
--- a/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp
+++ b/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp
@@ -48,7 +48,8 @@
'src/validating_util.cc',
],
'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': [
'grit.gyp:generated_messages',
@@ -62,6 +63,7 @@
'sources': [
'test/address_data_test.cc',
'test/address_ui_test.cc',
+ 'test/country_rules_aggregator_test.cc',
'test/fake_downloader.cc',
'test/fake_downloader_test.cc',
'test/fake_storage.cc',

Powered by Google App Engine
This is Rietveld 408576698