| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index 4ef2bff7e5dbfe8c1c2d8b9c57994ec92b6b40f8..7f5c2b11dbc94113fedd121d4e3f2696d14fb21d 100755
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -669,8 +669,10 @@
|
| 'common/resource_dispatcher.cc',
|
| 'common/resource_dispatcher.h',
|
| 'common/result_codes.h',
|
| - 'common/sandbox_init_wrapper.cc',
|
| 'common/sandbox_init_wrapper.h',
|
| + 'common/sandbox_init_wrapper_linux.cc',
|
| + 'common/sandbox_init_wrapper_mac.cc',
|
| + 'common/sandbox_init_wrapper_win.cc',
|
| 'common/sandbox_mac.h',
|
| 'common/sandbox_mac.mm',
|
| 'common/security_filter_peer.cc',
|
| @@ -2603,6 +2605,10 @@
|
| '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework',
|
| '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
|
| ],
|
| + 'mac_bundle_resources': [
|
| + 'browser/worker.sb',
|
| + 'browser/utility.sb',
|
| + ],
|
| },
|
| 'actions': [
|
| {
|
|
|