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

Side by Side Diff: ash/ash.gyp

Issue 230613004: Block keyboard and mouse input when maximize mode is activated by accelerometer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with master. 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/desktop_background/desktop_background_controller.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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 'wm/image_cursors.h', 570 'wm/image_cursors.h',
571 'wm/immersive_fullscreen_controller.cc', 571 'wm/immersive_fullscreen_controller.cc',
572 'wm/immersive_fullscreen_controller.h', 572 'wm/immersive_fullscreen_controller.h',
573 'wm/immersive_revealed_lock.cc', 573 'wm/immersive_revealed_lock.cc',
574 'wm/immersive_revealed_lock.h', 574 'wm/immersive_revealed_lock.h',
575 'wm/lock_state_controller.cc', 575 'wm/lock_state_controller.cc',
576 'wm/lock_state_controller.h', 576 'wm/lock_state_controller.h',
577 'wm/lock_state_observer.h', 577 'wm/lock_state_observer.h',
578 'wm/maximize_mode/maximize_mode_controller.cc', 578 'wm/maximize_mode/maximize_mode_controller.cc',
579 'wm/maximize_mode/maximize_mode_controller.h', 579 'wm/maximize_mode/maximize_mode_controller.h',
580 'wm/maximize_mode/maximize_mode_event_blocker.cc',
581 'wm/maximize_mode/maximize_mode_event_blocker.h',
580 'wm/maximize_mode/maximize_mode_window_manager.cc', 582 'wm/maximize_mode/maximize_mode_window_manager.cc',
581 'wm/maximize_mode/maximize_mode_window_manager.h', 583 'wm/maximize_mode/maximize_mode_window_manager.h',
582 'wm/maximize_mode/maximize_mode_window_state.cc', 584 'wm/maximize_mode/maximize_mode_window_state.cc',
583 'wm/maximize_mode/maximize_mode_window_state.h', 585 'wm/maximize_mode/maximize_mode_window_state.h',
584 'wm/maximize_mode/workspace_backdrop_delegate.cc', 586 'wm/maximize_mode/workspace_backdrop_delegate.cc',
585 'wm/maximize_mode/workspace_backdrop_delegate.h', 587 'wm/maximize_mode/workspace_backdrop_delegate.h',
586 'wm/mru_window_tracker.cc', 588 'wm/mru_window_tracker.cc',
587 'wm/mru_window_tracker.h', 589 'wm/mru_window_tracker.h',
588 'wm/overlay_event_filter.cc', 590 'wm/overlay_event_filter.cc',
589 'wm/overlay_event_filter.h', 591 'wm/overlay_event_filter.h',
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
1170 }], 1172 }],
1171 ['chromeos==1', { 1173 ['chromeos==1', {
1172 'dependencies': [ 1174 'dependencies': [
1173 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1175 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1174 ], 1176 ],
1175 }], 1177 }],
1176 ], 1178 ],
1177 }, 1179 },
1178 ], 1180 ],
1179 } 1181 }
OLDNEW
« no previous file with comments | « no previous file | ash/desktop_background/desktop_background_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698