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

Side by Side Diff: ash/ash.gyp

Issue 24980006: ash: Remove old lock animation implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge again Created 7 years, 2 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/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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 'wm/gestures/system_pinch_handler.cc', 433 'wm/gestures/system_pinch_handler.cc',
434 'wm/gestures/system_pinch_handler.h', 434 'wm/gestures/system_pinch_handler.h',
435 'wm/gestures/tray_gesture_handler.cc', 435 'wm/gestures/tray_gesture_handler.cc',
436 'wm/gestures/tray_gesture_handler.h', 436 'wm/gestures/tray_gesture_handler.h',
437 'wm/gestures/two_finger_drag_handler.cc', 437 'wm/gestures/two_finger_drag_handler.cc',
438 'wm/gestures/two_finger_drag_handler.h', 438 'wm/gestures/two_finger_drag_handler.h',
439 'wm/image_cursors.cc', 439 'wm/image_cursors.cc',
440 'wm/image_cursors.h', 440 'wm/image_cursors.h',
441 'wm/lock_state_controller.cc', 441 'wm/lock_state_controller.cc',
442 'wm/lock_state_controller.h', 442 'wm/lock_state_controller.h',
443 'wm/lock_state_controller_impl2.cc',
444 'wm/lock_state_controller_impl2.h',
445 'wm/lock_state_observer.h', 443 'wm/lock_state_observer.h',
446 'wm/mru_window_tracker.cc', 444 'wm/mru_window_tracker.cc',
447 'wm/mru_window_tracker.h', 445 'wm/mru_window_tracker.h',
448 'wm/overlay_event_filter.cc', 446 'wm/overlay_event_filter.cc',
449 'wm/overlay_event_filter.h', 447 'wm/overlay_event_filter.h',
450 'wm/overview/scoped_transform_overview_window.cc', 448 'wm/overview/scoped_transform_overview_window.cc',
451 'wm/overview/scoped_transform_overview_window.h', 449 'wm/overview/scoped_transform_overview_window.h',
452 'wm/overview/window_overview.cc', 450 'wm/overview/window_overview.cc',
453 'wm/overview/window_overview.h', 451 'wm/overview/window_overview.h',
454 'wm/overview/window_selector.cc', 452 'wm/overview/window_selector.cc',
(...skipping 22 matching lines...) Expand all
477 'wm/resize_shadow.cc', 475 'wm/resize_shadow.cc',
478 'wm/resize_shadow.h', 476 'wm/resize_shadow.h',
479 'wm/resize_shadow_controller.cc', 477 'wm/resize_shadow_controller.cc',
480 'wm/resize_shadow_controller.h', 478 'wm/resize_shadow_controller.h',
481 'wm/root_window_layout_manager.cc', 479 'wm/root_window_layout_manager.cc',
482 'wm/root_window_layout_manager.h', 480 'wm/root_window_layout_manager.h',
483 'wm/screen_dimmer.cc', 481 'wm/screen_dimmer.cc',
484 'wm/screen_dimmer.h', 482 'wm/screen_dimmer.h',
485 'wm/session_state_animator.cc', 483 'wm/session_state_animator.cc',
486 'wm/session_state_animator.h', 484 'wm/session_state_animator.h',
487 'wm/session_state_controller_impl.cc',
488 'wm/session_state_controller_impl.h',
489 'wm/stacking_controller.cc', 485 'wm/stacking_controller.cc',
490 'wm/stacking_controller.h', 486 'wm/stacking_controller.h',
491 'wm/status_area_layout_manager.cc', 487 'wm/status_area_layout_manager.cc',
492 'wm/status_area_layout_manager.h', 488 'wm/status_area_layout_manager.h',
493 'wm/sticky_keys.cc', 489 'wm/sticky_keys.cc',
494 'wm/sticky_keys.h', 490 'wm/sticky_keys.h',
495 'wm/system_background_controller.cc', 491 'wm/system_background_controller.cc',
496 'wm/system_background_controller.h', 492 'wm/system_background_controller.h',
497 'wm/system_gesture_event_filter.cc', 493 'wm/system_gesture_event_filter.cc',
498 'wm/system_gesture_event_filter.h', 494 'wm/system_gesture_event_filter.h',
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 'tooltips/tooltip_controller_unittest.cc', 756 'tooltips/tooltip_controller_unittest.cc',
761 'touch/touch_observer_hud_unittest.cc', 757 'touch/touch_observer_hud_unittest.cc',
762 'wm/ash_native_cursor_manager_unittest.cc', 758 'wm/ash_native_cursor_manager_unittest.cc',
763 'wm/base_layout_manager_unittest.cc', 759 'wm/base_layout_manager_unittest.cc',
764 'wm/caption_buttons/frame_caption_button_container_view_unittest.cc', 760 'wm/caption_buttons/frame_caption_button_container_view_unittest.cc',
765 'wm/caption_buttons/frame_maximize_button_unittest.cc', 761 'wm/caption_buttons/frame_maximize_button_unittest.cc',
766 'wm/dock/docked_window_layout_manager_unittest.cc', 762 'wm/dock/docked_window_layout_manager_unittest.cc',
767 'wm/dock/docked_window_resizer_unittest.cc', 763 'wm/dock/docked_window_resizer_unittest.cc',
768 'wm/drag_window_resizer_unittest.cc', 764 'wm/drag_window_resizer_unittest.cc',
769 'wm/frame_painter_unittest.cc', 765 'wm/frame_painter_unittest.cc',
770 'wm/lock_state_controller_impl2_unittest.cc', 766 'wm/lock_state_controller_unittest.cc',
771 'wm/mru_window_tracker_unittest.cc', 767 'wm/mru_window_tracker_unittest.cc',
772 'wm/overview/window_selector_unittest.cc', 768 'wm/overview/window_selector_unittest.cc',
773 'wm/panels/panel_layout_manager_unittest.cc', 769 'wm/panels/panel_layout_manager_unittest.cc',
774 'wm/panels/panel_window_resizer_unittest.cc', 770 'wm/panels/panel_window_resizer_unittest.cc',
775 'wm/partial_screenshot_view_unittest.cc', 771 'wm/partial_screenshot_view_unittest.cc',
776 'wm/power_button_controller_unittest.cc',
777 'wm/screen_dimmer_unittest.cc', 772 'wm/screen_dimmer_unittest.cc',
778 'wm/stacking_controller_unittest.cc', 773 'wm/stacking_controller_unittest.cc',
779 'wm/sticky_keys_unittest.cc', 774 'wm/sticky_keys_unittest.cc',
780 'wm/system_gesture_event_filter_unittest.cc', 775 'wm/system_gesture_event_filter_unittest.cc',
781 'wm/system_modal_container_layout_manager_unittest.cc', 776 'wm/system_modal_container_layout_manager_unittest.cc',
782 'wm/toplevel_window_event_handler_unittest.cc', 777 'wm/toplevel_window_event_handler_unittest.cc',
783 'wm/user_activity_detector_unittest.cc', 778 'wm/user_activity_detector_unittest.cc',
784 'wm/video_detector_unittest.cc', 779 'wm/video_detector_unittest.cc',
785 'wm/window_animations_unittest.cc', 780 'wm/window_animations_unittest.cc',
786 'wm/window_cycle_controller_unittest.cc', 781 'wm/window_cycle_controller_unittest.cc',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
910 }, 905 },
911 }, 906 },
912 'dependencies': [ 907 'dependencies': [
913 '../sandbox/sandbox.gyp:sandbox', 908 '../sandbox/sandbox.gyp:sandbox',
914 ], 909 ],
915 }], 910 }],
916 ], 911 ],
917 }, 912 },
918 ], 913 ],
919 } 914 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698