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

Side by Side Diff: ash/ash.gyp

Issue 2129773002: [CrOS] Initial rough cut of alt-tab window cycling UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: self review Created 4 years, 5 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/common/ash_switches.h » ('j') | ash/common/ash_switches.h » ('J')
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.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 'wm/cursor_manager_chromeos.cc', 666 'wm/cursor_manager_chromeos.cc',
667 'wm/cursor_manager_chromeos.h', 667 'wm/cursor_manager_chromeos.h',
668 'wm/dim_window.cc', 668 'wm/dim_window.cc',
669 'wm/dim_window.h', 669 'wm/dim_window.h',
670 'wm/drag_window_controller.cc', 670 'wm/drag_window_controller.cc',
671 'wm/drag_window_controller.h', 671 'wm/drag_window_controller.h',
672 'wm/drag_window_resizer.cc', 672 'wm/drag_window_resizer.cc',
673 'wm/drag_window_resizer.h', 673 'wm/drag_window_resizer.h',
674 'wm/event_client_impl.cc', 674 'wm/event_client_impl.cc',
675 'wm/event_client_impl.h', 675 'wm/event_client_impl.h',
676 'wm/forwarding_layer_delegate.cc',
677 'wm/forwarding_layer_delegate.h',
676 'wm/gestures/overview_gesture_handler.cc', 678 'wm/gestures/overview_gesture_handler.cc',
677 'wm/gestures/overview_gesture_handler.h', 679 'wm/gestures/overview_gesture_handler.h',
678 'wm/gestures/shelf_gesture_handler.cc', 680 'wm/gestures/shelf_gesture_handler.cc',
679 'wm/gestures/shelf_gesture_handler.h', 681 'wm/gestures/shelf_gesture_handler.h',
680 'wm/immersive_fullscreen_controller.cc', 682 'wm/immersive_fullscreen_controller.cc',
681 'wm/immersive_fullscreen_controller.h', 683 'wm/immersive_fullscreen_controller.h',
682 'wm/immersive_revealed_lock.cc', 684 'wm/immersive_revealed_lock.cc',
683 'wm/immersive_revealed_lock.h', 685 'wm/immersive_revealed_lock.h',
684 'wm/lock_layout_manager.cc', 686 'wm/lock_layout_manager.cc',
685 'wm/lock_layout_manager.h', 687 'wm/lock_layout_manager.h',
(...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
1452 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1454 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1453 ], 1455 ],
1454 } 1456 }
1455 ], 1457 ],
1456 ], 1458 ],
1457 }, 1459 },
1458 ], 1460 ],
1459 }], 1461 }],
1460 ], 1462 ],
1461 } 1463 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/ash_switches.h » ('j') | ash/common/ash_switches.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698