Chromium Code Reviews| Index: sandbox/linux/sandbox_linux_test_sources.gypi |
| diff --git a/sandbox/linux/sandbox_linux_test_sources.gypi b/sandbox/linux/sandbox_linux_test_sources.gypi |
| index bf414712132bb0d7780e4b3df6d33f598721315b..6aad13661d8a672f46c254f7ca8797cc20ba7991 100644 |
| --- a/sandbox/linux/sandbox_linux_test_sources.gypi |
| +++ b/sandbox/linux/sandbox_linux_test_sources.gypi |
| @@ -32,6 +32,7 @@ |
| [ 'use_seccomp_bpf==1', { |
| 'sources': [ |
| 'seccomp-bpf-helpers/baseline_policy_unittest.cc', |
| + 'seccomp-bpf-helpers/bpf_dsl_unittest.cc', |
|
jln (very slow on Chromium)
2014/06/24 00:03:52
Don't forget to add this to the .gn file as well.
mdempsky
2014/06/24 00:55:40
Done.
|
| 'seccomp-bpf/bpf_tests_unittest.cc', |
| 'seccomp-bpf/codegen_unittest.cc', |
| 'seccomp-bpf/errorcode_unittest.cc', |