From 89c7d525496f23cfff48b816efc05a4122398202 Mon Sep 17 00:00:00 2001 From: "jamescook@chromium.org" Date: Tue, 14 Jan 2014 21:09:59 +0000 Subject: app_shell: Fix resources.pak dependency issue app_shell needs extensions-related feature JSON data, which is in resources.pak. Without that file app_shell will build normally but crash at runtime. BUG=none TEST=clean build of just the app_shell can launch normally R=miket@chromium.org, tony@chromium.org Review URL: https://codereview.chromium.org/131203008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244802 0039d316-1c4b-4281-b951-d872f2087c98 --- apps/apps.gypi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/apps.gypi b/apps/apps.gypi index 5813a3d..ba6b52c 100644 --- a/apps/apps.gypi +++ b/apps/apps.gypi @@ -109,6 +109,8 @@ 'dependencies': [ 'apps', 'chrome_resources.gyp:packed_resources', + # For resources.pak for features JSON files. + 'chrome_resources.gyp:packed_extra_resources', 'test_support_common', '../base/base.gyp:base', '../base/base.gyp:base_prefs_test_support', -- cgit v1.1