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

Side by Side Diff: ash/ash.gyp

Issue 2224653002: mash: Remove ash::ShelfGestureHandler and ui::ET_GESTURE_WIN8_EDGE_SWIPE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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
« no previous file with comments | « no previous file | ash/aura/wm_shelf_aura.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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands_aura.cc', 10 'accelerators/accelerator_commands_aura.cc',
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 'wm/dim_window.cc', 704 'wm/dim_window.cc',
705 'wm/dim_window.h', 705 'wm/dim_window.h',
706 'wm/drag_window_controller.cc', 706 'wm/drag_window_controller.cc',
707 'wm/drag_window_controller.h', 707 'wm/drag_window_controller.h',
708 'wm/drag_window_resizer.cc', 708 'wm/drag_window_resizer.cc',
709 'wm/drag_window_resizer.h', 709 'wm/drag_window_resizer.h',
710 'wm/event_client_impl.cc', 710 'wm/event_client_impl.cc',
711 'wm/event_client_impl.h', 711 'wm/event_client_impl.h',
712 'wm/gestures/overview_gesture_handler.cc', 712 'wm/gestures/overview_gesture_handler.cc',
713 'wm/gestures/overview_gesture_handler.h', 713 'wm/gestures/overview_gesture_handler.h',
714 'wm/gestures/shelf_gesture_handler.cc',
715 'wm/gestures/shelf_gesture_handler.h',
716 'wm/immersive_fullscreen_controller.cc', 714 'wm/immersive_fullscreen_controller.cc',
717 'wm/immersive_fullscreen_controller.h', 715 'wm/immersive_fullscreen_controller.h',
718 'wm/lock_layout_manager.cc', 716 'wm/lock_layout_manager.cc',
719 'wm/lock_layout_manager.h', 717 'wm/lock_layout_manager.h',
720 'wm/lock_state_controller.cc', 718 'wm/lock_state_controller.cc',
721 'wm/lock_state_controller.h', 719 'wm/lock_state_controller.h',
722 'wm/lock_window_state.cc', 720 'wm/lock_window_state.cc',
723 'wm/lock_window_state.h', 721 'wm/lock_window_state.h',
724 'wm/maximize_mode/maximize_mode_event_handler_aura.cc', 722 'wm/maximize_mode/maximize_mode_event_handler_aura.cc',
725 'wm/maximize_mode/maximize_mode_event_handler_aura.h', 723 'wm/maximize_mode/maximize_mode_event_handler_aura.h',
(...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after
1485 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1483 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1486 ], 1484 ],
1487 } 1485 }
1488 ], 1486 ],
1489 ], 1487 ],
1490 }, 1488 },
1491 ], 1489 ],
1492 }], 1490 }],
1493 ], 1491 ],
1494 } 1492 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/wm_shelf_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698