Chromium Code Reviews| Index: components/nacl.gyp |
| diff --git a/components/nacl.gyp b/components/nacl.gyp |
| index a964bc11ba76cf821c7726c190e44a6b2b767900..37069dcf1b958fc7348549ee8ea184932e671d80 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 |
|
Mark Seaborn
2013/12/13 01:08:47
Nit: indent by 2 more spaces to match other lines
jln (very slow on Chromium)
2013/12/13 01:31:31
Done.
|
| + # 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': [ |