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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
9 # These files lists are shared with the GN build. | 9 # These files lists are shared with the GN build. |
10 'ash_sources': [ | 10 'ash_sources': [ |
(...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
682 'test/shelf_view_test_api.cc', | 682 'test/shelf_view_test_api.cc', |
683 'test/shelf_view_test_api.h', | 683 'test/shelf_view_test_api.h', |
684 'test/shell_test_api.cc', | 684 'test/shell_test_api.cc', |
685 'test/shell_test_api.h', | 685 'test/shell_test_api.h', |
686 'test/status_area_widget_test_helper.cc', | 686 'test/status_area_widget_test_helper.cc', |
687 'test/status_area_widget_test_helper.h', | 687 'test/status_area_widget_test_helper.h', |
688 'test/test_activation_delegate.cc', | 688 'test/test_activation_delegate.cc', |
689 'test/test_activation_delegate.h', | 689 'test/test_activation_delegate.h', |
690 'test/test_lock_state_controller_delegate.cc', | 690 'test/test_lock_state_controller_delegate.cc', |
691 'test/test_lock_state_controller_delegate.h', | 691 'test/test_lock_state_controller_delegate.h', |
| 692 'test/test_overlay_delegate.cc', |
| 693 'test/test_overlay_delegate.h', |
692 'test/test_screenshot_delegate.cc', | 694 'test/test_screenshot_delegate.cc', |
693 'test/test_screenshot_delegate.h', | 695 'test/test_screenshot_delegate.h', |
694 'test/test_session_state_delegate.cc', | 696 'test/test_session_state_delegate.cc', |
695 'test/test_session_state_delegate.h', | 697 'test/test_session_state_delegate.h', |
696 'test/test_shelf_delegate.cc', | 698 'test/test_shelf_delegate.cc', |
697 'test/test_shelf_delegate.h', | 699 'test/test_shelf_delegate.h', |
698 'test/test_shelf_item_delegate.cc', | 700 'test/test_shelf_item_delegate.cc', |
699 'test/test_shelf_item_delegate.h', | 701 'test/test_shelf_item_delegate.h', |
700 'test/test_shell_delegate.cc', | 702 'test/test_shell_delegate.cc', |
701 'test/test_shell_delegate.h', | 703 'test/test_shell_delegate.h', |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
853 'wm/video_detector_unittest.cc', | 855 'wm/video_detector_unittest.cc', |
854 'wm/window_animations_unittest.cc', | 856 'wm/window_animations_unittest.cc', |
855 'wm/window_cycle_controller_unittest.cc', | 857 'wm/window_cycle_controller_unittest.cc', |
856 'wm/window_manager_unittest.cc', | 858 'wm/window_manager_unittest.cc', |
857 'wm/window_modality_controller_unittest.cc', | 859 'wm/window_modality_controller_unittest.cc', |
858 'wm/window_positioner_unittest.cc', | 860 'wm/window_positioner_unittest.cc', |
859 'wm/window_state_unittest.cc', | 861 'wm/window_state_unittest.cc', |
860 'wm/window_util_unittest.cc', | 862 'wm/window_util_unittest.cc', |
861 'wm/maximize_mode/workspace_backdrop_delegate.cc', | 863 'wm/maximize_mode/workspace_backdrop_delegate.cc', |
862 'wm/maximize_mode/workspace_backdrop_delegate.h', | 864 'wm/maximize_mode/workspace_backdrop_delegate.h', |
| 865 'wm/overlay_event_filter_unittest.cc', |
863 'wm/workspace/magnetism_matcher_unittest.cc', | 866 'wm/workspace/magnetism_matcher_unittest.cc', |
864 'wm/workspace/multi_window_resize_controller_unittest.cc', | 867 'wm/workspace/multi_window_resize_controller_unittest.cc', |
865 'wm/workspace/workspace_event_handler_test_helper.cc', | 868 'wm/workspace/workspace_event_handler_test_helper.cc', |
866 'wm/workspace/workspace_event_handler_test_helper.h', | 869 'wm/workspace/workspace_event_handler_test_helper.h', |
867 'wm/workspace/workspace_event_handler_unittest.cc', | 870 'wm/workspace/workspace_event_handler_unittest.cc', |
868 'wm/workspace/workspace_layout_manager_unittest.cc', | 871 'wm/workspace/workspace_layout_manager_unittest.cc', |
869 'wm/workspace/workspace_window_resizer_unittest.cc', | 872 'wm/workspace/workspace_window_resizer_unittest.cc', |
870 'wm/workspace_controller_test_helper.cc', | 873 'wm/workspace_controller_test_helper.cc', |
871 'wm/workspace_controller_test_helper.h', | 874 'wm/workspace_controller_test_helper.h', |
872 'wm/workspace_controller_unittest.cc', | 875 'wm/workspace_controller_unittest.cc', |
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1248 'conditions': [ | 1251 'conditions': [ |
1249 ['chromeos==1', { | 1252 ['chromeos==1', { |
1250 'dependencies': [ | 1253 'dependencies': [ |
1251 '../ui/display/display.gyp:display', | 1254 '../ui/display/display.gyp:display', |
1252 ], | 1255 ], |
1253 }], | 1256 }], |
1254 ], | 1257 ], |
1255 }, | 1258 }, |
1256 ], | 1259 ], |
1257 } | 1260 } |
OLD | NEW |