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

Unified Diff: third_party/libaddressinput/chromium/cpp/libaddressinput.gyp

Issue 116363003: [rac] Validate an address. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Constify and remove .get() 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 0cac4cbcb2a7212b65333c053346dbbcedf2c793..0c59994e05a068b3626bc254887b8d1c33fce0e5 100644
--- a/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp
+++ b/third_party/libaddressinput/chromium/cpp/libaddressinput.gyp
@@ -31,6 +31,7 @@
'target_name': 'libaddressinput',
'type': '<(component)',
'sources': [
+ 'src/address_data.cc',
'src/address_field.cc',
'src/address_problem.cc',
'src/address_ui.cc',

Powered by Google App Engine
This is Rietveld 408576698