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

Unified Diff: third_party/libaddressinput/libaddressinput.gyp

Issue 208243005: Determine language code and type of format for address. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 b0dfee2b3b0ff6f3afa794cf3490ed271e37d934..93e2e366a1ebc19d348ee1c8678fbd807c2e3009 100644
--- a/third_party/libaddressinput/libaddressinput.gyp
+++ b/third_party/libaddressinput/libaddressinput.gyp
@@ -78,6 +78,8 @@
'<(libaddressinput_dir)/cpp/src/fallback_data_store.cc',
'<(libaddressinput_dir)/cpp/src/fallback_data_store.h',
'<(libaddressinput_dir)/cpp/src/grit.h',
+ '<(libaddressinput_dir)/cpp/src/normalize_language_code.cc',
+ '<(libaddressinput_dir)/cpp/src/normalize_language_code.h',
'<(libaddressinput_dir)/cpp/src/region_data_constants.cc',
'<(libaddressinput_dir)/cpp/src/region_data_constants.h',
'<(libaddressinput_dir)/cpp/src/retriever.cc',

Powered by Google App Engine
This is Rietveld 408576698