| Index: ui/views/views.gyp
|
| diff --git a/ui/views/views.gyp b/ui/views/views.gyp
|
| index 108d0e6cf7386c636aa84cf3a2595d065d6cfd9b..fa7f2eb43dc744d7f03efbd8575fa1bfa0d30f36 100644
|
| --- a/ui/views/views.gyp
|
| +++ b/ui/views/views.gyp
|
| @@ -387,6 +387,8 @@
|
| 'widget/desktop_aura/desktop_capture_client.cc',
|
| 'widget/desktop_aura/desktop_capture_client.h',
|
| 'widget/desktop_aura/desktop_cursor_loader_updater.h',
|
| + 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc',
|
| + 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h',
|
| 'widget/desktop_aura/desktop_dispatcher_client.cc',
|
| 'widget/desktop_aura/desktop_dispatcher_client.h',
|
| 'widget/desktop_aura/desktop_drop_target_win.cc',
|
| @@ -405,8 +407,6 @@
|
| 'widget/desktop_aura/desktop_screen_position_client.h',
|
| ],
|
| 'views_desktop_aura_x11_sources': [
|
| - 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc',
|
| - 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h',
|
| 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc',
|
| 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h',
|
| 'widget/desktop_aura/desktop_window_tree_host_x11.cc',
|
|
|