| Index: ui/views/views.gyp
|
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp
|
| index 2901733d9a8892ea380a891de6d2965ccdf5a1ce..7cced906b4cad65b4a54eae89a237ab53767111f 100644
|
| --- a/ui/views/views.gyp
|
| +++ b/ui/views/views.gyp
|
| @@ -679,6 +679,7 @@
|
| 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc',
|
| 'widget/desktop_aura/desktop_screen_x11_unittest.cc',
|
| 'widget/desktop_aura/desktop_screen_position_client_unittest.cc',
|
| + 'widget/desktop_aura/desktop_window_tree_host_x11_unittest.cc',
|
| 'widget/native_widget_aura_unittest.cc',
|
| 'widget/native_widget_unittest.cc',
|
| 'widget/root_view_unittest.cc',
|
| @@ -731,6 +732,12 @@
|
| '../../base/allocator/allocator.gyp:allocator',
|
| ],
|
| }],
|
| + ['use_x11==1', {
|
| + 'dependencies': [
|
| + '../../build/linux/system.gyp:x11',
|
| + '../../build/linux/system.gyp:xext',
|
| + ],
|
| + }],
|
| ['use_ozone==1', {
|
| 'sources!': [
|
| 'corewm/capture_controller_unittest.cc',
|
|
|