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

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: Move function to util.h. 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..b59c890858732cc30962ecbff39f9b08b039ee02 100644
--- a/third_party/libaddressinput/libaddressinput.gyp
+++ b/third_party/libaddressinput/libaddressinput.gyp
@@ -88,6 +88,8 @@
'<(libaddressinput_dir)/cpp/src/ruleset.h',
'<(libaddressinput_dir)/cpp/src/time_to_string.cc',
'<(libaddressinput_dir)/cpp/src/time_to_string.h',
+ '<(libaddressinput_dir)/cpp/src/util.cc',
+ '<(libaddressinput_dir)/cpp/src/util.h',
'<(libaddressinput_dir)/cpp/src/util/json.h',
'<(libaddressinput_dir)/cpp/src/util/md5.cc',
'<(libaddressinput_dir)/cpp/src/util/md5.h',

Powered by Google App Engine
This is Rietveld 408576698