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

Unified Diff: content/content_common.gypi

Issue 7084010: Move sandbox_policy to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
« no previous file with comments | « content/common/sandbox_policy.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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!': [
« no previous file with comments | « content/common/sandbox_policy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698