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.cc', | 10 'accelerators/accelerator_commands.cc', |
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
702 'wm/overview/window_selector_controller.cc', | 702 'wm/overview/window_selector_controller.cc', |
703 'wm/overview/window_selector_controller.h', | 703 'wm/overview/window_selector_controller.h', |
704 'wm/overview/window_selector_item.cc', | 704 'wm/overview/window_selector_item.cc', |
705 'wm/overview/window_selector_item.h', | 705 'wm/overview/window_selector_item.h', |
706 'wm/panels/attached_panel_window_targeter.cc', | 706 'wm/panels/attached_panel_window_targeter.cc', |
707 'wm/panels/attached_panel_window_targeter.h', | 707 'wm/panels/attached_panel_window_targeter.h', |
708 'wm/panels/panel_frame_view.cc', | 708 'wm/panels/panel_frame_view.cc', |
709 'wm/panels/panel_frame_view.h', | 709 'wm/panels/panel_frame_view.h', |
710 'wm/panels/panel_window_event_handler.cc', | 710 'wm/panels/panel_window_event_handler.cc', |
711 'wm/panels/panel_window_event_handler.h', | 711 'wm/panels/panel_window_event_handler.h', |
| 712 'wm/pinned_controller.cc', |
| 713 'wm/pinned_controller.h', |
712 'wm/power_button_controller.cc', | 714 'wm/power_button_controller.cc', |
713 'wm/power_button_controller.h', | 715 'wm/power_button_controller.h', |
714 'wm/resize_handle_window_targeter.cc', | 716 'wm/resize_handle_window_targeter.cc', |
715 'wm/resize_handle_window_targeter.h', | 717 'wm/resize_handle_window_targeter.h', |
716 'wm/resize_shadow.cc', | 718 'wm/resize_shadow.cc', |
717 'wm/resize_shadow.h', | 719 'wm/resize_shadow.h', |
718 'wm/resize_shadow_controller.cc', | 720 'wm/resize_shadow_controller.cc', |
719 'wm/resize_shadow_controller.h', | 721 'wm/resize_shadow_controller.h', |
720 'wm/screen_dimmer.cc', | 722 'wm/screen_dimmer.cc', |
721 'wm/screen_dimmer.h', | 723 'wm/screen_dimmer.h', |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
991 'wm/lock_layout_manager_unittest.cc', | 993 'wm/lock_layout_manager_unittest.cc', |
992 'wm/lock_state_controller_unittest.cc', | 994 'wm/lock_state_controller_unittest.cc', |
993 'wm/maximize_mode/accelerometer_test_data_literals.cc', | 995 'wm/maximize_mode/accelerometer_test_data_literals.cc', |
994 'wm/maximize_mode/maximize_mode_controller_unittest.cc', | 996 'wm/maximize_mode/maximize_mode_controller_unittest.cc', |
995 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc', | 997 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc', |
996 'wm/mru_window_tracker_unittest.cc', | 998 'wm/mru_window_tracker_unittest.cc', |
997 'wm/overlay_event_filter_unittest.cc', | 999 'wm/overlay_event_filter_unittest.cc', |
998 'wm/overview/window_selector_unittest.cc', | 1000 'wm/overview/window_selector_unittest.cc', |
999 'wm/panels/panel_layout_manager_unittest.cc', | 1001 'wm/panels/panel_layout_manager_unittest.cc', |
1000 'wm/panels/panel_window_resizer_unittest.cc', | 1002 'wm/panels/panel_window_resizer_unittest.cc', |
| 1003 'wm/pinned_controller_unittest.cc', |
1001 'wm/resize_shadow_and_cursor_unittest.cc', | 1004 'wm/resize_shadow_and_cursor_unittest.cc', |
1002 'wm/root_window_layout_manager_unittest.cc', | 1005 'wm/root_window_layout_manager_unittest.cc', |
1003 'wm/screen_dimmer_unittest.cc', | 1006 'wm/screen_dimmer_unittest.cc', |
1004 'wm/session_state_animator_impl_unittest.cc', | 1007 'wm/session_state_animator_impl_unittest.cc', |
1005 'wm/stacking_controller_unittest.cc', | 1008 'wm/stacking_controller_unittest.cc', |
1006 'wm/system_gesture_event_filter_unittest.cc', | 1009 'wm/system_gesture_event_filter_unittest.cc', |
1007 'wm/system_modal_container_layout_manager_unittest.cc', | 1010 'wm/system_modal_container_layout_manager_unittest.cc', |
1008 'wm/toplevel_window_event_handler_unittest.cc', | 1011 'wm/toplevel_window_event_handler_unittest.cc', |
1009 'wm/video_detector_unittest.cc', | 1012 'wm/video_detector_unittest.cc', |
1010 'wm/window_animations_unittest.cc', | 1013 'wm/window_animations_unittest.cc', |
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1453 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1451 ], | 1454 ], |
1452 } | 1455 } |
1453 ], | 1456 ], |
1454 ], | 1457 ], |
1455 }, | 1458 }, |
1456 ], | 1459 ], |
1457 }], | 1460 }], |
1458 ], | 1461 ], |
1459 } | 1462 } |
OLD | NEW |