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

Unified Diff: ui/aura_shell/aura_shell.gyp

Issue 8771015: Rename Desktop->RootWindow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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_shell/app_list.cc ('k') | ui/aura_shell/default_container_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/aura_shell.gyp
===================================================================
--- ui/aura_shell/aura_shell.gyp (revision 113260)
+++ ui/aura_shell/aura_shell.gyp (working copy)
@@ -43,10 +43,10 @@
'default_container_layout_manager.h',
'desktop_background_view.cc',
'desktop_background_view.h',
- 'desktop_event_filter.cc',
- 'desktop_event_filter.h',
- 'desktop_layout_manager.cc',
- 'desktop_layout_manager.h',
+ 'root_window_event_filter.cc',
+ 'root_window_event_filter.h',
+ 'root_window_layout_manager.cc',
+ 'root_window_layout_manager.h',
'drag_drop_controller.cc',
'drag_drop_controller.h',
'drag_image_view.cc',
@@ -145,7 +145,7 @@
],
'sources': [
'default_container_layout_manager_unittest.cc',
- 'desktop_event_filter_unittest.cc',
+ 'root_window_event_filter_unittest.cc',
'drag_drop_controller_unittest.cc',
'image_grid_unittest.cc',
'launcher/launcher_model_unittest.cc',
« no previous file with comments | « ui/aura_shell/app_list.cc ('k') | ui/aura_shell/default_container_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698