summaryrefslogtreecommitdiffstats
path: root/apps/DEPS
diff options
context:
space:
mode:
authorjeremya@chromium.org <jeremya@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-18 05:54:50 +0000
committerjeremya@chromium.org <jeremya@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-18 05:54:50 +0000
commitacd2121ce008fa99fa0e89255b1b95b616f02beb (patch)
tree21af3be507c53f610c51ccabe8a1b7044f87f5ba /apps/DEPS
parentffec1ff8da92badfa2a46037547d697a315ea4c5 (diff)
downloadchromium_src-acd2121ce008fa99fa0e89255b1b95b616f02beb.zip
chromium_src-acd2121ce008fa99fa0e89255b1b95b616f02beb.tar.gz
chromium_src-acd2121ce008fa99fa0e89255b1b95b616f02beb.tar.bz2
[mac] App shims
The AppShimHostController uses an IPC::ChannelFactory to listen on a socket for app shims connecting. App shims send a launch message when they start, so we translate that into actually launching the app. I changed chrome_main_app_mode_mac.mm to use the IPC channel instead of sending an Apple Event as before, and added an event loop and an IO thread. BUG=138733 Review URL: https://chromiumcodereview.appspot.com/12623005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188675 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/DEPS')
-rw-r--r--apps/DEPS4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/DEPS b/apps/DEPS
index 9c23ba2..d328be8 100644
--- a/apps/DEPS
+++ b/apps/DEPS
@@ -7,10 +7,14 @@ include_rules = [
"+chrome/browser/extensions",
"+chrome/browser/profiles",
"+chrome/browser/shell_integration.h",
+ "+chrome/browser/ui/extensions/application_launch.h",
"+chrome/browser/ui/host_desktop.h",
"+chrome/browser/ui/web_applications/web_app_ui.h",
"+chrome/browser/web_applications/web_app.h",
"+chrome/common/chrome_notification_types.h",
+ "+chrome/common/chrome_paths.h",
"+chrome/common/extensions",
+ "+chrome/common/mac/app_mode_common.h",
"+chrome/installer",
+ "+chrome/test/base/testing_profile.h",
]