From acd2121ce008fa99fa0e89255b1b95b616f02beb Mon Sep 17 00:00:00 2001 From: "jeremya@chromium.org" Date: Mon, 18 Mar 2013 05:54:50 +0000 Subject: [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 --- apps/DEPS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/DEPS') 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", ] -- cgit v1.1