| Index: sandbox/linux/sandbox_linux.gypi
|
| diff --git a/sandbox/linux/sandbox_linux.gypi b/sandbox/linux/sandbox_linux.gypi
|
| index 15bd71cb6f3c85109f7c0fa2bbfd7c66ad3acb67..dfa4ab7ff0ff3c98c594e3030c1a8b276aed32d2 100644
|
| --- a/sandbox/linux/sandbox_linux.gypi
|
| +++ b/sandbox/linux/sandbox_linux.gypi
|
| @@ -122,6 +122,8 @@
|
| 'bpf_dsl/bpf_dsl.h',
|
| 'bpf_dsl/bpf_dsl_forward.h',
|
| 'bpf_dsl/bpf_dsl_impl.h',
|
| + 'bpf_dsl/codegen.cc',
|
| + 'bpf_dsl/codegen.h',
|
| 'bpf_dsl/cons.h',
|
| 'bpf_dsl/dump_bpf.cc',
|
| 'bpf_dsl/dump_bpf.h',
|
| @@ -130,8 +132,6 @@
|
| 'bpf_dsl/policy_compiler.cc',
|
| 'bpf_dsl/policy_compiler.h',
|
| 'bpf_dsl/trap_registry.h',
|
| - 'seccomp-bpf/codegen.cc',
|
| - 'seccomp-bpf/codegen.h',
|
| 'seccomp-bpf/die.cc',
|
| 'seccomp-bpf/die.h',
|
| 'seccomp-bpf/errorcode.cc',
|
|
|