diff options
author | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-29 16:57:53 +0000 |
---|---|---|
committer | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-29 16:57:53 +0000 |
commit | fd1c931540c431023b09927b717ba848daefc369 (patch) | |
tree | 4030d49336ea3d3074a231f2645888c301182138 /base/base.gypi | |
parent | c849fab653f06cbb9246eeafa5b7d1f5281cc251 (diff) | |
download | chromium_src-fd1c931540c431023b09927b717ba848daefc369.zip chromium_src-fd1c931540c431023b09927b717ba848daefc369.tar.gz chromium_src-fd1c931540c431023b09927b717ba848daefc369.tar.bz2 |
Move launchd code from chrome/browser/mac to base/mac.
This is to allow the code to be used by the Chromoting host plugin.
Also expand the interface of PIDForJob() to report if a job is loaded but not
running.
BUG=None
TEST=Compiles, unit-tests pass
Review URL: https://chromiumcodereview.appspot.com/9837098
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129636 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gypi')
-rw-r--r-- | base/base.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/base.gypi b/base/base.gypi index 5bd9885..aecba8b 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -158,6 +158,8 @@ 'mac/crash_logging.mm', 'mac/foundation_util.h', 'mac/foundation_util.mm', + 'mac/launchd.cc', + 'mac/launchd.h', 'mac/mac_logging.h', 'mac/mac_logging.cc', 'mac/mac_util.h', @@ -170,6 +172,7 @@ 'mac/scoped_authorizationref.h', 'mac/scoped_cftyperef.h', 'mac/scoped_ioobject.h', + 'mac/scoped_launch_data.h', 'mac/scoped_nsautorelease_pool.h', 'mac/scoped_nsautorelease_pool.mm', 'mac/scoped_nsexception_enabler.h', |