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

Side by Side Diff: ash/ash.gyp

Issue 23498031: Move code related to the window controls to ash/wm/caption_buttons (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 3 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 | « no previous file | ash/wm/caption_buttons/alternate_frame_caption_button.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 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 'wm/always_on_top_controller.cc', 379 'wm/always_on_top_controller.cc',
380 'wm/always_on_top_controller.h', 380 'wm/always_on_top_controller.h',
381 'wm/ash_native_cursor_manager.cc', 381 'wm/ash_native_cursor_manager.cc',
382 'wm/ash_native_cursor_manager.h', 382 'wm/ash_native_cursor_manager.h',
383 'wm/ash_focus_rules.cc', 383 'wm/ash_focus_rules.cc',
384 'wm/ash_focus_rules.h', 384 'wm/ash_focus_rules.h',
385 'wm/base_layout_manager.cc', 385 'wm/base_layout_manager.cc',
386 'wm/base_layout_manager.h', 386 'wm/base_layout_manager.h',
387 'wm/boot_splash_screen_chromeos.cc', 387 'wm/boot_splash_screen_chromeos.cc',
388 'wm/boot_splash_screen_chromeos.h', 388 'wm/boot_splash_screen_chromeos.h',
389 'wm/caption_buttons/alternate_frame_caption_button.cc',
390 'wm/caption_buttons/alternate_frame_caption_button.h',
391 'wm/caption_buttons/frame_caption_button_container_view.cc',
392 'wm/caption_buttons/frame_caption_button_container_view.h',
393 'wm/caption_buttons/frame_maximize_button.cc',
394 'wm/caption_buttons/frame_maximize_button.h',
395 'wm/caption_buttons/maximize_bubble_controller.cc',
396 'wm/caption_buttons/maximize_bubble_controller.h',
397 'wm/caption_buttons/maximize_bubble_frame_state.h',
389 'wm/coordinate_conversion.cc', 398 'wm/coordinate_conversion.cc',
390 'wm/coordinate_conversion.h', 399 'wm/coordinate_conversion.h',
391 'wm/custom_frame_view_ash.cc', 400 'wm/custom_frame_view_ash.cc',
392 'wm/custom_frame_view_ash.h', 401 'wm/custom_frame_view_ash.h',
393 'wm/default_window_resizer.cc', 402 'wm/default_window_resizer.cc',
394 'wm/default_window_resizer.h', 403 'wm/default_window_resizer.h',
395 'wm/dock/docked_window_layout_manager.cc', 404 'wm/dock/docked_window_layout_manager.cc',
396 'wm/dock/docked_window_layout_manager.h', 405 'wm/dock/docked_window_layout_manager.h',
397 'wm/dock/docked_window_layout_manager_observer.h', 406 'wm/dock/docked_window_layout_manager_observer.h',
398 'wm/dock/docked_window_resizer.cc', 407 'wm/dock/docked_window_resizer.cc',
(...skipping 18 matching lines...) Expand all
417 'wm/gestures/tray_gesture_handler.h', 426 'wm/gestures/tray_gesture_handler.h',
418 'wm/gestures/two_finger_drag_handler.cc', 427 'wm/gestures/two_finger_drag_handler.cc',
419 'wm/gestures/two_finger_drag_handler.h', 428 'wm/gestures/two_finger_drag_handler.h',
420 'wm/image_cursors.cc', 429 'wm/image_cursors.cc',
421 'wm/image_cursors.h', 430 'wm/image_cursors.h',
422 'wm/lock_state_controller.cc', 431 'wm/lock_state_controller.cc',
423 'wm/lock_state_controller.h', 432 'wm/lock_state_controller.h',
424 'wm/lock_state_controller_impl2.cc', 433 'wm/lock_state_controller_impl2.cc',
425 'wm/lock_state_controller_impl2.h', 434 'wm/lock_state_controller_impl2.h',
426 'wm/lock_state_observer.h', 435 'wm/lock_state_observer.h',
427 'wm/maximize_bubble_controller.cc',
428 'wm/maximize_bubble_controller.h',
429 'wm/mru_window_tracker.cc', 436 'wm/mru_window_tracker.cc',
430 'wm/mru_window_tracker.h', 437 'wm/mru_window_tracker.h',
431 'wm/overlay_event_filter.cc', 438 'wm/overlay_event_filter.cc',
432 'wm/overlay_event_filter.h', 439 'wm/overlay_event_filter.h',
433 'wm/overview/window_overview.cc', 440 'wm/overview/window_overview.cc',
434 'wm/overview/window_overview.h', 441 'wm/overview/window_overview.h',
435 'wm/overview/window_selector.cc', 442 'wm/overview/window_selector.cc',
436 'wm/overview/window_selector.h', 443 'wm/overview/window_selector.h',
437 'wm/overview/window_selector_controller.cc', 444 'wm/overview/window_selector_controller.cc',
438 'wm/overview/window_selector_controller.h', 445 'wm/overview/window_selector_controller.h',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 'wm/window_settings.cc', 503 'wm/window_settings.cc',
497 'wm/window_settings.h', 504 'wm/window_settings.h',
498 'wm/window_properties.cc', 505 'wm/window_properties.cc',
499 'wm/window_properties.h', 506 'wm/window_properties.h',
500 'wm/window_resizer.cc', 507 'wm/window_resizer.cc',
501 'wm/window_resizer.h', 508 'wm/window_resizer.h',
502 'wm/window_util.cc', 509 'wm/window_util.cc',
503 'wm/window_util.h', 510 'wm/window_util.h',
504 'wm/workspace_controller.cc', 511 'wm/workspace_controller.cc',
505 'wm/workspace_controller.h', 512 'wm/workspace_controller.h',
506 'wm/workspace/alternate_frame_caption_button.cc',
507 'wm/workspace/alternate_frame_caption_button.h',
508 'wm/workspace/auto_window_management.cc', 513 'wm/workspace/auto_window_management.cc',
509 'wm/workspace/auto_window_management.h', 514 'wm/workspace/auto_window_management.h',
510 'wm/workspace/colored_window_controller.cc', 515 'wm/workspace/colored_window_controller.cc',
511 'wm/workspace/colored_window_controller.h', 516 'wm/workspace/colored_window_controller.h',
512 'wm/workspace/desktop_background_fade_controller.cc', 517 'wm/workspace/desktop_background_fade_controller.cc',
513 'wm/workspace/desktop_background_fade_controller.h', 518 'wm/workspace/desktop_background_fade_controller.h',
514 'wm/workspace/frame_caption_button_container_view.cc',
515 'wm/workspace/frame_caption_button_container_view.h',
516 'wm/workspace/frame_maximize_button.cc',
517 'wm/workspace/frame_maximize_button.h',
518 'wm/workspace/magnetism_matcher.cc', 519 'wm/workspace/magnetism_matcher.cc',
519 'wm/workspace/magnetism_matcher.h', 520 'wm/workspace/magnetism_matcher.h',
520 'wm/workspace/maximize_bubble_frame_state.h',
521 'wm/workspace/multi_window_resize_controller.cc', 521 'wm/workspace/multi_window_resize_controller.cc',
522 'wm/workspace/multi_window_resize_controller.h', 522 'wm/workspace/multi_window_resize_controller.h',
523 'wm/workspace/phantom_window_controller.cc', 523 'wm/workspace/phantom_window_controller.cc',
524 'wm/workspace/phantom_window_controller.h', 524 'wm/workspace/phantom_window_controller.h',
525 'wm/workspace/snap_sizer.cc', 525 'wm/workspace/snap_sizer.cc',
526 'wm/workspace/snap_sizer.h', 526 'wm/workspace/snap_sizer.h',
527 'wm/workspace/snap_types.h', 527 'wm/workspace/snap_types.h',
528 'wm/workspace/workspace_event_handler.cc', 528 'wm/workspace/workspace_event_handler.cc',
529 'wm/workspace/workspace_event_handler.h', 529 'wm/workspace/workspace_event_handler.h',
530 'wm/workspace/workspace_layout_manager.cc', 530 'wm/workspace/workspace_layout_manager.cc',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 'system/chromeos/tray_display_unittest.cc', 749 'system/chromeos/tray_display_unittest.cc',
750 'system/tray/system_tray_unittest.cc', 750 'system/tray/system_tray_unittest.cc',
751 'system/user/tray_user_unittest.cc', 751 'system/user/tray_user_unittest.cc',
752 'system/web_notification/web_notification_tray_unittest.cc', 752 'system/web_notification/web_notification_tray_unittest.cc',
753 'test/ash_test_helper_unittest.cc', 753 'test/ash_test_helper_unittest.cc',
754 'test/ash_unittests.cc', 754 'test/ash_unittests.cc',
755 'tooltips/tooltip_controller_unittest.cc', 755 'tooltips/tooltip_controller_unittest.cc',
756 'touch/touch_observer_hud_unittest.cc', 756 'touch/touch_observer_hud_unittest.cc',
757 'wm/ash_native_cursor_manager_unittest.cc', 757 'wm/ash_native_cursor_manager_unittest.cc',
758 'wm/base_layout_manager_unittest.cc', 758 'wm/base_layout_manager_unittest.cc',
759 'wm/caption_buttons/frame_caption_button_container_view_unittest.cc',
759 'wm/custom_frame_view_ash_unittest.cc', 760 'wm/custom_frame_view_ash_unittest.cc',
760 'wm/dock/docked_window_layout_manager_unittest.cc', 761 'wm/dock/docked_window_layout_manager_unittest.cc',
761 'wm/dock/docked_window_resizer_unittest.cc', 762 'wm/dock/docked_window_resizer_unittest.cc',
762 'wm/drag_window_resizer_unittest.cc', 763 'wm/drag_window_resizer_unittest.cc',
763 'wm/frame_painter_unittest.cc', 764 'wm/frame_painter_unittest.cc',
764 'wm/lock_state_controller_impl2_unittest.cc', 765 'wm/lock_state_controller_impl2_unittest.cc',
765 'wm/overview/window_selector_unittest.cc', 766 'wm/overview/window_selector_unittest.cc',
766 'wm/panels/panel_layout_manager_unittest.cc', 767 'wm/panels/panel_layout_manager_unittest.cc',
767 'wm/panels/panel_window_resizer_unittest.cc', 768 'wm/panels/panel_window_resizer_unittest.cc',
768 'wm/partial_screenshot_view_unittest.cc', 769 'wm/partial_screenshot_view_unittest.cc',
769 'wm/power_button_controller_unittest.cc', 770 'wm/power_button_controller_unittest.cc',
770 'wm/screen_dimmer_unittest.cc', 771 'wm/screen_dimmer_unittest.cc',
771 'wm/stacking_controller_unittest.cc', 772 'wm/stacking_controller_unittest.cc',
772 'wm/sticky_keys_unittest.cc', 773 'wm/sticky_keys_unittest.cc',
773 'wm/system_gesture_event_filter_unittest.cc', 774 'wm/system_gesture_event_filter_unittest.cc',
774 'wm/system_modal_container_layout_manager_unittest.cc', 775 'wm/system_modal_container_layout_manager_unittest.cc',
775 'wm/toplevel_window_event_handler_unittest.cc', 776 'wm/toplevel_window_event_handler_unittest.cc',
776 'wm/user_activity_detector_unittest.cc', 777 'wm/user_activity_detector_unittest.cc',
777 'wm/video_detector_unittest.cc', 778 'wm/video_detector_unittest.cc',
778 'wm/window_animations_unittest.cc', 779 'wm/window_animations_unittest.cc',
779 'wm/window_cycle_controller_unittest.cc', 780 'wm/window_cycle_controller_unittest.cc',
780 'wm/window_manager_unittest.cc', 781 'wm/window_manager_unittest.cc',
781 'wm/window_modality_controller_unittest.cc', 782 'wm/window_modality_controller_unittest.cc',
782 'wm/window_util_unittest.cc', 783 'wm/window_util_unittest.cc',
783 'wm/workspace_controller_test_helper.cc', 784 'wm/workspace_controller_test_helper.cc',
784 'wm/workspace_controller_test_helper.h', 785 'wm/workspace_controller_test_helper.h',
785 'wm/workspace_controller_unittest.cc', 786 'wm/workspace_controller_unittest.cc',
786 'wm/workspace/frame_caption_button_container_view_unittest.cc',
787 'wm/workspace/magnetism_matcher_unittest.cc', 787 'wm/workspace/magnetism_matcher_unittest.cc',
788 'wm/workspace/multi_window_resize_controller_unittest.cc', 788 'wm/workspace/multi_window_resize_controller_unittest.cc',
789 'wm/workspace/snap_sizer_unittest.cc', 789 'wm/workspace/snap_sizer_unittest.cc',
790 'wm/workspace/workspace_event_handler_test_helper.cc', 790 'wm/workspace/workspace_event_handler_test_helper.cc',
791 'wm/workspace/workspace_event_handler_test_helper.h', 791 'wm/workspace/workspace_event_handler_test_helper.h',
792 'wm/workspace/workspace_event_handler_unittest.cc', 792 'wm/workspace/workspace_event_handler_unittest.cc',
793 'wm/workspace/workspace_layout_manager_unittest.cc', 793 'wm/workspace/workspace_layout_manager_unittest.cc',
794 'wm/workspace/workspace_window_resizer_unittest.cc', 794 'wm/workspace/workspace_window_resizer_unittest.cc',
795 ], 795 ],
796 'conditions': [ 796 'conditions': [
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
940 'shell/cocoa/app-Info.plist', 940 'shell/cocoa/app-Info.plist',
941 ], 941 ],
942 'xcode_settings': { 942 'xcode_settings': {
943 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 943 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
944 }, 944 },
945 }], 945 }],
946 ], 946 ],
947 }, 947 },
948 ], 948 ],
949 } 949 }
OLDNEW
« no previous file with comments | « no previous file | ash/wm/caption_buttons/alternate_frame_caption_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698