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

Unified Diff: components/nacl.gyp

Issue 99133015: Linux Sandbox: split the GPU policies to their own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nits from Mark. Created 7 years 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 | « no previous file | content/browser/renderer_host/render_sandbox_host_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl.gyp
diff --git a/components/nacl.gyp b/components/nacl.gyp
index a964bc11ba76cf821c7726c190e44a6b2b767900..3a86d2df4ddcdb730072aaaacadb68b9abe308cf 100644
--- a/components/nacl.gyp
+++ b/components/nacl.gyp
@@ -181,6 +181,9 @@
],
'defines': [
'<@(nacl_defines)',
+ # Allow .cc files to know if they're being compiled as part
+ # of nacl_helper.
+ 'IN_NACL_HELPER=1',
],
'sources': [
'nacl/loader/nacl_sandbox_linux.cc',
@@ -188,9 +191,9 @@
'nacl/loader/nacl_helper_linux.h',
'../base/posix/unix_domain_socket_linux.cc',
'../content/common/child_process_sandbox_support_impl_shm_linux.cc',
- '../content/common/sandbox_bpf_base_policy_linux.cc',
- '../content/common/sandbox_init_linux.cc',
- '../content/common/sandbox_seccomp_bpf_linux.cc',
+ '../content/common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
+ '../content/common/sandbox_linux/sandbox_init_linux.cc',
+ '../content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc',
'../content/public/common/content_switches.cc',
],
'conditions': [
« no previous file with comments | « no previous file | content/browser/renderer_host/render_sandbox_host_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698