diff options
author | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-04 06:06:06 +0000 |
---|---|---|
committer | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-04 06:06:06 +0000 |
commit | 1f56ac159cfaae8bd00472b9e81a442e99e5389e (patch) | |
tree | 0f915aeacac92d28f346b6a61210050e881ab2ad /apps/apps.gypi | |
parent | c6584ac8d2e57fa5193c3203e09c13fcf270474c (diff) | |
download | chromium_src-1f56ac159cfaae8bd00472b9e81a442e99e5389e.zip chromium_src-1f56ac159cfaae8bd00472b9e81a442e99e5389e.tar.gz chromium_src-1f56ac159cfaae8bd00472b9e81a442e99e5389e.tar.bz2 |
app_shell attempts to load an app when passed --app=<path/to/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
Diffstat (limited to 'apps/apps.gypi')
-rw-r--r-- | apps/apps.gypi | 5 |
1 files changed, 5 insertions, 0 deletions
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', |