diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-16 19:09:11 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-16 19:09:11 +0000 |
commit | 1e652d0226fa331b2bd80ab7f94e6c4d043c729b (patch) | |
tree | 77ad184cd6aa717fb109f4d30af6b0f7499792a6 /chrome/chrome_common.gypi | |
parent | 36fd3b15dc2bc7a02d0edec25524683f9c9976bd (diff) | |
download | chromium_src-1e652d0226fa331b2bd80ab7f94e6c4d043c729b.zip chromium_src-1e652d0226fa331b2bd80ab7f94e6c4d043c729b.tar.gz chromium_src-1e652d0226fa331b2bd80ab7f94e6c4d043c729b.tar.bz2 |
Mac: Refactor sandbox profiles to use a common base configuration file.
Eliminate rule duplication in our sandbox profiles by creating a new common.sb file which we include implicitly at the start of all other sandbox configuration files.
BUG=39987
TEST=Chrome on Mac should continue to render pages, all unit tests should pass.
Review URL: http://codereview.chromium.org/1656006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44804 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 55b2a4c..1d0c864 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -293,6 +293,11 @@ 'sources!': [ 'common/process_watcher_posix.cc', ], + 'link_settings': { + 'mac_bundle_resources': [ + 'common/common.sb', + ], + }, }], ['OS!="win"', { 'sources!': [ |