summaryrefslogtreecommitdiffstats
path: root/components/infobars.gypi
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2014-11-25 12:30:10 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-25 20:30:39 +0000
commit81d760e7ce27957a41f4685a37c1d0c3d7c6e5e8 (patch)
tree38ce6c3a4f63bc3d56e9d04b5a2c66913b74d65d /components/infobars.gypi
parentea1593d0862064d4ee3818abac68dc84579e346e (diff)
downloadchromium_src-81d760e7ce27957a41f4685a37c1d0c3d7c6e5e8.zip
chromium_src-81d760e7ce27957a41f4685a37c1d0c3d7c6e5e8.tar.gz
chromium_src-81d760e7ce27957a41f4685a37c1d0c3d7c6e5e8.tar.bz2
Add more components unit tests to GN build.
This adds a lot of missing dependencies. Some of these are required to link, most of the rest are a result of running "gn check" over the affected directories. Review URL: https://codereview.chromium.org/746783002 Cr-Commit-Position: refs/heads/master@{#305687}
Diffstat (limited to 'components/infobars.gypi')
-rw-r--r--components/infobars.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/infobars.gypi b/components/infobars.gypi
index 6a9692e..172a7b6 100644
--- a/components/infobars.gypi
+++ b/components/infobars.gypi
@@ -14,6 +14,7 @@
'dependencies': [
'../base/base.gyp:base',
'../skia/skia.gyp:skia',
+ '../ui/base/ui_base.gyp:ui_base',
'../ui/gfx/gfx.gyp:gfx',
'../ui/strings/ui_strings.gyp:ui_strings',
],