summaryrefslogtreecommitdiffstats
path: root/apps/apps.gypi
diff options
context:
space:
mode:
authoryoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-26 19:20:20 +0000
committeryoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-26 19:20:20 +0000
commit10955ac8846fedf178098b5318865711018eaa79 (patch)
treef6184d15057120f4dc4e621d6bd744567f990c2c /apps/apps.gypi
parent8bc79dfd1179cf87136702639b8e576395919034 (diff)
downloadchromium_src-10955ac8846fedf178098b5318865711018eaa79.zip
chromium_src-10955ac8846fedf178098b5318865711018eaa79.tar.gz
chromium_src-10955ac8846fedf178098b5318865711018eaa79.tar.bz2
Add explicit generated API header dependencies to app_shell_lib.
Also add a missing generated proto dependency to content_browser. It's not completely clear why this fixes this build; however, without it, app_shell_lib consistently fails to build from a clean build. BUG=355443 Review URL: https://codereview.chromium.org/211323008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259654 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/apps.gypi')
-rw-r--r--apps/apps.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi
index 521bb5a..bead5d8 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -162,11 +162,13 @@
'dependencies': [
'app_shell_pak',
'apps',
+ 'common/extensions/api/api.gyp:chrome_api',
'test_support_common',
'../base/base.gyp:base',
'../base/base.gyp:base_prefs_test_support',
'../content/content.gyp:content',
'../content/content_shell_and_tests.gyp:content_shell_lib',
+ '../extensions/common/api/api.gyp:extensions_api',
'../skia/skia.gyp:skia',
'../ui/views/views.gyp:views',
'../ui/wm/wm.gyp:wm_test_support',