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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
9 'ash_sources': [ | 9 'ash_sources': [ |
10 'accelerators/accelerator_commands_aura.cc', | 10 'accelerators/accelerator_commands_aura.cc', |
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
519 'common/wm/workspace/two_step_edge_cycler.cc', | 519 'common/wm/workspace/two_step_edge_cycler.cc', |
520 'common/wm/workspace/two_step_edge_cycler.h', | 520 'common/wm/workspace/two_step_edge_cycler.h', |
521 'common/wm/workspace/workspace_event_handler.cc', | 521 'common/wm/workspace/workspace_event_handler.cc', |
522 'common/wm/workspace/workspace_event_handler.h', | 522 'common/wm/workspace/workspace_event_handler.h', |
523 'common/wm/workspace/workspace_layout_manager.cc', | 523 'common/wm/workspace/workspace_layout_manager.cc', |
524 'common/wm/workspace/workspace_layout_manager.h', | 524 'common/wm/workspace/workspace_layout_manager.h', |
525 'common/wm/workspace/workspace_layout_manager_backdrop_delegate.h', | 525 'common/wm/workspace/workspace_layout_manager_backdrop_delegate.h', |
526 'common/wm/workspace/workspace_types.h', | 526 'common/wm/workspace/workspace_types.h', |
527 'common/wm/workspace/workspace_window_resizer.cc', | 527 'common/wm/workspace/workspace_window_resizer.cc', |
528 'common/wm/workspace/workspace_window_resizer.h', | 528 'common/wm/workspace/workspace_window_resizer.h', |
| 529 'common/wm/workspace_controller.cc', |
| 530 'common/wm/workspace_controller.h', |
529 'common/wm_activation_observer.h', | 531 'common/wm_activation_observer.h', |
530 'common/wm_display_observer.h', | 532 'common/wm_display_observer.h', |
531 'common/wm_layout_manager.h', | 533 'common/wm_layout_manager.h', |
532 'common/wm_lookup.cc', | 534 'common/wm_lookup.cc', |
533 'common/wm_lookup.h', | 535 'common/wm_lookup.h', |
534 'common/wm_root_window_controller.h', | 536 'common/wm_root_window_controller.h', |
535 'common/wm_root_window_controller_observer.h', | 537 'common/wm_root_window_controller_observer.h', |
536 'common/wm_shell.cc', | 538 'common/wm_shell.cc', |
537 'common/wm_shell.h', | 539 'common/wm_shell.h', |
538 'common/wm_transient_window_observer.h', | 540 'common/wm_transient_window_observer.h', |
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
800 'wm/window_mirror_view.cc', | 802 'wm/window_mirror_view.cc', |
801 'wm/window_mirror_view.h', | 803 'wm/window_mirror_view.h', |
802 'wm/window_properties.cc', | 804 'wm/window_properties.cc', |
803 'wm/window_properties.h', | 805 'wm/window_properties.h', |
804 'wm/window_state_aura.cc', | 806 'wm/window_state_aura.cc', |
805 'wm/window_state_aura.h', | 807 'wm/window_state_aura.h', |
806 'wm/window_util.cc', | 808 'wm/window_util.cc', |
807 'wm/window_util.h', | 809 'wm/window_util.h', |
808 'wm/workspace/workspace_event_handler_aura.cc', | 810 'wm/workspace/workspace_event_handler_aura.cc', |
809 'wm/workspace/workspace_event_handler_aura.h', | 811 'wm/workspace/workspace_event_handler_aura.h', |
810 'wm/workspace_controller.cc', | |
811 'wm/workspace_controller.h', | |
812 ], | 812 ], |
813 'ash_with_content_sources': [ | 813 'ash_with_content_sources': [ |
814 'content/ash_with_content_export.h', | 814 'content/ash_with_content_export.h', |
815 'content/gpu_support_impl.cc', | 815 'content/gpu_support_impl.cc', |
816 'content/gpu_support_impl.h', | 816 'content/gpu_support_impl.h', |
817 'content/keyboard_overlay/keyboard_overlay_delegate.cc', | 817 'content/keyboard_overlay/keyboard_overlay_delegate.cc', |
818 'content/keyboard_overlay/keyboard_overlay_delegate.h', | 818 'content/keyboard_overlay/keyboard_overlay_delegate.h', |
819 'content/keyboard_overlay/keyboard_overlay_view.cc', | 819 'content/keyboard_overlay/keyboard_overlay_view.cc', |
820 'content/keyboard_overlay/keyboard_overlay_view.h', | 820 'content/keyboard_overlay/keyboard_overlay_view.h', |
821 'content/screen_orientation_delegate_chromeos.cc', | 821 'content/screen_orientation_delegate_chromeos.cc', |
(...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1517 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1517 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1518 ], | 1518 ], |
1519 } | 1519 } |
1520 ], | 1520 ], |
1521 ], | 1521 ], |
1522 }, | 1522 }, |
1523 ], | 1523 ], |
1524 }], | 1524 }], |
1525 ], | 1525 ], |
1526 } | 1526 } |
OLD | NEW |