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

Side by Side Diff: ash/ash.gyp

Issue 313913004: Block internal PlatformEvents before they are dispatched in touchview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix updating cursor on enter notify. Created 6 years, 6 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/wm/maximize_mode/internal_input_device_list.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 'targets': [ 10 'targets': [
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 'wm/immersive_fullscreen_controller.h', 564 'wm/immersive_fullscreen_controller.h',
565 'wm/immersive_revealed_lock.cc', 565 'wm/immersive_revealed_lock.cc',
566 'wm/immersive_revealed_lock.h', 566 'wm/immersive_revealed_lock.h',
567 'wm/lock_layout_manager.cc', 567 'wm/lock_layout_manager.cc',
568 'wm/lock_layout_manager.h', 568 'wm/lock_layout_manager.h',
569 'wm/lock_state_controller.cc', 569 'wm/lock_state_controller.cc',
570 'wm/lock_state_controller.h', 570 'wm/lock_state_controller.h',
571 'wm/lock_state_observer.h', 571 'wm/lock_state_observer.h',
572 'wm/lock_window_state.cc', 572 'wm/lock_window_state.cc',
573 'wm/lock_window_state.h', 573 'wm/lock_window_state.h',
574 'wm/maximize_mode/internal_input_device_list.h',
575 'wm/maximize_mode/internal_input_device_list_x11.cc',
576 'wm/maximize_mode/internal_input_device_list_x11.h',
577 'wm/maximize_mode/maximize_mode_controller.cc', 574 'wm/maximize_mode/maximize_mode_controller.cc',
578 'wm/maximize_mode/maximize_mode_controller.h', 575 'wm/maximize_mode/maximize_mode_controller.h',
579 'wm/maximize_mode/maximize_mode_event_blocker.cc',
580 'wm/maximize_mode/maximize_mode_event_blocker.h',
581 'wm/maximize_mode/maximize_mode_window_manager.cc', 576 'wm/maximize_mode/maximize_mode_window_manager.cc',
582 'wm/maximize_mode/maximize_mode_window_manager.h', 577 'wm/maximize_mode/maximize_mode_window_manager.h',
583 'wm/maximize_mode/maximize_mode_window_state.cc', 578 'wm/maximize_mode/maximize_mode_window_state.cc',
584 'wm/maximize_mode/maximize_mode_window_state.h', 579 'wm/maximize_mode/maximize_mode_window_state.h',
580 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h',
581 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc',
582 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h',
585 'wm/maximize_mode/workspace_backdrop_delegate.cc', 583 'wm/maximize_mode/workspace_backdrop_delegate.cc',
586 'wm/maximize_mode/workspace_backdrop_delegate.h', 584 'wm/maximize_mode/workspace_backdrop_delegate.h',
587 'wm/mru_window_tracker.cc', 585 'wm/mru_window_tracker.cc',
588 'wm/mru_window_tracker.h', 586 'wm/mru_window_tracker.h',
589 'wm/overlay_event_filter.cc', 587 'wm/overlay_event_filter.cc',
590 'wm/overlay_event_filter.h', 588 'wm/overlay_event_filter.h',
591 'wm/overview/scoped_transform_overview_window.cc', 589 'wm/overview/scoped_transform_overview_window.cc',
592 'wm/overview/scoped_transform_overview_window.h', 590 'wm/overview/scoped_transform_overview_window.h',
593 'wm/overview/scoped_window_copy.cc', 591 'wm/overview/scoped_window_copy.cc',
594 'wm/overview/scoped_window_copy.h', 592 'wm/overview/scoped_window_copy.h',
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
1221 'conditions': [ 1219 'conditions': [
1222 ['chromeos==1', { 1220 ['chromeos==1', {
1223 'dependencies': [ 1221 'dependencies': [
1224 '../ui/display/display.gyp:display', 1222 '../ui/display/display.gyp:display',
1225 ], 1223 ],
1226 }], 1224 }],
1227 ], 1225 ],
1228 }, 1226 },
1229 ], 1227 ],
1230 } 1228 }
OLDNEW
« no previous file with comments | « no previous file | ash/wm/maximize_mode/internal_input_device_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698