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

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: Rename constant Created 6 years, 6 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
« no previous file with comments | « content/common/sandbox_mac_unittest_helper.mm ('k') | content/plugin/plugin_main_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 97112b6ed3734178a293639e09f168419ed47f60..417a566b131ce5244bd8da9e213089cf3ec5c3d2 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -323,6 +323,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',
@@ -1489,7 +1491,7 @@
'../third_party/WebKit/public/blink.gyp:blink',
],
}],
- ['OS!="mac" and OS!="ios"', {
+ ['OS!="ios"', {
'dependencies': [
'../sandbox/sandbox.gyp:sandbox',
],
« no previous file with comments | « content/common/sandbox_mac_unittest_helper.mm ('k') | content/plugin/plugin_main_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698