summaryrefslogtreecommitdiffstats
path: root/apps/apps.gypi
diff options
context:
space:
mode:
authorjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-07 03:45:58 +0000
committerjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-07 03:45:58 +0000
commitda762a83c3a3bdc03d5bf70cdd15801feb9dff62 (patch)
tree6f7894e30d8de920b4bc8d864e76e0127e94cf1c /apps/apps.gypi
parent7eb7dc48d05847d7dcd2165d19562cbb11eaa201 (diff)
downloadchromium_src-da762a83c3a3bdc03d5bf70cdd15801feb9dff62.zip
chromium_src-da762a83c3a3bdc03d5bf70cdd15801feb9dff62.tar.gz
chromium_src-da762a83c3a3bdc03d5bf70cdd15801feb9dff62.tar.bz2
Add ExtensionsBrowserClient and AppSorting to app_shell
This lets it run a little further when attempting to run an app. BUG=None TEST=None Review URL: https://codereview.chromium.org/106033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239311 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/apps.gypi')
-rw-r--r--apps/apps.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi
index e26ea5d..d424e8e7 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -122,6 +122,8 @@
'..',
],
'sources': [
+ 'shell/app_shell_app_sorting.cc',
+ 'shell/app_shell_app_sorting.h',
'shell/app_shell_browser_context.cc',
'shell_app_shell_browser_context.h',
'shell/app_shell_browser_main_parts.cc',
@@ -130,6 +132,8 @@
'shell/app_shell_content_browser_client.h',
'shell/app_shell_content_client.cc',
'shell/app_shell_content_client.h',
+ 'shell/app_shell_extensions_browser_client.cc',
+ 'shell/app_shell_extensions_browser_client.h',
'shell/app_shell_main_delegate.cc',
'shell/app_shell_main_delegate.h',
'shell/app_shell_main.cc',