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

Unified Diff: third_party/libaddressinput/libaddressinput.gyp

Issue 116363003: [rac] Validate an address. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. 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/libaddressinput.gyp
diff --git a/third_party/libaddressinput/libaddressinput.gyp b/third_party/libaddressinput/libaddressinput.gyp
index f6351f36c16c13356ece8234f22766ea40dd2450..d2d3a0daca1cea492c981784bbade63e0a170194 100644
--- a/third_party/libaddressinput/libaddressinput.gyp
+++ b/third_party/libaddressinput/libaddressinput.gyp
@@ -66,6 +66,7 @@
'<(libaddressinput_dir)/cpp/include/libaddressinput/util/internal/scoped_ptr.h',
'<(libaddressinput_dir)/cpp/include/libaddressinput/util/internal/template_util.h',
'<(libaddressinput_dir)/cpp/include/libaddressinput/util/scoped_ptr.h',
+ '<(libaddressinput_dir)/cpp/src/address_data.cc',
'<(libaddressinput_dir)/cpp/src/address_field.cc',
'<(libaddressinput_dir)/cpp/src/address_problem.cc',
'<(libaddressinput_dir)/cpp/src/address_ui.cc',

Powered by Google App Engine
This is Rietveld 408576698