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

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: Created 7 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
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 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 'wm/window_animations.cc', 471 'wm/window_animations.cc',
472 'wm/window_animations.h', 472 'wm/window_animations.h',
473 'wm/window_cycle_controller.cc', 473 'wm/window_cycle_controller.cc',
474 'wm/window_cycle_controller.h', 474 'wm/window_cycle_controller.h',
475 'wm/window_cycle_list.cc', 475 'wm/window_cycle_list.cc',
476 'wm/window_cycle_list.h', 476 'wm/window_cycle_list.h',
477 'wm/window_properties.cc', 477 'wm/window_properties.cc',
478 'wm/window_properties.h', 478 'wm/window_properties.h',
479 'wm/window_resizer.cc', 479 'wm/window_resizer.cc',
480 'wm/window_resizer.h', 480 'wm/window_resizer.h',
481 'wm/window_selector.cc',
482 'wm/window_selector.h',
483 'wm/window_selector_delegate.h',
481 'wm/window_util.cc', 484 'wm/window_util.cc',
482 'wm/window_util.h', 485 'wm/window_util.h',
483 'wm/workspace_controller.cc', 486 'wm/workspace_controller.cc',
484 'wm/workspace_controller.h', 487 'wm/workspace_controller.h',
485 'wm/workspace/auto_window_management.cc', 488 'wm/workspace/auto_window_management.cc',
486 'wm/workspace/auto_window_management.h', 489 'wm/workspace/auto_window_management.h',
487 'wm/workspace/colored_window_controller.cc', 490 'wm/workspace/colored_window_controller.cc',
488 'wm/workspace/colored_window_controller.h', 491 'wm/workspace/colored_window_controller.h',
489 'wm/workspace/desktop_background_fade_controller.cc', 492 'wm/workspace/desktop_background_fade_controller.cc',
490 'wm/workspace/desktop_background_fade_controller.h', 493 'wm/workspace/desktop_background_fade_controller.h',
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 'wm/sticky_keys_unittest.cc', 744 'wm/sticky_keys_unittest.cc',
742 'wm/system_gesture_event_filter_unittest.cc', 745 'wm/system_gesture_event_filter_unittest.cc',
743 'wm/system_modal_container_layout_manager_unittest.cc', 746 'wm/system_modal_container_layout_manager_unittest.cc',
744 'wm/toplevel_window_event_handler_unittest.cc', 747 'wm/toplevel_window_event_handler_unittest.cc',
745 'wm/user_activity_detector_unittest.cc', 748 'wm/user_activity_detector_unittest.cc',
746 'wm/video_detector_unittest.cc', 749 'wm/video_detector_unittest.cc',
747 'wm/window_animations_unittest.cc', 750 'wm/window_animations_unittest.cc',
748 'wm/window_cycle_controller_unittest.cc', 751 'wm/window_cycle_controller_unittest.cc',
749 'wm/window_manager_unittest.cc', 752 'wm/window_manager_unittest.cc',
750 'wm/window_modality_controller_unittest.cc', 753 'wm/window_modality_controller_unittest.cc',
754 'wm/window_selector_unittest.cc',
751 'wm/window_util_unittest.cc', 755 'wm/window_util_unittest.cc',
752 'wm/workspace_controller_test_helper.cc', 756 'wm/workspace_controller_test_helper.cc',
753 'wm/workspace_controller_test_helper.h', 757 'wm/workspace_controller_test_helper.h',
754 'wm/workspace/magnetism_matcher_unittest.cc', 758 'wm/workspace/magnetism_matcher_unittest.cc',
755 'wm/workspace/multi_window_resize_controller_unittest.cc', 759 'wm/workspace/multi_window_resize_controller_unittest.cc',
756 'wm/workspace/workspace_event_handler_test_helper.cc', 760 'wm/workspace/workspace_event_handler_test_helper.cc',
757 'wm/workspace/workspace_event_handler_test_helper.h', 761 'wm/workspace/workspace_event_handler_test_helper.h',
758 'wm/workspace/workspace_event_handler_unittest.cc', 762 'wm/workspace/workspace_event_handler_unittest.cc',
759 'wm/workspace/workspace_layout_manager_unittest.cc', 763 'wm/workspace/workspace_layout_manager_unittest.cc',
760 'wm/workspace/workspace_manager_unittest.cc', 764 'wm/workspace/workspace_manager_unittest.cc',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
903 'shell/cocoa/app-Info.plist', 907 'shell/cocoa/app-Info.plist',
904 ], 908 ],
905 'xcode_settings': { 909 'xcode_settings': {
906 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 910 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
907 }, 911 },
908 }], 912 }],
909 ], 913 ],
910 }, 914 },
911 ], 915 ],
912 } 916 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698