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 }, | 9 }, |
10 'includes': [ | 10 'includes': [ |
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
608 'wm/system_background_controller.h', | 608 'wm/system_background_controller.h', |
609 'wm/system_gesture_event_filter.cc', | 609 'wm/system_gesture_event_filter.cc', |
610 'wm/system_gesture_event_filter.h', | 610 'wm/system_gesture_event_filter.h', |
611 'wm/system_modal_container_event_filter.cc', | 611 'wm/system_modal_container_event_filter.cc', |
612 'wm/system_modal_container_event_filter.h', | 612 'wm/system_modal_container_event_filter.h', |
613 'wm/system_modal_container_event_filter_delegate.h', | 613 'wm/system_modal_container_event_filter_delegate.h', |
614 'wm/system_modal_container_layout_manager.cc', | 614 'wm/system_modal_container_layout_manager.cc', |
615 'wm/system_modal_container_layout_manager.h', | 615 'wm/system_modal_container_layout_manager.h', |
616 'wm/toplevel_window_event_handler.cc', | 616 'wm/toplevel_window_event_handler.cc', |
617 'wm/toplevel_window_event_handler.h', | 617 'wm/toplevel_window_event_handler.h', |
618 'wm/user_activity_detector.cc', | |
619 'wm/user_activity_detector.h', | |
620 'wm/user_activity_observer.h', | |
621 'wm/video_detector.cc', | 618 'wm/video_detector.cc', |
622 'wm/video_detector.h', | 619 'wm/video_detector.h', |
623 'wm/window_animations.cc', | 620 'wm/window_animations.cc', |
624 'wm/window_animations.h', | 621 'wm/window_animations.h', |
625 'wm/window_positioner.cc', | 622 'wm/window_positioner.cc', |
626 'wm/window_positioner.h', | 623 'wm/window_positioner.h', |
627 'wm/window_state.cc', | 624 'wm/window_state.cc', |
628 'wm/window_state.h', | 625 'wm/window_state.h', |
629 'wm/window_state_delegate.cc', | 626 'wm/window_state_delegate.cc', |
630 'wm/window_state_delegate.h', | 627 'wm/window_state_delegate.h', |
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
967 'wm/overview/window_selector_unittest.cc', | 964 'wm/overview/window_selector_unittest.cc', |
968 'wm/panels/panel_layout_manager_unittest.cc', | 965 'wm/panels/panel_layout_manager_unittest.cc', |
969 'wm/panels/panel_window_resizer_unittest.cc', | 966 'wm/panels/panel_window_resizer_unittest.cc', |
970 'wm/partial_screenshot_view_unittest.cc', | 967 'wm/partial_screenshot_view_unittest.cc', |
971 'wm/resize_shadow_and_cursor_unittest.cc', | 968 'wm/resize_shadow_and_cursor_unittest.cc', |
972 'wm/screen_dimmer_unittest.cc', | 969 'wm/screen_dimmer_unittest.cc', |
973 'wm/stacking_controller_unittest.cc', | 970 'wm/stacking_controller_unittest.cc', |
974 'wm/system_gesture_event_filter_unittest.cc', | 971 'wm/system_gesture_event_filter_unittest.cc', |
975 'wm/system_modal_container_layout_manager_unittest.cc', | 972 'wm/system_modal_container_layout_manager_unittest.cc', |
976 'wm/toplevel_window_event_handler_unittest.cc', | 973 'wm/toplevel_window_event_handler_unittest.cc', |
977 'wm/user_activity_detector_unittest.cc', | |
978 'wm/video_detector_unittest.cc', | 974 'wm/video_detector_unittest.cc', |
979 'wm/window_animations_unittest.cc', | 975 'wm/window_animations_unittest.cc', |
980 'wm/window_manager_unittest.cc', | 976 'wm/window_manager_unittest.cc', |
981 'wm/window_modality_controller_unittest.cc', | 977 'wm/window_modality_controller_unittest.cc', |
982 'wm/window_positioner_unittest.cc', | 978 'wm/window_positioner_unittest.cc', |
983 'wm/window_state_unittest.cc', | 979 'wm/window_state_unittest.cc', |
984 'wm/window_util_unittest.cc', | 980 'wm/window_util_unittest.cc', |
985 'wm/maximize_mode/workspace_backdrop_delegate.cc', | 981 'wm/maximize_mode/workspace_backdrop_delegate.cc', |
986 'wm/maximize_mode/workspace_backdrop_delegate.h', | 982 'wm/maximize_mode/workspace_backdrop_delegate.h', |
987 'wm/workspace/magnetism_matcher_unittest.cc', | 983 'wm/workspace/magnetism_matcher_unittest.cc', |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1137 }], | 1133 }], |
1138 ['chromeos==1', { | 1134 ['chromeos==1', { |
1139 'dependencies': [ | 1135 'dependencies': [ |
1140 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1136 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
1141 ], | 1137 ], |
1142 }], | 1138 }], |
1143 ], | 1139 ], |
1144 }, | 1140 }, |
1145 ], | 1141 ], |
1146 } | 1142 } |
OLD | NEW |