OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 { | 4 { |
5 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 # Sources lists shared with GN build. | 7 # Sources lists shared with GN build. |
8 'views_sources': [ | 8 'views_sources': [ |
9 'accessibility/native_view_accessibility.cc', | 9 'accessibility/native_view_accessibility.cc', |
10 'accessibility/native_view_accessibility.h', | 10 'accessibility/native_view_accessibility.h', |
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
426 'widget/desktop_aura/desktop_window_tree_host_x11.cc', | 426 'widget/desktop_aura/desktop_window_tree_host_x11.cc', |
427 'widget/desktop_aura/desktop_window_tree_host_x11.h', | 427 'widget/desktop_aura/desktop_window_tree_host_x11.h', |
428 'widget/desktop_aura/desktop_screen_x11.cc', | 428 'widget/desktop_aura/desktop_screen_x11.cc', |
429 'widget/desktop_aura/desktop_screen_x11.h', | 429 'widget/desktop_aura/desktop_screen_x11.h', |
430 'widget/desktop_aura/x11_desktop_handler.cc', | 430 'widget/desktop_aura/x11_desktop_handler.cc', |
431 'widget/desktop_aura/x11_desktop_handler.h', | 431 'widget/desktop_aura/x11_desktop_handler.h', |
432 'widget/desktop_aura/x11_desktop_window_move_client.cc', | 432 'widget/desktop_aura/x11_desktop_window_move_client.cc', |
433 'widget/desktop_aura/x11_desktop_window_move_client.h', | 433 'widget/desktop_aura/x11_desktop_window_move_client.h', |
434 'widget/desktop_aura/x11_move_loop.h', | 434 'widget/desktop_aura/x11_move_loop.h', |
435 'widget/desktop_aura/x11_move_loop_delegate.h', | 435 'widget/desktop_aura/x11_move_loop_delegate.h', |
| 436 'widget/desktop_aura/x11_pointer_grab.cc', |
| 437 'widget/desktop_aura/x11_pointer_grab.h', |
436 'widget/desktop_aura/x11_topmost_window_finder.cc', | 438 'widget/desktop_aura/x11_topmost_window_finder.cc', |
437 'widget/desktop_aura/x11_topmost_window_finder.h', | 439 'widget/desktop_aura/x11_topmost_window_finder.h', |
438 'widget/desktop_aura/x11_whole_screen_move_loop.cc', | 440 'widget/desktop_aura/x11_whole_screen_move_loop.cc', |
439 'widget/desktop_aura/x11_whole_screen_move_loop.h', | 441 'widget/desktop_aura/x11_whole_screen_move_loop.h', |
440 'widget/desktop_aura/x11_window_event_filter.cc', | 442 'widget/desktop_aura/x11_window_event_filter.cc', |
441 'widget/desktop_aura/x11_window_event_filter.h', | 443 'widget/desktop_aura/x11_window_event_filter.h', |
442 ], | 444 ], |
443 'views_desktop_aura_win_sources': [ | 445 'views_desktop_aura_win_sources': [ |
444 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc', | 446 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc', |
445 'widget/desktop_aura/desktop_drag_drop_client_win.cc', | 447 'widget/desktop_aura/desktop_drag_drop_client_win.cc', |
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
893 '../aura/aura.gyp:aura', | 895 '../aura/aura.gyp:aura', |
894 '../wm/wm.gyp:wm', | 896 '../wm/wm.gyp:wm', |
895 ], | 897 ], |
896 }], | 898 }], |
897 ], | 899 ], |
898 }, # target_name: macviews_interactive_ui_tests | 900 }, # target_name: macviews_interactive_ui_tests |
899 ], # targets | 901 ], # targets |
900 }], | 902 }], |
901 ], # conditions | 903 ], # conditions |
902 } | 904 } |
OLD | NEW |