| Index: sandbox/linux/sandbox_linux_nacl_nonsfi.gyp
|
| diff --git a/sandbox/linux/sandbox_linux_nacl_nonsfi.gyp b/sandbox/linux/sandbox_linux_nacl_nonsfi.gyp
|
| index 87ad06ccdcf4a8900ce723354366e72b2d5474aa..ccb2a62fb77e0cc786177d770f31e9a82e09dccc 100644
|
| --- a/sandbox/linux/sandbox_linux_nacl_nonsfi.gyp
|
| +++ b/sandbox/linux/sandbox_linux_nacl_nonsfi.gyp
|
| @@ -30,6 +30,7 @@
|
| 'bpf_dsl/bpf_dsl.cc',
|
| 'bpf_dsl/codegen.cc',
|
| 'bpf_dsl/dump_bpf.cc',
|
| + 'bpf_dsl/errorcode.cc',
|
| 'bpf_dsl/policy.cc',
|
| 'bpf_dsl/policy_compiler.cc',
|
| 'bpf_dsl/syscall_set.cc',
|
| @@ -37,7 +38,6 @@
|
| 'seccomp-bpf-helpers/sigsys_handlers.cc',
|
| 'seccomp-bpf-helpers/syscall_parameters_restrictions.cc',
|
| 'seccomp-bpf/die.cc',
|
| - 'seccomp-bpf/errorcode.cc',
|
| 'seccomp-bpf/sandbox_bpf.cc',
|
| 'seccomp-bpf/syscall.cc',
|
| 'seccomp-bpf/trap.cc',
|
|
|