summaryrefslogtreecommitdiffstats
path: root/components/autofill.gypi
diff options
context:
space:
mode:
authormpawlowski <mpawlowski@opera.com>2015-10-09 09:25:57 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-09 16:26:56 +0000
commitf94776e2fcf18c26af89dd4870f7114c8e87538d (patch)
tree4e3932b15e3fef2fcef2b1e3e952d74b38eda3ad /components/autofill.gypi
parentd20aa9cbc1ce40e084987084d0c8c6532379ec89 (diff)
downloadchromium_src-f94776e2fcf18c26af89dd4870f7114c8e87538d.zip
chromium_src-f94776e2fcf18c26af89dd4870f7114c8e87538d.tar.gz
chromium_src-f94776e2fcf18c26af89dd4870f7114c8e87538d.tar.bz2
Add dependency on gfx_vector_icons to autofill_core_browser
autofill_cc_infobar_delegate.cc which is built as part of autofill_core_browser uses generated vector_icons.h, there should be an explicit dependency otherwise builds succeed randomly. BUG= Review URL: https://codereview.chromium.org/1394603003 Cr-Commit-Position: refs/heads/master@{#353305}
Diffstat (limited to 'components/autofill.gypi')
-rw-r--r--components/autofill.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 348e365..f8e3502 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -83,6 +83,7 @@
'../ui/base/ui_base.gyp:ui_base',
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
+ '../ui/gfx/gfx.gyp:gfx_vector_icons',
'../url/url.gyp:url_lib',
'autofill_core_common',
'components_resources.gyp:components_resources',