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

Unified Diff: ui/aura/aura.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 | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | ui/aura/client/aura_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura.gyp
===================================================================
--- ui/aura/aura.gyp (revision 113260)
+++ ui/aura/aura.gyp (working copy)
@@ -32,12 +32,12 @@
'client/tooltip_client.h',
'client/window_drag_drop_delegate.h',
'cursor.h',
- 'desktop_host.h',
- 'desktop_host_linux.cc',
- 'desktop_host_win.cc',
- 'desktop_host_win.h',
- 'desktop.cc',
- 'desktop.h',
+ 'root_window_host.h',
+ 'root_window_host_linux.cc',
+ 'root_window_host_win.cc',
+ 'root_window_host_win.h',
+ 'root_window.cc',
+ 'root_window.h',
'event.cc',
'event.h',
'event_filter.cc',
@@ -131,7 +131,7 @@
'test/run_all_unittests.cc',
'test/test_suite.cc',
'test/test_suite.h',
- 'desktop_unittest.cc',
+ 'root_window_unittest.cc',
'event_filter_unittest.cc',
'window_unittest.cc',
'<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | ui/aura/client/aura_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698