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

Side by Side Diff: ash/ash.gyp

Issue 2072853002: Implement "pinned" mode in ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 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
« no previous file with comments | « ash/accelerators/accelerator_table.cc ('k') | ash/aura/wm_shell_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.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 'wm/power_button_controller.cc', 712 'wm/power_button_controller.cc',
713 'wm/power_button_controller.h', 713 'wm/power_button_controller.h',
714 'wm/resize_handle_window_targeter.cc', 714 'wm/resize_handle_window_targeter.cc',
715 'wm/resize_handle_window_targeter.h', 715 'wm/resize_handle_window_targeter.h',
716 'wm/resize_shadow.cc', 716 'wm/resize_shadow.cc',
717 'wm/resize_shadow.h', 717 'wm/resize_shadow.h',
718 'wm/resize_shadow_controller.cc', 718 'wm/resize_shadow_controller.cc',
719 'wm/resize_shadow_controller.h', 719 'wm/resize_shadow_controller.h',
720 'wm/screen_dimmer.cc', 720 'wm/screen_dimmer.cc',
721 'wm/screen_dimmer.h', 721 'wm/screen_dimmer.h',
722 'wm/screen_pinning_controller.cc',
723 'wm/screen_pinning_controller.h',
722 'wm/session_state_animator.cc', 724 'wm/session_state_animator.cc',
723 'wm/session_state_animator.h', 725 'wm/session_state_animator.h',
724 'wm/session_state_animator_impl.cc', 726 'wm/session_state_animator_impl.cc',
725 'wm/session_state_animator_impl.h', 727 'wm/session_state_animator_impl.h',
726 'wm/stacking_controller.cc', 728 'wm/stacking_controller.cc',
727 'wm/stacking_controller.h', 729 'wm/stacking_controller.h',
728 'wm/status_area_layout_manager.cc', 730 'wm/status_area_layout_manager.cc',
729 'wm/status_area_layout_manager.h', 731 'wm/status_area_layout_manager.h',
730 'wm/system_background_controller.cc', 732 'wm/system_background_controller.cc',
731 'wm/system_background_controller.h', 733 'wm/system_background_controller.h',
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
994 'wm/maximize_mode/maximize_mode_controller_unittest.cc', 996 'wm/maximize_mode/maximize_mode_controller_unittest.cc',
995 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc', 997 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc',
996 'wm/mru_window_tracker_unittest.cc', 998 'wm/mru_window_tracker_unittest.cc',
997 'wm/overlay_event_filter_unittest.cc', 999 'wm/overlay_event_filter_unittest.cc',
998 'wm/overview/window_selector_unittest.cc', 1000 'wm/overview/window_selector_unittest.cc',
999 'wm/panels/panel_layout_manager_unittest.cc', 1001 'wm/panels/panel_layout_manager_unittest.cc',
1000 'wm/panels/panel_window_resizer_unittest.cc', 1002 'wm/panels/panel_window_resizer_unittest.cc',
1001 'wm/resize_shadow_and_cursor_unittest.cc', 1003 'wm/resize_shadow_and_cursor_unittest.cc',
1002 'wm/root_window_layout_manager_unittest.cc', 1004 'wm/root_window_layout_manager_unittest.cc',
1003 'wm/screen_dimmer_unittest.cc', 1005 'wm/screen_dimmer_unittest.cc',
1006 'wm/screen_pinning_controller_unittest.cc',
1004 'wm/session_state_animator_impl_unittest.cc', 1007 'wm/session_state_animator_impl_unittest.cc',
1005 'wm/stacking_controller_unittest.cc', 1008 'wm/stacking_controller_unittest.cc',
1006 'wm/system_gesture_event_filter_unittest.cc', 1009 'wm/system_gesture_event_filter_unittest.cc',
1007 'wm/system_modal_container_layout_manager_unittest.cc', 1010 'wm/system_modal_container_layout_manager_unittest.cc',
1008 'wm/toplevel_window_event_handler_unittest.cc', 1011 'wm/toplevel_window_event_handler_unittest.cc',
1009 'wm/video_detector_unittest.cc', 1012 'wm/video_detector_unittest.cc',
1010 'wm/window_animations_unittest.cc', 1013 'wm/window_animations_unittest.cc',
1011 'wm/window_cycle_controller_unittest.cc', 1014 'wm/window_cycle_controller_unittest.cc',
1012 'wm/window_manager_unittest.cc', 1015 'wm/window_manager_unittest.cc',
1013 'wm/window_modality_controller_unittest.cc', 1016 'wm/window_modality_controller_unittest.cc',
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1453 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1451 ], 1454 ],
1452 } 1455 }
1453 ], 1456 ],
1454 ], 1457 ],
1455 }, 1458 },
1456 ], 1459 ],
1457 }], 1460 }],
1458 ], 1461 ],
1459 } 1462 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_table.cc ('k') | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698