Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(523)

Side by Side Diff: ash/ash.gyp

Issue 197883011: Enable maximize mode when keyboard is open past 180 degrees. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add tests, constants, and stickiness to entering / exiting. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/shell.h » ('j') | ash/wm/maximize_mode/maximize_mode_controller.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 'wm/gestures/tray_gesture_handler.h', 545 'wm/gestures/tray_gesture_handler.h',
546 'wm/image_cursors.cc', 546 'wm/image_cursors.cc',
547 'wm/image_cursors.h', 547 'wm/image_cursors.h',
548 'wm/immersive_fullscreen_controller.cc', 548 'wm/immersive_fullscreen_controller.cc',
549 'wm/immersive_fullscreen_controller.h', 549 'wm/immersive_fullscreen_controller.h',
550 'wm/immersive_revealed_lock.cc', 550 'wm/immersive_revealed_lock.cc',
551 'wm/immersive_revealed_lock.h', 551 'wm/immersive_revealed_lock.h',
552 'wm/lock_state_controller.cc', 552 'wm/lock_state_controller.cc',
553 'wm/lock_state_controller.h', 553 'wm/lock_state_controller.h',
554 'wm/lock_state_observer.h', 554 'wm/lock_state_observer.h',
555 'wm/maximize_mode/maximize_mode_controller.cc',
556 'wm/maximize_mode/maximize_mode_controller.h',
555 'wm/maximize_mode/maximize_mode_window_manager.cc', 557 'wm/maximize_mode/maximize_mode_window_manager.cc',
556 'wm/maximize_mode/maximize_mode_window_manager.h', 558 'wm/maximize_mode/maximize_mode_window_manager.h',
557 'wm/maximize_mode/maximize_mode_window_state.cc', 559 'wm/maximize_mode/maximize_mode_window_state.cc',
558 'wm/maximize_mode/maximize_mode_window_state.h', 560 'wm/maximize_mode/maximize_mode_window_state.h',
559 'wm/maximize_mode/workspace_backdrop_delegate.cc', 561 'wm/maximize_mode/workspace_backdrop_delegate.cc',
560 'wm/maximize_mode/workspace_backdrop_delegate.h', 562 'wm/maximize_mode/workspace_backdrop_delegate.h',
561 'wm/mru_window_tracker.cc', 563 'wm/mru_window_tracker.cc',
562 'wm/mru_window_tracker.h', 564 'wm/mru_window_tracker.h',
563 'wm/overlay_event_filter.cc', 565 'wm/overlay_event_filter.cc',
564 'wm/overlay_event_filter.h', 566 'wm/overlay_event_filter.h',
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 'tooltips/tooltip_controller_unittest.cc', 960 'tooltips/tooltip_controller_unittest.cc',
959 'touch/touch_observer_hud_unittest.cc', 961 'touch/touch_observer_hud_unittest.cc',
960 'wm/app_list_controller_unittest.cc', 962 'wm/app_list_controller_unittest.cc',
961 'wm/ash_native_cursor_manager_unittest.cc', 963 'wm/ash_native_cursor_manager_unittest.cc',
962 'wm/dock/docked_window_layout_manager_unittest.cc', 964 'wm/dock/docked_window_layout_manager_unittest.cc',
963 'wm/dock/docked_window_resizer_unittest.cc', 965 'wm/dock/docked_window_resizer_unittest.cc',
964 'wm/drag_window_resizer_unittest.cc', 966 'wm/drag_window_resizer_unittest.cc',
965 'wm/gestures/overview_gesture_handler_unittest.cc', 967 'wm/gestures/overview_gesture_handler_unittest.cc',
966 'wm/immersive_fullscreen_controller_unittest.cc', 968 'wm/immersive_fullscreen_controller_unittest.cc',
967 'wm/lock_state_controller_unittest.cc', 969 'wm/lock_state_controller_unittest.cc',
970 'wm/maximize_mode/maximize_mode_controller_unittest.cc',
968 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc', 971 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc',
969 'wm/mru_window_tracker_unittest.cc', 972 'wm/mru_window_tracker_unittest.cc',
970 'wm/overview/window_selector_unittest.cc', 973 'wm/overview/window_selector_unittest.cc',
971 'wm/panels/panel_layout_manager_unittest.cc', 974 'wm/panels/panel_layout_manager_unittest.cc',
972 'wm/panels/panel_window_resizer_unittest.cc', 975 'wm/panels/panel_window_resizer_unittest.cc',
973 'wm/partial_screenshot_view_unittest.cc', 976 'wm/partial_screenshot_view_unittest.cc',
974 'wm/resize_shadow_and_cursor_unittest.cc', 977 'wm/resize_shadow_and_cursor_unittest.cc',
975 'wm/screen_dimmer_unittest.cc', 978 'wm/screen_dimmer_unittest.cc',
976 'wm/stacking_controller_unittest.cc', 979 'wm/stacking_controller_unittest.cc',
977 'wm/system_gesture_event_filter_unittest.cc', 980 'wm/system_gesture_event_filter_unittest.cc',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
1140 }], 1143 }],
1141 ['chromeos==1', { 1144 ['chromeos==1', {
1142 'dependencies': [ 1145 'dependencies': [
1143 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1146 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1144 ], 1147 ],
1145 }], 1148 }],
1146 ], 1149 ],
1147 }, 1150 },
1148 ], 1151 ],
1149 } 1152 }
OLDNEW
« no previous file with comments | « no previous file | ash/shell.h » ('j') | ash/wm/maximize_mode/maximize_mode_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698