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

Side by Side Diff: ash/ash.gyp

Issue 2141133002: [ash-md] Animates overview shield in and out (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [ash-md] Completes shield opacity animation after overview closes (nits) Created 4 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
« no previous file with comments | « no previous file | ash/common/wm/overview/cleanup_animation_observer.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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 'common/wm/maximize_mode/maximize_mode_event_handler.h', 348 'common/wm/maximize_mode/maximize_mode_event_handler.h',
349 'common/wm/maximize_mode/maximize_mode_window_manager.cc', 349 'common/wm/maximize_mode/maximize_mode_window_manager.cc',
350 'common/wm/maximize_mode/maximize_mode_window_manager.h', 350 'common/wm/maximize_mode/maximize_mode_window_manager.h',
351 'common/wm/maximize_mode/maximize_mode_window_state.cc', 351 'common/wm/maximize_mode/maximize_mode_window_state.cc',
352 'common/wm/maximize_mode/maximize_mode_window_state.h', 352 'common/wm/maximize_mode/maximize_mode_window_state.h',
353 'common/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h', 353 'common/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h',
354 'common/wm/maximize_mode/workspace_backdrop_delegate.cc', 354 'common/wm/maximize_mode/workspace_backdrop_delegate.cc',
355 'common/wm/maximize_mode/workspace_backdrop_delegate.h', 355 'common/wm/maximize_mode/workspace_backdrop_delegate.h',
356 'common/wm/mru_window_tracker.cc', 356 'common/wm/mru_window_tracker.cc',
357 'common/wm/mru_window_tracker.h', 357 'common/wm/mru_window_tracker.h',
358 'common/wm/overview/cleanup_animation_observer.cc',
359 'common/wm/overview/cleanup_animation_observer.h',
358 'common/wm/overview/overview_animation_type.h', 360 'common/wm/overview/overview_animation_type.h',
359 'common/wm/overview/scoped_overview_animation_settings.h', 361 'common/wm/overview/scoped_overview_animation_settings.h',
360 'common/wm/overview/scoped_overview_animation_settings_factory.cc', 362 'common/wm/overview/scoped_overview_animation_settings_factory.cc',
361 'common/wm/overview/scoped_overview_animation_settings_factory.h', 363 'common/wm/overview/scoped_overview_animation_settings_factory.h',
362 'common/wm/overview/scoped_transform_overview_window.cc', 364 'common/wm/overview/scoped_transform_overview_window.cc',
363 'common/wm/overview/scoped_transform_overview_window.h', 365 'common/wm/overview/scoped_transform_overview_window.h',
364 'common/wm/overview/window_grid.cc', 366 'common/wm/overview/window_grid.cc',
365 'common/wm/overview/window_grid.h', 367 'common/wm/overview/window_grid.h',
366 'common/wm/overview/window_selector.cc', 368 'common/wm/overview/window_selector.cc',
367 'common/wm/overview/window_selector.h', 369 'common/wm/overview/window_selector.h',
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc', 906 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc',
905 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ', 907 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ',
906 'common/system/chromeos/session/tray_session_length_limit_unittest.cc', 908 'common/system/chromeos/session/tray_session_length_limit_unittest.cc',
907 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc', 909 'common/system/chromeos/supervised/tray_supervised_user_unittest.cc',
908 'common/system/date/date_view_unittest.cc', 910 'common/system/date/date_view_unittest.cc',
909 'common/system/ime/tray_ime_chromeos_unittest.cc', 911 'common/system/ime/tray_ime_chromeos_unittest.cc',
910 'common/system/tray/system_tray_unittest.cc', 912 'common/system/tray/system_tray_unittest.cc',
911 'common/system/tray/tray_details_view_unittest.cc', 913 'common/system/tray/tray_details_view_unittest.cc',
912 'common/system/update/tray_update_unittest.cc', 914 'common/system/update/tray_update_unittest.cc',
913 'common/system/user/tray_user_unittest.cc', 915 'common/system/user/tray_user_unittest.cc',
916 'common/wm/overview/cleanup_animation_observer_unittest.cc',
914 'content/display/screen_orientation_controller_chromeos_unittest.cc', 917 'content/display/screen_orientation_controller_chromeos_unittest.cc',
915 'content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 918 'content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
916 'content/keyboard_overlay/keyboard_overlay_view_unittest.cc', 919 'content/keyboard_overlay/keyboard_overlay_view_unittest.cc',
917 'desktop_background/desktop_background_controller_unittest.cc', 920 'desktop_background/desktop_background_controller_unittest.cc',
918 'dip_unittest.cc', 921 'dip_unittest.cc',
919 'display/cursor_window_controller_unittest.cc', 922 'display/cursor_window_controller_unittest.cc',
920 'display/display_change_observer_chromeos_unittest.cc', 923 'display/display_change_observer_chromeos_unittest.cc',
921 'display/display_color_manager_chromeos_unittest.cc', 924 'display/display_color_manager_chromeos_unittest.cc',
922 'display/display_error_observer_chromeos_unittest.cc', 925 'display/display_error_observer_chromeos_unittest.cc',
923 'display/display_manager_unittest.cc', 926 'display/display_manager_unittest.cc',
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
1448 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1451 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1449 ], 1452 ],
1450 } 1453 }
1451 ], 1454 ],
1452 ], 1455 ],
1453 }, 1456 },
1454 ], 1457 ],
1455 }], 1458 }],
1456 ], 1459 ],
1457 } 1460 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/wm/overview/cleanup_animation_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698