From 1e652d0226fa331b2bd80ab7f94e6c4d043c729b Mon Sep 17 00:00:00 2001 From: "jeremy@chromium.org" Date: Fri, 16 Apr 2010 19:09:11 +0000 Subject: 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 --- chrome/chrome_common.gypi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chrome/chrome_common.gypi') 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!': [ -- cgit v1.1