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

Unified Diff: content/content_browser.gypi

Issue 303293002: Initialize the bootstrap sandbox in the browser process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge bootstrap-child-proc branch Created 6 years, 7 months 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index b0d0e3706cc87bbb7b5212b7c026643f848c93f4..ca4e022be0c03e4b09dead07321657f0db4fcbc6 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -324,6 +324,8 @@
'browser/battery_status/battery_status_message_filter.h',
'browser/battery_status/battery_status_service.cc',
'browser/battery_status/battery_status_service.h',
+ 'browser/bootstrap_sandbox_mac.cc',
+ 'browser/bootstrap_sandbox_mac.h',
'browser/browser_child_process_host_impl.cc',
'browser/browser_child_process_host_impl.h',
'browser/browser_context.cc',
@@ -1483,7 +1485,7 @@
'../third_party/WebKit/public/blink.gyp:blink',
],
}],
- ['OS!="mac" and OS!="ios"', {
+ ['OS!="ios"', {
'dependencies': [
'../sandbox/sandbox.gyp:sandbox',
],

Powered by Google App Engine
This is Rietveld 408576698