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

Unified Diff: third_party/libaddressinput/libaddressinput.gyp

Issue 145553009: rAc: use libaddressinput to validate international addresses. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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
« no previous file with comments | « third_party/libaddressinput/chromium/cpp/src/retriever.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libaddressinput/libaddressinput.gyp
diff --git a/third_party/libaddressinput/libaddressinput.gyp b/third_party/libaddressinput/libaddressinput.gyp
index e9819d816fc1ee3d4ce9a3b3cbd32046c07dd40b..43df87d1f500b2d0f66ac020aaabc9e77d6b3013 100644
--- a/third_party/libaddressinput/libaddressinput.gyp
+++ b/third_party/libaddressinput/libaddressinput.gyp
@@ -103,6 +103,10 @@
'<(DEPTH)/base/base.gyp:base',
],
'direct_dependent_settings': {
+ 'defines': [
+ 'CUSTOM_BASICTYPES="base/basictypes.h"',
+ 'CUSTOM_SCOPED_PTR="base/memory/scoped_ptr.h"',
+ ],
'include_dirs': [
'<(libaddressinput_dir)/cpp/include/',
],
« no previous file with comments | « third_party/libaddressinput/chromium/cpp/src/retriever.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698