diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-09 16:23:10 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-09 16:23:10 +0000 |
commit | 810d6408e8553435b97151805a9ed48ffe8d610e (patch) | |
tree | d62eb1b03094529dcf216d489d566ff0d71a5a39 /chrome/chrome.gyp | |
parent | 20a4a446ecc18a143d396f6cb7b16414df59cef3 (diff) | |
download | chromium_src-810d6408e8553435b97151805a9ed48ffe8d610e.zip chromium_src-810d6408e8553435b97151805a9ed48ffe8d610e.tar.gz chromium_src-810d6408e8553435b97151805a9ed48ffe8d610e.tar.bz2 |
Some fixes to the OS X Sandbox:
* Added a command line option to enable verbose logging in the Sandbox. This will be useful when we start looking at the information in ChromeBot.
* Modified the code that splices the homedir path into the Sandbox file. This code is now only used on 10.6 and no longer uses a regex.
* Moved sandbox code out into a sandbox_mac file.
* Changed 10.6 seed release references -> 10.6 .
BUG=21483
TEST=Browser should launch and display NTP correctly on OS X 10.5 & 10.6
Review URL: http://codereview.chromium.org/242165
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28541 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-x | chrome/chrome.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index cd9138d..3e156fc 100755 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -640,6 +640,8 @@ 'common/result_codes.h', 'common/sandbox_init_wrapper.cc', 'common/sandbox_init_wrapper.h', + 'common/sandbox_mac.h', + 'common/sandbox_mac.mm', 'common/security_filter_peer.cc', 'common/security_filter_peer.h', 'common/nacl_messages.h', |