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

Side by Side Diff: ash/ash.gyp

Issue 269633005: Only block internal touchpad and allow external mice to continue working in maximize mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move internal device tracking to a separate class with only an X11 implementation. Created 6 years, 7 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
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 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 'wm/gestures/shelf_gesture_handler.h', 561 'wm/gestures/shelf_gesture_handler.h',
562 'wm/gestures/tray_gesture_handler.cc', 562 'wm/gestures/tray_gesture_handler.cc',
563 'wm/gestures/tray_gesture_handler.h', 563 'wm/gestures/tray_gesture_handler.h',
564 'wm/immersive_fullscreen_controller.cc', 564 'wm/immersive_fullscreen_controller.cc',
565 'wm/immersive_fullscreen_controller.h', 565 'wm/immersive_fullscreen_controller.h',
566 'wm/immersive_revealed_lock.cc', 566 'wm/immersive_revealed_lock.cc',
567 'wm/immersive_revealed_lock.h', 567 'wm/immersive_revealed_lock.h',
568 'wm/lock_state_controller.cc', 568 'wm/lock_state_controller.cc',
569 'wm/lock_state_controller.h', 569 'wm/lock_state_controller.h',
570 'wm/lock_state_observer.h', 570 'wm/lock_state_observer.h',
571 'wm/maximize_mode/internal_input_device_list.h',
572 'wm/maximize_mode/internal_input_device_list_x11.cc',
573 'wm/maximize_mode/internal_input_device_list_x11.h',
571 'wm/maximize_mode/maximize_mode_controller.cc', 574 'wm/maximize_mode/maximize_mode_controller.cc',
572 'wm/maximize_mode/maximize_mode_controller.h', 575 'wm/maximize_mode/maximize_mode_controller.h',
573 'wm/maximize_mode/maximize_mode_event_blocker.cc', 576 'wm/maximize_mode/maximize_mode_event_blocker.cc',
574 'wm/maximize_mode/maximize_mode_event_blocker.h', 577 'wm/maximize_mode/maximize_mode_event_blocker.h',
575 'wm/maximize_mode/maximize_mode_window_manager.cc', 578 'wm/maximize_mode/maximize_mode_window_manager.cc',
576 'wm/maximize_mode/maximize_mode_window_manager.h', 579 'wm/maximize_mode/maximize_mode_window_manager.h',
577 'wm/maximize_mode/maximize_mode_window_state.cc', 580 'wm/maximize_mode/maximize_mode_window_state.cc',
578 'wm/maximize_mode/maximize_mode_window_state.h', 581 'wm/maximize_mode/maximize_mode_window_state.h',
579 'wm/maximize_mode/workspace_backdrop_delegate.cc', 582 'wm/maximize_mode/workspace_backdrop_delegate.cc',
580 'wm/maximize_mode/workspace_backdrop_delegate.h', 583 'wm/maximize_mode/workspace_backdrop_delegate.h',
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
1189 'ash_shell_lib', 1192 'ash_shell_lib',
1190 'ash_test_support', 1193 'ash_test_support',
1191 ], 1194 ],
1192 'sources': [ 1195 'sources': [
1193 'shell/window_watcher_unittest.cc', 1196 'shell/window_watcher_unittest.cc',
1194 'test/ash_unittests.cc', 1197 'test/ash_unittests.cc',
1195 ], 1198 ],
1196 }, 1199 },
1197 ], 1200 ],
1198 } 1201 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698