Index: content/content_common.gypi |
=================================================================== |
--- content/content_common.gypi (revision 87093) |
+++ content/content_common.gypi (working copy) |
@@ -204,6 +204,8 @@ |
'common/sandbox_mac.h', |
'common/sandbox_mac.mm', |
'common/sandbox_methods_linux.h', |
+ 'common/sandbox_policy.cc', |
+ 'common/sandbox_policy.h', |
'common/section_util_win.cc', |
'common/section_util_win.h', |
'common/security_style.h', |
@@ -259,6 +261,11 @@ |
'../third_party/angle/src/build_angle.gyp:libEGL', |
'../third_party/angle/src/build_angle.gyp:libGLESv2', |
], |
+ }, { # OS!="win |
Avi (use Gerrit)
2011/05/28 04:48:45
quote on the right?
jam
2011/05/28 18:48:30
Done.
|
+ 'sources!': [ |
+ 'common/sandbox_policy.cc', |
+ 'common/sandbox_policy.h', |
+ ], |
}], |
['OS=="mac"', { |
'sources!': [ |