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

Side by Side Diff: ash/ash.gyp

Issue 236173003: Merge 261645 "Enable maximize mode when keyboard is open past 18..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1916/src/
Patch Set: 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') | no next file with comments »
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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 'tooltips/tooltip_controller_unittest.cc', 964 'tooltips/tooltip_controller_unittest.cc',
963 'touch/touch_observer_hud_unittest.cc', 965 'touch/touch_observer_hud_unittest.cc',
964 'wm/app_list_controller_unittest.cc', 966 'wm/app_list_controller_unittest.cc',
965 'wm/ash_native_cursor_manager_unittest.cc', 967 'wm/ash_native_cursor_manager_unittest.cc',
966 'wm/dock/docked_window_layout_manager_unittest.cc', 968 'wm/dock/docked_window_layout_manager_unittest.cc',
967 'wm/dock/docked_window_resizer_unittest.cc', 969 'wm/dock/docked_window_resizer_unittest.cc',
968 'wm/drag_window_resizer_unittest.cc', 970 'wm/drag_window_resizer_unittest.cc',
969 'wm/gestures/overview_gesture_handler_unittest.cc', 971 'wm/gestures/overview_gesture_handler_unittest.cc',
970 'wm/immersive_fullscreen_controller_unittest.cc', 972 'wm/immersive_fullscreen_controller_unittest.cc',
971 'wm/lock_state_controller_unittest.cc', 973 'wm/lock_state_controller_unittest.cc',
974 'wm/maximize_mode/maximize_mode_controller_unittest.cc',
972 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc', 975 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc',
973 'wm/mru_window_tracker_unittest.cc', 976 'wm/mru_window_tracker_unittest.cc',
974 'wm/overview/window_selector_unittest.cc', 977 'wm/overview/window_selector_unittest.cc',
975 'wm/panels/panel_layout_manager_unittest.cc', 978 'wm/panels/panel_layout_manager_unittest.cc',
976 'wm/panels/panel_window_resizer_unittest.cc', 979 'wm/panels/panel_window_resizer_unittest.cc',
977 'wm/partial_screenshot_view_unittest.cc', 980 'wm/partial_screenshot_view_unittest.cc',
978 'wm/resize_shadow_and_cursor_unittest.cc', 981 'wm/resize_shadow_and_cursor_unittest.cc',
979 'wm/screen_dimmer_unittest.cc', 982 'wm/screen_dimmer_unittest.cc',
980 'wm/stacking_controller_unittest.cc', 983 'wm/stacking_controller_unittest.cc',
981 'wm/system_gesture_event_filter_unittest.cc', 984 'wm/system_gesture_event_filter_unittest.cc',
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
1146 }], 1149 }],
1147 ['chromeos==1', { 1150 ['chromeos==1', {
1148 'dependencies': [ 1151 'dependencies': [
1149 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1152 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1150 ], 1153 ],
1151 }], 1154 }],
1152 ], 1155 ],
1153 }, 1156 },
1154 ], 1157 ],
1155 } 1158 }
OLDNEW
« no previous file with comments | « no previous file | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698