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

Unified Diff: ash/ash.gyp

Issue 2191363002: Reland of "Apply Shelf/Dock opacity animations for the Material Design style." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved the ShelfBackgroundAnimator from ShelfView to ShelfWidget. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/aura/wm_shelf_aura.cc » ('j') | ash/shelf/shelf_widget.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 340e0fd5eb33c013464ca55b46212dcb242799db..c431eaba688f7b721f4c1e9e283994fcc4b98005 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -108,6 +108,9 @@
'common/shelf/overflow_button.h',
'common/shelf/shelf_alignment_menu.cc',
'common/shelf/shelf_alignment_menu.h',
+ 'common/shelf/shelf_background_animator.cc',
+ 'common/shelf/shelf_background_animator.h',
+ 'common/shelf/shelf_background_animator_observer.h',
'common/shelf/shelf_button.cc',
'common/shelf/shelf_button.h',
'common/shelf/shelf_button_pressed_metric_tracker.cc',
@@ -794,6 +797,8 @@
'content/shell_content_state.h',
],
'ash_test_support_sources': [
+ 'common/test/material_design_controller_test_api.cc',
+ 'common/test/material_design_controller_test_api.h',
'common/test/test_volume_control_delegate.cc',
'common/test/test_volume_control_delegate.h',
'desktop_background/desktop_background_controller_test_api.cc',
@@ -814,8 +819,6 @@
'test/cursor_manager_test_api.h',
'test/display_manager_test_api.cc',
'test/display_manager_test_api.h',
- 'test/material_design_controller_test_api.cc',
- 'test/material_design_controller_test_api.h',
'test/mirror_window_test_api.cc',
'test/mirror_window_test_api.h',
'test/overflow_bubble_view_test_api.cc',
@@ -919,6 +922,7 @@
'common/display/display_info_unittest.cc',
'common/material_design/material_design_controller_unittest.cc',
'common/popup_message_unittest.cc',
+ 'common/shelf/shelf_background_animator_unittest.cc',
'common/shelf/shelf_button_pressed_metric_tracker_unittest.cc',
'common/shelf/shelf_locking_manager_unittest.cc',
'common/shelf/shelf_model_unittest.cc',
« no previous file with comments | « no previous file | ash/aura/wm_shelf_aura.cc » ('j') | ash/shelf/shelf_widget.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698