summaryrefslogtreecommitdiffstats
path: root/extensions/extensions.gyp
diff options
context:
space:
mode:
authorhanxi <hanxi@chromium.org>2014-10-02 10:55:22 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-02 17:55:48 +0000
commit46c567aecd2b80239fee6fc4006474db9c281229 (patch)
tree688be997718d7db643c2a2ab2a0169c919e90244 /extensions/extensions.gyp
parent1d1c6977f86b10a64bb05dafe8a0f4406c4cdb8b (diff)
downloadchromium_src-46c567aecd2b80239fee6fc4006474db9c281229.zip
chromium_src-46c567aecd2b80239fee6fc4006474db9c281229.tar.gz
chromium_src-46c567aecd2b80239fee6fc4006474db9c281229.tar.bz2
This is due to the include of "extensions/grid/extensions_resources.h" in extension_api.cc. The missing this dependency was already introduced in gn build (https://codereview.chromium.org/596003002/) but not in the extensions.gyp.
The missing dependency will fail to build app_shell. BUG=352293 Review URL: https://codereview.chromium.org/619303002 Cr-Commit-Position: refs/heads/master@{#297860}
Diffstat (limited to 'extensions/extensions.gyp')
-rw-r--r--extensions/extensions.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 6e3342e..40279ba 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -24,6 +24,7 @@
'../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
'../url/url.gyp:url_lib',
'../third_party/libxml/libxml.gyp:libxml',
+ 'extensions_resources.gyp:extensions_resources',
'extensions_strings.gyp:extensions_strings',
],
'include_dirs': [
@@ -286,6 +287,7 @@
'common/api/api.gyp:cast_channel_proto',
'common/api/api.gyp:extensions_api',
'extensions_common',
+ 'extensions_resources.gyp:extensions_resources',
'extensions_strings.gyp:extensions_strings',
],
'include_dirs': [