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

Unified Diff: content/content_common.gypi

Issue 10826093: Create a LinuxSandbox class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 29604447070e7964a9cdfcea9aa97c3373018791..2fcaafabcae193701c6a26801be1c2b126b7e4e6 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -318,7 +318,8 @@
'common/sandbox_init_linux.cc',
'common/sandbox_mac.h',
'common/sandbox_mac.mm',
- 'common/sandbox_methods_linux.h',
+ 'common/sandbox_linux.h',
+ 'common/sandbox_linux.cc',
'common/sandbox_policy.cc',
'common/sandbox_policy.h',
'common/savable_url_schemes.cc',

Powered by Google App Engine
This is Rietveld 408576698