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

Unified Diff: ui/aura_shell/aura_shell.gyp

Issue 8555025: aura: Draw drop shadows under browsers and menus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor changes Created 9 years, 1 month 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 | « ui/aura/window_observer.h ('k') | ui/aura_shell/desktop_layout_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/aura_shell.gyp
diff --git a/ui/aura_shell/aura_shell.gyp b/ui/aura_shell/aura_shell.gyp
index 5639febabf62c7127ff710f42a552167232e887a..345b9992b1d4d14f183ccc7da35439e563063ba6 100644
--- a/ui/aura_shell/aura_shell.gyp
+++ b/ui/aura_shell/aura_shell.gyp
@@ -49,6 +49,8 @@
'drag_drop_controller.h',
'drag_image_view.cc',
'drag_image_view.h',
+ 'image_grid.cc',
+ 'image_grid.h',
'launcher/app_launcher_button.cc',
'launcher/app_launcher_button.h',
'launcher/launcher.cc',
@@ -72,6 +74,10 @@
'modality_event_filter_delegate.h',
'property_util.cc',
'property_util.h',
+ 'shadow.cc',
+ 'shadow.h',
+ 'shadow_controller.cc',
+ 'shadow_controller.h',
'shelf_layout_controller.cc',
'shelf_layout_controller.h',
'shell.cc',
@@ -129,11 +135,13 @@
'default_container_layout_manager_unittest.cc',
'desktop_event_filter_unittest.cc',
'drag_drop_controller_unittest.cc',
+ 'image_grid_unittest.cc',
'launcher/launcher_model_unittest.cc',
'launcher/view_model_unittest.cc',
'launcher/view_model_utils_unittest.cc',
'modal_container_layout_manager_unittest.cc',
'run_all_unittests.cc',
+ 'shadow_controller_unittest.cc',
'shell_unittest.cc',
'stacking_controller_unittest.cc',
'test_suite.cc',
« no previous file with comments | « ui/aura/window_observer.h ('k') | ui/aura_shell/desktop_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698