Chromium Code Reviews| Index: content/content_common.gypi |
| diff --git a/content/content_common.gypi b/content/content_common.gypi |
| index d1ddc9ddae5d059820d3514ec59e41a9bea60bb2..ad7828825ef8bf57c8092ba25df94e3bd715315c 100644 |
| --- a/content/content_common.gypi |
| +++ b/content/content_common.gypi |
| @@ -654,6 +654,9 @@ |
| 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| ], |
| }, { |
| + 'dependencies': [ |
| + '../build/linux/system.gyp:dridriverdir', |
| + ], |
| 'defines': ['USE_SECCOMP_BPF'], |
| }], |
| ['use_ozone==1', { |