summaryrefslogtreecommitdiffstats
path: root/content/content_common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r--content/content_common.gypi9
1 files changed, 2 insertions, 7 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 507d80e..9a61b39 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -56,6 +56,7 @@
'public/common/resource_dispatcher_delegate.h',
'public/common/result_codes.h',
'public/common/sandbox_init.h',
+ 'public/common/sandbox_type_mac.h',
'public/common/security_style.h',
'public/common/serialized_script_value.cc',
'public/common/serialized_script_value.h',
@@ -216,6 +217,7 @@
'common/resource_dispatcher.h',
'common/resource_messages.h',
'common/sandbox_init_mac.cc',
+ 'common/sandbox_init_mac.h',
'common/sandbox_init_win.cc',
'common/sandbox_mac.h',
'common/sandbox_mac.mm',
@@ -269,13 +271,6 @@
'common/sandbox_policy.h',
],
}],
- ['OS=="mac"', {
- 'link_settings': {
- 'mac_bundle_resources': [
- 'common/common.sb',
- ],
- },
- }],
['toolkit_uses_gtk == 1', {
'dependencies': [
'../build/linux/system.gyp:gtk',