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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
380 'touchui/touch_editing_menu.h', | 380 'touchui/touch_editing_menu.h', |
381 'touchui/touch_selection_controller_impl.cc', | 381 'touchui/touch_selection_controller_impl.cc', |
382 'touchui/touch_selection_controller_impl.h', | 382 'touchui/touch_selection_controller_impl.h', |
383 'widget/window_reorderer.cc', | 383 'widget/window_reorderer.cc', |
384 'widget/window_reorderer.h', | 384 'widget/window_reorderer.h', |
385 ], | 385 ], |
386 'views_desktop_aura_sources': [ | 386 'views_desktop_aura_sources': [ |
387 'widget/desktop_aura/desktop_capture_client.cc', | 387 'widget/desktop_aura/desktop_capture_client.cc', |
388 'widget/desktop_aura/desktop_capture_client.h', | 388 'widget/desktop_aura/desktop_capture_client.h', |
389 'widget/desktop_aura/desktop_cursor_loader_updater.h', | 389 'widget/desktop_aura/desktop_cursor_loader_updater.h', |
| 390 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc', |
| 391 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h', |
390 'widget/desktop_aura/desktop_dispatcher_client.cc', | 392 'widget/desktop_aura/desktop_dispatcher_client.cc', |
391 'widget/desktop_aura/desktop_dispatcher_client.h', | 393 'widget/desktop_aura/desktop_dispatcher_client.h', |
392 'widget/desktop_aura/desktop_drop_target_win.cc', | 394 'widget/desktop_aura/desktop_drop_target_win.cc', |
393 'widget/desktop_aura/desktop_drop_target_win.h', | 395 'widget/desktop_aura/desktop_drop_target_win.h', |
394 'widget/desktop_aura/desktop_event_client.cc', | 396 'widget/desktop_aura/desktop_event_client.cc', |
395 'widget/desktop_aura/desktop_event_client.h', | 397 'widget/desktop_aura/desktop_event_client.h', |
396 'widget/desktop_aura/desktop_focus_rules.cc', | 398 'widget/desktop_aura/desktop_focus_rules.cc', |
397 'widget/desktop_aura/desktop_focus_rules.h', | 399 'widget/desktop_aura/desktop_focus_rules.h', |
398 'widget/desktop_aura/desktop_native_cursor_manager.cc', | 400 'widget/desktop_aura/desktop_native_cursor_manager.cc', |
399 'widget/desktop_aura/desktop_native_cursor_manager.h', | 401 'widget/desktop_aura/desktop_native_cursor_manager.h', |
400 'widget/desktop_aura/desktop_native_widget_aura.cc', | 402 'widget/desktop_aura/desktop_native_widget_aura.cc', |
401 'widget/desktop_aura/desktop_native_widget_aura.h', | 403 'widget/desktop_aura/desktop_native_widget_aura.h', |
402 'widget/desktop_aura/desktop_window_tree_host.h', | 404 'widget/desktop_aura/desktop_window_tree_host.h', |
403 'widget/desktop_aura/desktop_screen.h', | 405 'widget/desktop_aura/desktop_screen.h', |
404 'widget/desktop_aura/desktop_screen_position_client.cc', | 406 'widget/desktop_aura/desktop_screen_position_client.cc', |
405 'widget/desktop_aura/desktop_screen_position_client.h', | 407 'widget/desktop_aura/desktop_screen_position_client.h', |
406 ], | 408 ], |
407 'views_desktop_aura_x11_sources': [ | 409 'views_desktop_aura_x11_sources': [ |
408 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc', | |
409 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h', | |
410 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc', | 410 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc', |
411 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h', | 411 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h', |
412 'widget/desktop_aura/desktop_window_tree_host_x11.cc', | 412 'widget/desktop_aura/desktop_window_tree_host_x11.cc', |
413 'widget/desktop_aura/desktop_window_tree_host_x11.h', | 413 'widget/desktop_aura/desktop_window_tree_host_x11.h', |
414 'widget/desktop_aura/desktop_screen_x11.cc', | 414 'widget/desktop_aura/desktop_screen_x11.cc', |
415 'widget/desktop_aura/desktop_screen_x11.h', | 415 'widget/desktop_aura/desktop_screen_x11.h', |
416 'widget/desktop_aura/x11_desktop_handler.cc', | 416 'widget/desktop_aura/x11_desktop_handler.cc', |
417 'widget/desktop_aura/x11_desktop_handler.h', | 417 'widget/desktop_aura/x11_desktop_handler.h', |
418 'widget/desktop_aura/x11_desktop_window_move_client.cc', | 418 'widget/desktop_aura/x11_desktop_window_move_client.cc', |
419 'widget/desktop_aura/x11_desktop_window_move_client.h', | 419 'widget/desktop_aura/x11_desktop_window_move_client.h', |
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
869 '../aura/aura.gyp:aura', | 869 '../aura/aura.gyp:aura', |
870 '../wm/wm.gyp:wm', | 870 '../wm/wm.gyp:wm', |
871 ], | 871 ], |
872 }], | 872 }], |
873 ], | 873 ], |
874 }, # target_name: macviews_interactive_ui_tests | 874 }, # target_name: macviews_interactive_ui_tests |
875 ], # targets | 875 ], # targets |
876 }], | 876 }], |
877 ], # conditions | 877 ], # conditions |
878 } | 878 } |
OLD | NEW |