diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-25 20:55:24 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-25 20:55:24 +0000 |
commit | dbd82584da433118de55fb3319be12c4c3536cf2 (patch) | |
tree | bba6762062c6bff54dce8cadcb2a7d19a7ea19eb /content/content_utility.gypi | |
parent | 0cc75fe16b6e272176ee8db613ceef0990825bcf (diff) | |
download | chromium_src-dbd82584da433118de55fb3319be12c4c3536cf2.zip chromium_src-dbd82584da433118de55fb3319be12c4c3536cf2.tar.gz chromium_src-dbd82584da433118de55fb3319be12c4c3536cf2.tar.bz2 |
Load mac sandbox definitions from resources instead of the bundle.
Also, move all mac sandbox unittests to content
BUG=90443
TEST=content_unittests
Review URL: http://codereview.chromium.org/8589001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111614 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_utility.gypi')
-rw-r--r-- | content/content_utility.gypi | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/content/content_utility.gypi b/content/content_utility.gypi index 9fa39eb..e799de5 100644 --- a/content/content_utility.gypi +++ b/content/content_utility.gypi @@ -17,13 +17,4 @@ 'include_dirs': [ '..', ], - 'conditions': [ - ['OS=="mac"', { - 'link_settings': { - 'mac_bundle_resources': [ - 'utility/utility.sb', - ], - }, - }], - ], } |