summaryrefslogtreecommitdiffstats
path: root/extensions/extensions.gyp
diff options
context:
space:
mode:
authorreed <reed@google.com>2015-08-11 18:27:33 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-12 01:28:03 +0000
commite6177348063982961a37a4713ffb1586910e26b2 (patch)
tree8169fec2feac803e9bb0aa2a47f69683de384085 /extensions/extensions.gyp
parent7f19422b7c2f1ecb2541a510321c9ae9ed1886ca (diff)
downloadchromium_src-e6177348063982961a37a4713ffb1586910e26b2.zip
chromium_src-e6177348063982961a37a4713ffb1586910e26b2.tar.gz
chromium_src-e6177348063982961a37a4713ffb1586910e26b2.tar.bz2
projects whose .cc files include skia headers need to explicitly depend on skia
This CL fixes a block to (re)landing https://codereview.chromium.org/1289483002 BUG=skia:4190 TBR=gene@chromium.org Review URL: https://codereview.chromium.org/1274953007 Cr-Commit-Position: refs/heads/master@{#342956}
Diffstat (limited to 'extensions/extensions.gyp')
-rw-r--r--extensions/extensions.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index f7c2fd6..1352008 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -231,6 +231,7 @@
'dependencies': [
'../content/content.gyp:content_common',
'../content/content.gyp:content_utility',
+ '../skia/skia.gyp:skia',
'../third_party/zlib/google/zip.gyp:zip',
'extensions_common',
'extensions_strings.gyp:extensions_strings',