diff options
author | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-06 17:25:15 +0000 |
---|---|---|
committer | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-06 17:25:15 +0000 |
commit | d02437b6e66f851f1b627418db1bb2e200497e3a (patch) | |
tree | b8db39af85ca5c8a56081538e3a36277fc9c2c65 /chrome/chrome_common.gypi | |
parent | dceaa916f0c01a0d9f87ef77c91dc6bbce3b1979 (diff) | |
download | chromium_src-d02437b6e66f851f1b627418db1bb2e200497e3a.zip chromium_src-d02437b6e66f851f1b627418db1bb2e200497e3a.tar.gz chromium_src-d02437b6e66f851f1b627418db1bb2e200497e3a.tar.bz2 |
[Mac] Enable CrZombie for all processes.
For the browser process, this will be overridden by
-[BrowserCrApplication init] (which raises it).
BUG=94551
TEST=Developers don't complain about zombie objects in other processes.
Review URL: http://codereview.chromium.org/7826016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99754 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 0b20e5e..eb8bbac 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -208,6 +208,10 @@ 'common/mac/cfbundle_blocker.mm', 'common/mac/launchd.h', 'common/mac/launchd.mm', + 'common/mac/objc_method_swizzle.h', + 'common/mac/objc_method_swizzle.mm', + 'common/mac/objc_zombie.h', + 'common/mac/objc_zombie.mm', 'common/libxml_utils.cc', 'common/libxml_utils.h', 'common/native_window_notification_source.h', |