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 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
456 'wm/gestures/shelf_gesture_handler.cc', | 456 'wm/gestures/shelf_gesture_handler.cc', |
457 'wm/gestures/shelf_gesture_handler.h', | 457 'wm/gestures/shelf_gesture_handler.h', |
458 'wm/gestures/system_pinch_handler.cc', | 458 'wm/gestures/system_pinch_handler.cc', |
459 'wm/gestures/system_pinch_handler.h', | 459 'wm/gestures/system_pinch_handler.h', |
460 'wm/gestures/tray_gesture_handler.cc', | 460 'wm/gestures/tray_gesture_handler.cc', |
461 'wm/gestures/tray_gesture_handler.h', | 461 'wm/gestures/tray_gesture_handler.h', |
462 'wm/gestures/two_finger_drag_handler.cc', | 462 'wm/gestures/two_finger_drag_handler.cc', |
463 'wm/gestures/two_finger_drag_handler.h', | 463 'wm/gestures/two_finger_drag_handler.h', |
464 'wm/image_cursors.cc', | 464 'wm/image_cursors.cc', |
465 'wm/image_cursors.h', | 465 'wm/image_cursors.h', |
| 466 'wm/immersive_fullscreen_controller.cc', |
| 467 'wm/immersive_fullscreen_controller.h', |
| 468 'wm/immersive_revealed_lock.cc', |
| 469 'wm/immersive_revealed_lock.h', |
466 'wm/lock_state_controller.cc', | 470 'wm/lock_state_controller.cc', |
467 'wm/lock_state_controller.h', | 471 'wm/lock_state_controller.h', |
468 'wm/lock_state_observer.h', | 472 'wm/lock_state_observer.h', |
469 'wm/mru_window_tracker.cc', | 473 'wm/mru_window_tracker.cc', |
470 'wm/mru_window_tracker.h', | 474 'wm/mru_window_tracker.h', |
471 'wm/overlay_event_filter.cc', | 475 'wm/overlay_event_filter.cc', |
472 'wm/overlay_event_filter.h', | 476 'wm/overlay_event_filter.h', |
473 'wm/overview/scoped_transform_overview_window.cc', | 477 'wm/overview/scoped_transform_overview_window.cc', |
474 'wm/overview/scoped_transform_overview_window.h', | 478 'wm/overview/scoped_transform_overview_window.h', |
475 'wm/overview/scoped_window_copy.cc', | 479 'wm/overview/scoped_window_copy.cc', |
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
803 'wm/app_list_controller_unittest.cc', | 807 'wm/app_list_controller_unittest.cc', |
804 'wm/ash_native_cursor_manager_unittest.cc', | 808 'wm/ash_native_cursor_manager_unittest.cc', |
805 'wm/base_layout_manager_unittest.cc', | 809 'wm/base_layout_manager_unittest.cc', |
806 'wm/caption_buttons/frame_caption_button_container_view_unittest.cc', | 810 'wm/caption_buttons/frame_caption_button_container_view_unittest.cc', |
807 'wm/caption_buttons/frame_maximize_button_unittest.cc', | 811 'wm/caption_buttons/frame_maximize_button_unittest.cc', |
808 'wm/dock/docked_window_layout_manager_unittest.cc', | 812 'wm/dock/docked_window_layout_manager_unittest.cc', |
809 'wm/dock/docked_window_resizer_unittest.cc', | 813 'wm/dock/docked_window_resizer_unittest.cc', |
810 'wm/drag_window_resizer_unittest.cc', | 814 'wm/drag_window_resizer_unittest.cc', |
811 'wm/gestures/overview_gesture_handler_unittest.cc', | 815 'wm/gestures/overview_gesture_handler_unittest.cc', |
812 'wm/header_painter_unittest.cc', | 816 'wm/header_painter_unittest.cc', |
| 817 'wm/immersive_fullscreen_controller_unittest.cc', |
813 'wm/lock_state_controller_unittest.cc', | 818 'wm/lock_state_controller_unittest.cc', |
814 'wm/mru_window_tracker_unittest.cc', | 819 'wm/mru_window_tracker_unittest.cc', |
815 'wm/overview/window_selector_unittest.cc', | 820 'wm/overview/window_selector_unittest.cc', |
816 'wm/panels/panel_layout_manager_unittest.cc', | 821 'wm/panels/panel_layout_manager_unittest.cc', |
817 'wm/panels/panel_window_resizer_unittest.cc', | 822 'wm/panels/panel_window_resizer_unittest.cc', |
818 'wm/partial_screenshot_view_unittest.cc', | 823 'wm/partial_screenshot_view_unittest.cc', |
819 'wm/resize_shadow_and_cursor_unittest.cc', | 824 'wm/resize_shadow_and_cursor_unittest.cc', |
820 'wm/screen_dimmer_unittest.cc', | 825 'wm/screen_dimmer_unittest.cc', |
821 'wm/stacking_controller_unittest.cc', | 826 'wm/stacking_controller_unittest.cc', |
822 'wm/sticky_keys_unittest.cc', | 827 'wm/sticky_keys_unittest.cc', |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
958 }, | 963 }, |
959 }, | 964 }, |
960 'dependencies': [ | 965 'dependencies': [ |
961 '../sandbox/sandbox.gyp:sandbox', | 966 '../sandbox/sandbox.gyp:sandbox', |
962 ], | 967 ], |
963 }], | 968 }], |
964 ], | 969 ], |
965 }, | 970 }, |
966 ], | 971 ], |
967 } | 972 } |
OLD | NEW |