From 1f56ac159cfaae8bd00472b9e81a442e99e5389e Mon Sep 17 00:00:00 2001 From: "jamescook@chromium.org" Date: Wed, 4 Dec 2013 06:06:06 +0000 Subject: app_shell attempts to load an app when passed --app= Initialize the extensions system with a BrowserContext (not a profile). This doesn't work yet, but allows us to see how far we can run and helps identify the next area to work on. BUG=None TEST=None, for developers only Review URL: https://codereview.chromium.org/99073004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238596 0039d316-1c4b-4281-b951-d872f2087c98 --- apps/apps.gypi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/apps.gypi') diff --git a/apps/apps.gypi b/apps/apps.gypi index 0d788c9..e26ea5d 100644 --- a/apps/apps.gypi +++ b/apps/apps.gypi @@ -108,7 +108,10 @@ }, 'dependencies': [ 'apps', + 'chrome_resources.gyp:packed_resources', + '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', '../skia/skia.gyp:skia', @@ -119,6 +122,8 @@ '..', ], 'sources': [ + 'shell/app_shell_browser_context.cc', + 'shell_app_shell_browser_context.h', 'shell/app_shell_browser_main_parts.cc', 'shell/app_shell_browser_main_parts.h', 'shell/app_shell_content_browser_client.cc', -- cgit v1.1