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

Side by Side Diff: ash/ash.gyp

Issue 20415002: Add window overview mode behind --ash-enable-overview-mode flag to F5 key. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove implicit cast to bool. Created 7 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 | « ash/accelerators/accelerator_controller.cc ('k') | ash/ash_switches.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 'includes': [ 10 'includes': [
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 'wm/window_animations.cc', 474 'wm/window_animations.cc',
475 'wm/window_animations.h', 475 'wm/window_animations.h',
476 'wm/window_cycle_controller.cc', 476 'wm/window_cycle_controller.cc',
477 'wm/window_cycle_controller.h', 477 'wm/window_cycle_controller.h',
478 'wm/window_cycle_list.cc', 478 'wm/window_cycle_list.cc',
479 'wm/window_cycle_list.h', 479 'wm/window_cycle_list.h',
480 'wm/window_properties.cc', 480 'wm/window_properties.cc',
481 'wm/window_properties.h', 481 'wm/window_properties.h',
482 'wm/window_resizer.cc', 482 'wm/window_resizer.cc',
483 'wm/window_resizer.h', 483 'wm/window_resizer.h',
484 'wm/window_selector.cc',
485 'wm/window_selector.h',
486 'wm/window_selector_controller.cc',
487 'wm/window_selector_controller.h',
488 'wm/window_selector_delegate.h',
484 'wm/window_util.cc', 489 'wm/window_util.cc',
485 'wm/window_util.h', 490 'wm/window_util.h',
486 'wm/workspace_controller.cc', 491 'wm/workspace_controller.cc',
487 'wm/workspace_controller.h', 492 'wm/workspace_controller.h',
488 'wm/workspace/auto_window_management.cc', 493 'wm/workspace/auto_window_management.cc',
489 'wm/workspace/auto_window_management.h', 494 'wm/workspace/auto_window_management.h',
490 'wm/workspace/colored_window_controller.cc', 495 'wm/workspace/colored_window_controller.cc',
491 'wm/workspace/colored_window_controller.h', 496 'wm/workspace/colored_window_controller.h',
492 'wm/workspace/desktop_background_fade_controller.cc', 497 'wm/workspace/desktop_background_fade_controller.cc',
493 'wm/workspace/desktop_background_fade_controller.h', 498 'wm/workspace/desktop_background_fade_controller.h',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 'wm/sticky_keys_unittest.cc', 744 'wm/sticky_keys_unittest.cc',
740 'wm/system_gesture_event_filter_unittest.cc', 745 'wm/system_gesture_event_filter_unittest.cc',
741 'wm/system_modal_container_layout_manager_unittest.cc', 746 'wm/system_modal_container_layout_manager_unittest.cc',
742 'wm/toplevel_window_event_handler_unittest.cc', 747 'wm/toplevel_window_event_handler_unittest.cc',
743 'wm/user_activity_detector_unittest.cc', 748 'wm/user_activity_detector_unittest.cc',
744 'wm/video_detector_unittest.cc', 749 'wm/video_detector_unittest.cc',
745 'wm/window_animations_unittest.cc', 750 'wm/window_animations_unittest.cc',
746 'wm/window_cycle_controller_unittest.cc', 751 'wm/window_cycle_controller_unittest.cc',
747 'wm/window_manager_unittest.cc', 752 'wm/window_manager_unittest.cc',
748 'wm/window_modality_controller_unittest.cc', 753 'wm/window_modality_controller_unittest.cc',
754 'wm/window_selector_unittest.cc',
749 'wm/window_util_unittest.cc', 755 'wm/window_util_unittest.cc',
750 'wm/workspace_controller_test_helper.cc', 756 'wm/workspace_controller_test_helper.cc',
751 'wm/workspace_controller_test_helper.h', 757 'wm/workspace_controller_test_helper.h',
752 'wm/workspace/magnetism_matcher_unittest.cc', 758 'wm/workspace/magnetism_matcher_unittest.cc',
753 'wm/workspace/multi_window_resize_controller_unittest.cc', 759 'wm/workspace/multi_window_resize_controller_unittest.cc',
754 'wm/workspace/workspace_event_handler_test_helper.cc', 760 'wm/workspace/workspace_event_handler_test_helper.cc',
755 'wm/workspace/workspace_event_handler_test_helper.h', 761 'wm/workspace/workspace_event_handler_test_helper.h',
756 'wm/workspace/workspace_event_handler_unittest.cc', 762 'wm/workspace/workspace_event_handler_unittest.cc',
757 'wm/workspace/workspace_layout_manager_unittest.cc', 763 'wm/workspace/workspace_layout_manager_unittest.cc',
758 'wm/workspace/workspace_manager_unittest.cc', 764 'wm/workspace/workspace_manager_unittest.cc',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 'shell/cocoa/app-Info.plist', 915 'shell/cocoa/app-Info.plist',
910 ], 916 ],
911 'xcode_settings': { 917 'xcode_settings': {
912 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 918 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
913 }, 919 },
914 }], 920 }],
915 ], 921 ],
916 }, 922 },
917 ], 923 ],
918 } 924 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698