Chromium Code Reviews| Index: ui/ui_unittests.gyp |
| diff --git a/ui/ui_unittests.gyp b/ui/ui_unittests.gyp |
| index 87f227e7b605ccaccb9babcc025939d7fa81c641..2cc68b43aa48578eda8ad49b592b393d28384d42 100644 |
| --- a/ui/ui_unittests.gyp |
| +++ b/ui/ui_unittests.gyp |
| @@ -204,6 +204,11 @@ |
| 'gfx/screen_unittest.cc', |
| ], |
| }], |
| + ['use_ozone==1', { |
| + 'dependencies': [ |
| + 'gfx/ozone/gfx_ozone.gyp:gfx_ozone', |
| + ], |
| + }], |
| ['use_ozone==1 and use_pango==0', { |
| 'sources!': [ |
| 'gfx/text_elider_unittest.cc', |