Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2685)

Unified Diff: chrome/chrome.gyp

Issue 341033: Sandbox Worker process on the Mac. (Closed)
Patch Set: Fix latest round of comments Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/worker.sb ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
{
« no previous file with comments | « chrome/browser/worker.sb ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698