summaryrefslogtreecommitdiffstats
path: root/third_party/libaddressinput
diff options
context:
space:
mode:
authorrouslan@chromium.org <rouslan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-23 01:51:42 +0000
committerrouslan@chromium.org <rouslan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-23 01:51:42 +0000
commitdadefc1307e00de0da6fb58733899d123cb03639 (patch)
tree5f6e27ff31b89329d807b9e7a724f6fb749ce1a5 /third_party/libaddressinput
parent134a44309796bb6b0bbd55f0821216a47075e8b7 (diff)
downloadchromium_src-dadefc1307e00de0da6fb58733899d123cb03639.zip
chromium_src-dadefc1307e00de0da6fb58733899d123cb03639.tar.gz
chromium_src-dadefc1307e00de0da6fb58733899d123cb03639.tar.bz2
libaddresisnput_util should depend on base for basictypes.h.
TBR=estade@chromium.org BUG=396271 Review URL: https://codereview.chromium.org/411683003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284833 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libaddressinput')
-rw-r--r--third_party/libaddressinput/libaddressinput.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/libaddressinput/libaddressinput.gyp b/third_party/libaddressinput/libaddressinput.gyp
index e0aa83b..1745f5b 100644
--- a/third_party/libaddressinput/libaddressinput.gyp
+++ b/third_party/libaddressinput/libaddressinput.gyp
@@ -86,6 +86,7 @@
],
},
'dependencies': [
+ '../../base/base.gyp:base',
'../re2/re2.gyp:re2',
'libaddressinput_strings',
],