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 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
601 'wm/system_modal_container_layout_manager.h', | 601 'wm/system_modal_container_layout_manager.h', |
602 'wm/toplevel_window_event_handler.cc', | 602 'wm/toplevel_window_event_handler.cc', |
603 'wm/toplevel_window_event_handler.h', | 603 'wm/toplevel_window_event_handler.h', |
604 'wm/user_activity_detector.cc', | 604 'wm/user_activity_detector.cc', |
605 'wm/user_activity_detector.h', | 605 'wm/user_activity_detector.h', |
606 'wm/user_activity_observer.h', | 606 'wm/user_activity_observer.h', |
607 'wm/video_detector.cc', | 607 'wm/video_detector.cc', |
608 'wm/video_detector.h', | 608 'wm/video_detector.h', |
609 'wm/window_animations.cc', | 609 'wm/window_animations.cc', |
610 'wm/window_animations.h', | 610 'wm/window_animations.h', |
611 'wm/window_cycle_controller.cc', | |
612 'wm/window_cycle_controller.h', | |
613 'wm/window_cycle_list.cc', | |
614 'wm/window_cycle_list.h', | |
615 'wm/window_positioner.cc', | 611 'wm/window_positioner.cc', |
616 'wm/window_positioner.h', | 612 'wm/window_positioner.h', |
617 'wm/window_state.cc', | 613 'wm/window_state.cc', |
618 'wm/window_state.h', | 614 'wm/window_state.h', |
619 'wm/window_state_delegate.cc', | 615 'wm/window_state_delegate.cc', |
620 'wm/window_state_delegate.h', | 616 'wm/window_state_delegate.h', |
621 'wm/window_state_observer.h', | 617 'wm/window_state_observer.h', |
622 'wm/window_properties.cc', | 618 'wm/window_properties.cc', |
623 'wm/window_properties.h', | 619 'wm/window_properties.h', |
624 'wm/window_resizer.cc', | 620 'wm/window_resizer.cc', |
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
960 'wm/partial_screenshot_view_unittest.cc', | 956 'wm/partial_screenshot_view_unittest.cc', |
961 'wm/resize_shadow_and_cursor_unittest.cc', | 957 'wm/resize_shadow_and_cursor_unittest.cc', |
962 'wm/screen_dimmer_unittest.cc', | 958 'wm/screen_dimmer_unittest.cc', |
963 'wm/stacking_controller_unittest.cc', | 959 'wm/stacking_controller_unittest.cc', |
964 'wm/system_gesture_event_filter_unittest.cc', | 960 'wm/system_gesture_event_filter_unittest.cc', |
965 'wm/system_modal_container_layout_manager_unittest.cc', | 961 'wm/system_modal_container_layout_manager_unittest.cc', |
966 'wm/toplevel_window_event_handler_unittest.cc', | 962 'wm/toplevel_window_event_handler_unittest.cc', |
967 'wm/user_activity_detector_unittest.cc', | 963 'wm/user_activity_detector_unittest.cc', |
968 'wm/video_detector_unittest.cc', | 964 'wm/video_detector_unittest.cc', |
969 'wm/window_animations_unittest.cc', | 965 'wm/window_animations_unittest.cc', |
970 'wm/window_cycle_controller_unittest.cc', | |
971 'wm/window_manager_unittest.cc', | 966 'wm/window_manager_unittest.cc', |
972 'wm/window_modality_controller_unittest.cc', | 967 'wm/window_modality_controller_unittest.cc', |
973 'wm/window_positioner_unittest.cc', | 968 'wm/window_positioner_unittest.cc', |
974 'wm/window_state_unittest.cc', | 969 'wm/window_state_unittest.cc', |
975 'wm/window_util_unittest.cc', | 970 'wm/window_util_unittest.cc', |
976 'wm/maximize_mode/workspace_backdrop_delegate.cc', | 971 'wm/maximize_mode/workspace_backdrop_delegate.cc', |
977 'wm/maximize_mode/workspace_backdrop_delegate.h', | 972 'wm/maximize_mode/workspace_backdrop_delegate.h', |
978 'wm/workspace/magnetism_matcher_unittest.cc', | 973 'wm/workspace/magnetism_matcher_unittest.cc', |
979 'wm/workspace/multi_window_resize_controller_unittest.cc', | 974 'wm/workspace/multi_window_resize_controller_unittest.cc', |
980 'wm/workspace/phantom_window_controller_unittest.cc', | 975 'wm/workspace/phantom_window_controller_unittest.cc', |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1128 }], | 1123 }], |
1129 ['chromeos==1', { | 1124 ['chromeos==1', { |
1130 'dependencies': [ | 1125 'dependencies': [ |
1131 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1126 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
1132 ], | 1127 ], |
1133 }], | 1128 }], |
1134 ], | 1129 ], |
1135 }, | 1130 }, |
1136 ], | 1131 ], |
1137 } | 1132 } |
OLD | NEW |