Chromium Code Reviews| Index: content/content_common.gypi |
| diff --git a/content/content_common.gypi b/content/content_common.gypi |
| index 2c54e773bc84c6a795295e250c25c0d66ba5973e..254197c78cb9a916859f04a99f3a52e8c66b0d61 100644 |
| --- a/content/content_common.gypi |
| +++ b/content/content_common.gypi |
| @@ -803,5 +803,10 @@ |
| }, { |
| 'defines': ['USE_SECCOMP_BPF'], |
| }], |
| + ['use_ozone==1', { |
| + 'dependencies': [ |
| + '../ui/ozone/ozone.gyp:ozone', |
| + ], |
| + }], |
| ], |
| } |