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

Side by Side Diff: ash/ash.gyp

Issue 22929034: Relocate and refactor overview mode files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extra newline 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 | Annotate | Revision Log
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/shell.cc » ('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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 'wm/lock_state_controller.h', 423 'wm/lock_state_controller.h',
424 'wm/lock_state_controller_impl2.cc', 424 'wm/lock_state_controller_impl2.cc',
425 'wm/lock_state_controller_impl2.h', 425 'wm/lock_state_controller_impl2.h',
426 'wm/lock_state_observer.h', 426 'wm/lock_state_observer.h',
427 'wm/maximize_bubble_controller.cc', 427 'wm/maximize_bubble_controller.cc',
428 'wm/maximize_bubble_controller.h', 428 'wm/maximize_bubble_controller.h',
429 'wm/mru_window_tracker.cc', 429 'wm/mru_window_tracker.cc',
430 'wm/mru_window_tracker.h', 430 'wm/mru_window_tracker.h',
431 'wm/overlay_event_filter.cc', 431 'wm/overlay_event_filter.cc',
432 'wm/overlay_event_filter.h', 432 'wm/overlay_event_filter.h',
433 'wm/overview/window_selector.cc',
434 'wm/overview/window_selector.h',
435 'wm/overview/window_selector_controller.cc',
436 'wm/overview/window_selector_controller.h',
437 'wm/overview/window_selector_delegate.h',
438 'wm/overview/window_selector_window.cc',
439 'wm/overview/window_selector_window.h',
433 'wm/panels/panel_frame_view.cc', 440 'wm/panels/panel_frame_view.cc',
434 'wm/panels/panel_frame_view.h', 441 'wm/panels/panel_frame_view.h',
435 'wm/panels/panel_layout_manager.cc', 442 'wm/panels/panel_layout_manager.cc',
436 'wm/panels/panel_layout_manager.h', 443 'wm/panels/panel_layout_manager.h',
437 'wm/panels/panel_window_event_handler.cc', 444 'wm/panels/panel_window_event_handler.cc',
438 'wm/panels/panel_window_event_handler.h', 445 'wm/panels/panel_window_event_handler.h',
439 'wm/panels/panel_window_resizer.cc', 446 'wm/panels/panel_window_resizer.cc',
440 'wm/panels/panel_window_resizer.h', 447 'wm/panels/panel_window_resizer.h',
441 'wm/partial_screenshot_view.cc', 448 'wm/partial_screenshot_view.cc',
442 'wm/partial_screenshot_view.h', 449 'wm/partial_screenshot_view.h',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 'wm/window_animations.cc', 488 'wm/window_animations.cc',
482 'wm/window_animations.h', 489 'wm/window_animations.h',
483 'wm/window_cycle_controller.cc', 490 'wm/window_cycle_controller.cc',
484 'wm/window_cycle_controller.h', 491 'wm/window_cycle_controller.h',
485 'wm/window_cycle_list.cc', 492 'wm/window_cycle_list.cc',
486 'wm/window_cycle_list.h', 493 'wm/window_cycle_list.h',
487 'wm/window_properties.cc', 494 'wm/window_properties.cc',
488 'wm/window_properties.h', 495 'wm/window_properties.h',
489 'wm/window_resizer.cc', 496 'wm/window_resizer.cc',
490 'wm/window_resizer.h', 497 'wm/window_resizer.h',
491 'wm/window_selector.cc',
492 'wm/window_selector.h',
493 'wm/window_selector_controller.cc',
494 'wm/window_selector_controller.h',
495 'wm/window_selector_delegate.h',
496 'wm/window_util.cc', 498 'wm/window_util.cc',
497 'wm/window_util.h', 499 'wm/window_util.h',
498 'wm/workspace_controller.cc', 500 'wm/workspace_controller.cc',
499 'wm/workspace_controller.h', 501 'wm/workspace_controller.h',
500 'wm/workspace/auto_window_management.cc', 502 'wm/workspace/auto_window_management.cc',
501 'wm/workspace/auto_window_management.h', 503 'wm/workspace/auto_window_management.h',
502 'wm/workspace/colored_window_controller.cc', 504 'wm/workspace/colored_window_controller.cc',
503 'wm/workspace/colored_window_controller.h', 505 'wm/workspace/colored_window_controller.h',
504 'wm/workspace/desktop_background_fade_controller.cc', 506 'wm/workspace/desktop_background_fade_controller.cc',
505 'wm/workspace/desktop_background_fade_controller.h', 507 'wm/workspace/desktop_background_fade_controller.h',
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 'wm/activation_controller_unittest.cc', 740 'wm/activation_controller_unittest.cc',
739 'wm/ash_activation_controller_unittest.cc', 741 'wm/ash_activation_controller_unittest.cc',
740 'wm/ash_native_cursor_manager_unittest.cc', 742 'wm/ash_native_cursor_manager_unittest.cc',
741 'wm/base_layout_manager_unittest.cc', 743 'wm/base_layout_manager_unittest.cc',
742 'wm/custom_frame_view_ash_unittest.cc', 744 'wm/custom_frame_view_ash_unittest.cc',
743 'wm/dock/docked_window_layout_manager_unittest.cc', 745 'wm/dock/docked_window_layout_manager_unittest.cc',
744 'wm/dock/docked_window_resizer_unittest.cc', 746 'wm/dock/docked_window_resizer_unittest.cc',
745 'wm/drag_window_resizer_unittest.cc', 747 'wm/drag_window_resizer_unittest.cc',
746 'wm/frame_painter_unittest.cc', 748 'wm/frame_painter_unittest.cc',
747 'wm/lock_state_controller_impl2_unittest.cc', 749 'wm/lock_state_controller_impl2_unittest.cc',
750 'wm/overview/window_selector_unittest.cc',
748 'wm/panels/panel_layout_manager_unittest.cc', 751 'wm/panels/panel_layout_manager_unittest.cc',
749 'wm/panels/panel_window_resizer_unittest.cc', 752 'wm/panels/panel_window_resizer_unittest.cc',
750 'wm/partial_screenshot_view_unittest.cc', 753 'wm/partial_screenshot_view_unittest.cc',
751 'wm/power_button_controller_unittest.cc', 754 'wm/power_button_controller_unittest.cc',
752 'wm/screen_dimmer_unittest.cc', 755 'wm/screen_dimmer_unittest.cc',
753 'wm/stacking_controller_unittest.cc', 756 'wm/stacking_controller_unittest.cc',
754 'wm/sticky_keys_unittest.cc', 757 'wm/sticky_keys_unittest.cc',
755 'wm/system_gesture_event_filter_unittest.cc', 758 'wm/system_gesture_event_filter_unittest.cc',
756 'wm/system_modal_container_layout_manager_unittest.cc', 759 'wm/system_modal_container_layout_manager_unittest.cc',
757 'wm/toplevel_window_event_handler_unittest.cc', 760 'wm/toplevel_window_event_handler_unittest.cc',
758 'wm/user_activity_detector_unittest.cc', 761 'wm/user_activity_detector_unittest.cc',
759 'wm/video_detector_unittest.cc', 762 'wm/video_detector_unittest.cc',
760 'wm/window_animations_unittest.cc', 763 'wm/window_animations_unittest.cc',
761 'wm/window_cycle_controller_unittest.cc', 764 'wm/window_cycle_controller_unittest.cc',
762 'wm/window_manager_unittest.cc', 765 'wm/window_manager_unittest.cc',
763 'wm/window_modality_controller_unittest.cc', 766 'wm/window_modality_controller_unittest.cc',
764 'wm/window_selector_unittest.cc',
765 'wm/window_util_unittest.cc', 767 'wm/window_util_unittest.cc',
766 'wm/workspace_controller_test_helper.cc', 768 'wm/workspace_controller_test_helper.cc',
767 'wm/workspace_controller_test_helper.h', 769 'wm/workspace_controller_test_helper.h',
768 'wm/workspace_controller_unittest.cc', 770 'wm/workspace_controller_unittest.cc',
769 'wm/workspace/magnetism_matcher_unittest.cc', 771 'wm/workspace/magnetism_matcher_unittest.cc',
770 'wm/workspace/multi_window_resize_controller_unittest.cc', 772 'wm/workspace/multi_window_resize_controller_unittest.cc',
771 'wm/workspace/workspace_event_handler_test_helper.cc', 773 'wm/workspace/workspace_event_handler_test_helper.cc',
772 'wm/workspace/workspace_event_handler_test_helper.h', 774 'wm/workspace/workspace_event_handler_test_helper.h',
773 'wm/workspace/workspace_event_handler_unittest.cc', 775 'wm/workspace/workspace_event_handler_unittest.cc',
774 'wm/workspace/workspace_layout_manager_unittest.cc', 776 'wm/workspace/workspace_layout_manager_unittest.cc',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 'shell/cocoa/app-Info.plist', 924 'shell/cocoa/app-Info.plist',
923 ], 925 ],
924 'xcode_settings': { 926 'xcode_settings': {
925 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 927 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
926 }, 928 },
927 }], 929 }],
928 ], 930 ],
929 }, 931 },
930 ], 932 ],
931 } 933 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698