Chromium Code Reviews| Index: ui/views/views.gyp |
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp |
| index e73f3617ad6b00c3bd15bc0dc9fbfdc8be029c2d..53ff7e5769a2366e3010093689366e1833455511 100644 |
| --- a/ui/views/views.gyp |
| +++ b/ui/views/views.gyp |
| @@ -635,7 +635,7 @@ |
| '../display/display.gyp:display_util', |
| ], |
| }], |
| - ['OS=="linux" and chromeos==0', { |
| + ['OS=="linux" and chromeos==0 and use_ozone==0', { |
|
dmazzoni
2015/03/16 21:36:00
My change only added the dependency on system.gyp:
gunsch
2015/03/16 21:39:03
I wasn't sure either, figured I'd mail and hope fo
|
| 'dependencies': [ |
| '../../build/linux/system.gyp:atk', |
| '../shell_dialogs/shell_dialogs.gyp:shell_dialogs', |