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

Unified Diff: ash/ash.gyp

Issue 2053113002: Replaced BackgroundAnimator with ShelfBackgroundAnimator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved ash/test/material_design_controller_test_api.(h|cc) to ash/common/material_design/test/. Created 4 years, 6 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.h » ('j') | ash/aura/wm_shelf_aura.h » ('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 5bbcd9d42d4076b1a9990824c675f29c8ca87e08..ada5c6608260848b0aeb4e8c133901dff2d7646c 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -75,6 +75,9 @@
'common/session/session_types.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_constants.cc',
'common/shelf/shelf_constants.h',
'common/shelf/shelf_item_delegate.h',
@@ -789,8 +792,8 @@
'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',
+ 'common/material_design/test/material_design_controller_test_api.cc',
James Cook 2016/06/14 17:50:00 nit: Sort includes. Also, I would prefer this eit
bruthig 2016/07/26 19:50:01 Moved to //ash/common/test
+ 'common/material_design/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',
@@ -896,6 +899,7 @@
'ash_touch_exploration_manager_chromeos_unittest.cc',
'autoclick/autoclick_unittest.cc',
'common/material_design/material_design_controller_unittest.cc',
+ 'common/shelf/shelf_background_animator_unittest.cc',
'common/shelf/shelf_model_unittest.cc',
'common/system/update/tray_update_unittest.cc',
'content/display/screen_orientation_controller_chromeos_unittest.cc',
« no previous file with comments | « no previous file | ash/aura/wm_shelf_aura.h » ('j') | ash/aura/wm_shelf_aura.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698