diff options
author | tapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-14 12:50:27 +0000 |
---|---|---|
committer | tapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-14 12:50:27 +0000 |
commit | 1f75b3fb8d6edb5e440233280a8235d394040715 (patch) | |
tree | 1d8c53ded781030671b5f646d7e69771646e7402 /apps/apps.gypi | |
parent | e4004a6417bf29eb19a70e424373b87ebb39a9ee (diff) | |
download | chromium_src-1f75b3fb8d6edb5e440233280a8235d394040715.zip chromium_src-1f75b3fb8d6edb5e440233280a8235d394040715.tar.gz chromium_src-1f75b3fb8d6edb5e440233280a8235d394040715.tar.bz2 |
Update the OSX app shim to support the app launcher.
Adds AppShimHandler: a registrar, and interface for services that can
handle interactions with OSX shim processes, and makes AppListServiceMac
implement that interface.
BUG=138633
TEST=Added:
- browser_tests: AppListServiceMacBrowserTest.ShowAppListUsingShim
- unit_tests: AppShimHostTest.TestLaunchAppWithHandler
Review URL: https://chromiumcodereview.appspot.com/14696009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199968 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/apps.gypi')
-rw-r--r-- | apps/apps.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi index 5553a51..4867f73 100644 --- a/apps/apps.gypi +++ b/apps/apps.gypi @@ -30,6 +30,8 @@ 'app_restore_service.h', 'app_restore_service_factory.cc', 'app_restore_service_factory.h', + 'app_shim/app_shim_handler_mac.cc', + 'app_shim/app_shim_handler_mac.h', 'app_shim/app_shim_host_mac.cc', 'app_shim/app_shim_host_mac.h', 'app_shim/app_shim_host_manager_mac.h', |