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 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
453 'wm/gestures/shelf_gesture_handler.cc', | 453 'wm/gestures/shelf_gesture_handler.cc', |
454 'wm/gestures/shelf_gesture_handler.h', | 454 'wm/gestures/shelf_gesture_handler.h', |
455 'wm/gestures/system_pinch_handler.cc', | 455 'wm/gestures/system_pinch_handler.cc', |
456 'wm/gestures/system_pinch_handler.h', | 456 'wm/gestures/system_pinch_handler.h', |
457 'wm/gestures/tray_gesture_handler.cc', | 457 'wm/gestures/tray_gesture_handler.cc', |
458 'wm/gestures/tray_gesture_handler.h', | 458 'wm/gestures/tray_gesture_handler.h', |
459 'wm/gestures/two_finger_drag_handler.cc', | 459 'wm/gestures/two_finger_drag_handler.cc', |
460 'wm/gestures/two_finger_drag_handler.h', | 460 'wm/gestures/two_finger_drag_handler.h', |
461 'wm/image_cursors.cc', | 461 'wm/image_cursors.cc', |
462 'wm/image_cursors.h', | 462 'wm/image_cursors.h', |
| 463 'wm/immersive_fullscreen_controller.cc', |
| 464 'wm/immersive_fullscreen_controller.h', |
| 465 'wm/immersive_revealed_lock.cc', |
| 466 'wm/immersive_revealed_lock.h', |
463 'wm/lock_state_controller.cc', | 467 'wm/lock_state_controller.cc', |
464 'wm/lock_state_controller.h', | 468 'wm/lock_state_controller.h', |
465 'wm/lock_state_observer.h', | 469 'wm/lock_state_observer.h', |
466 'wm/mru_window_tracker.cc', | 470 'wm/mru_window_tracker.cc', |
467 'wm/mru_window_tracker.h', | 471 'wm/mru_window_tracker.h', |
468 'wm/overlay_event_filter.cc', | 472 'wm/overlay_event_filter.cc', |
469 'wm/overlay_event_filter.h', | 473 'wm/overlay_event_filter.h', |
470 'wm/overview/scoped_transform_overview_window.cc', | 474 'wm/overview/scoped_transform_overview_window.cc', |
471 'wm/overview/scoped_transform_overview_window.h', | 475 'wm/overview/scoped_transform_overview_window.h', |
472 'wm/overview/scoped_window_copy.cc', | 476 'wm/overview/scoped_window_copy.cc', |
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
796 'touch/touch_observer_hud_unittest.cc', | 800 'touch/touch_observer_hud_unittest.cc', |
797 'wm/app_list_controller_unittest.cc', | 801 'wm/app_list_controller_unittest.cc', |
798 'wm/ash_native_cursor_manager_unittest.cc', | 802 'wm/ash_native_cursor_manager_unittest.cc', |
799 'wm/base_layout_manager_unittest.cc', | 803 'wm/base_layout_manager_unittest.cc', |
800 'wm/caption_buttons/frame_caption_button_container_view_unittest.cc', | 804 'wm/caption_buttons/frame_caption_button_container_view_unittest.cc', |
801 'wm/caption_buttons/frame_maximize_button_unittest.cc', | 805 'wm/caption_buttons/frame_maximize_button_unittest.cc', |
802 'wm/dock/docked_window_layout_manager_unittest.cc', | 806 'wm/dock/docked_window_layout_manager_unittest.cc', |
803 'wm/dock/docked_window_resizer_unittest.cc', | 807 'wm/dock/docked_window_resizer_unittest.cc', |
804 'wm/drag_window_resizer_unittest.cc', | 808 'wm/drag_window_resizer_unittest.cc', |
805 'wm/header_painter_unittest.cc', | 809 'wm/header_painter_unittest.cc', |
| 810 'wm/immersive_fullscreen_controller_unittest.cc', |
806 'wm/lock_state_controller_unittest.cc', | 811 'wm/lock_state_controller_unittest.cc', |
807 'wm/mru_window_tracker_unittest.cc', | 812 'wm/mru_window_tracker_unittest.cc', |
808 'wm/overview/window_selector_unittest.cc', | 813 'wm/overview/window_selector_unittest.cc', |
809 'wm/panels/panel_layout_manager_unittest.cc', | 814 'wm/panels/panel_layout_manager_unittest.cc', |
810 'wm/panels/panel_window_resizer_unittest.cc', | 815 'wm/panels/panel_window_resizer_unittest.cc', |
811 'wm/partial_screenshot_view_unittest.cc', | 816 'wm/partial_screenshot_view_unittest.cc', |
812 'wm/resize_shadow_and_cursor_unittest.cc', | 817 'wm/resize_shadow_and_cursor_unittest.cc', |
813 'wm/screen_dimmer_unittest.cc', | 818 'wm/screen_dimmer_unittest.cc', |
814 'wm/stacking_controller_unittest.cc', | 819 'wm/stacking_controller_unittest.cc', |
815 'wm/sticky_keys_unittest.cc', | 820 'wm/sticky_keys_unittest.cc', |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
950 }, | 955 }, |
951 }, | 956 }, |
952 'dependencies': [ | 957 'dependencies': [ |
953 '../sandbox/sandbox.gyp:sandbox', | 958 '../sandbox/sandbox.gyp:sandbox', |
954 ], | 959 ], |
955 }], | 960 }], |
956 ], | 961 ], |
957 }, | 962 }, |
958 ], | 963 ], |
959 } | 964 } |
OLD | NEW |