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

Unified Diff: ash/ash.gyp

Issue 160573002: Move root_window_host* in aura to window_tree_host*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 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/display/display_controller.cc » ('j') | no next file with comments »
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 fa6145ae4eb3ef832d924b10afe0cd1084eb4e63..3faf546ddbb1ed73dda90f12b70a0066ae2b66bd 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -158,9 +158,9 @@
'gpu_support_stub.h',
'high_contrast/high_contrast_controller.cc',
'high_contrast/high_contrast_controller.h',
- 'host/root_window_host_factory.cc',
- 'host/root_window_host_factory.h',
- 'host/root_window_host_factory_win.cc',
+ 'host/window_tree_host_factory.cc',
+ 'host/window_tree_host_factory.h',
+ 'host/window_tree_host_factory_win.cc',
'ime/candidate_view.cc',
'ime/candidate_view.h',
'ime/candidate_window_view.cc',
@@ -629,7 +629,7 @@
'conditions': [
['OS=="win"', {
'sources/': [
- ['exclude', 'host/root_window_host_factory.cc'],
+ ['exclude', 'host/window_tree_host_factory.cc'],
['exclude', 'sticky_keys/sticky_keys_controller.cc'],
['exclude', 'sticky_keys/sticky_keys_controller.h'],
],
« no previous file with comments | « no previous file | ash/display/display_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698