Chromium Code Reviews| Index: ui/ui.gyp |
| diff --git a/ui/ui.gyp b/ui/ui.gyp |
| index f652ce0a30b559f2766492d4bdc750bc77d4e619..e40130dc65fc6978311c9429a51a65b8df13a5dc 100644 |
| --- a/ui/ui.gyp |
| +++ b/ui/ui.gyp |
| @@ -583,6 +583,11 @@ |
| # ui to be a hard dependency for all its users. |
| 'hard_dependency': 1, |
| }], |
| + ['use_ozone==1', { |
| + 'dependencies': [ |
| + 'base/ozone/ozone.gyp:ozone', |
| + ], |
| + }], |
| ], |
| }, |
| { |