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

Unified Diff: third_party/libaddressinput/BUILD.gn

Issue 2079393002: [libaddressinput] Change the URL for libaddressinput's metadata server (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added GN file Created 4 years, 6 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 | « no previous file | third_party/libaddressinput/libaddressinput.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libaddressinput/BUILD.gn
diff --git a/third_party/libaddressinput/BUILD.gn b/third_party/libaddressinput/BUILD.gn
index b2bc605a7bd56133533761f6aaaad3e18b32ffee..d8a0b01e6fbb19b26b78ca0b796c0726e01e1ea3 100644
--- a/third_party/libaddressinput/BUILD.gn
+++ b/third_party/libaddressinput/BUILD.gn
@@ -48,7 +48,7 @@ grit("strings") {
config("libaddressinput_config") {
defines = [
"I18N_ADDRESSINPUT_USE_BASICTYPES_OVERRIDE=1",
- "I18N_ADDRESS_VALIDATION_DATA_URL=\"https://i18napis.appspot.com/ssl-aggregate-address/\"",
+ "I18N_ADDRESS_VALIDATION_DATA_URL=\"https://chromium-i18n.appspot.com/ssl-aggregate-address/\"",
]
include_dirs = [
"src/cpp/include",
« no previous file with comments | « no previous file | third_party/libaddressinput/libaddressinput.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698