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

Unified Diff: ui/aura/aura.gyp

Issue 201573015: Introdcue AshWindowTreeHost and move ash/chrome specific code in WTH to ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 8 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 | « mojo/examples/aura_demo/window_tree_host_mojo.cc ('k') | ui/aura/remote_window_tree_host_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura.gyp
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index 9a910a28ba798c7839ef50f55a409ba23985e1f5..f49a29414b6d975d65209d5ac844b35b43b3643e 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -63,9 +63,8 @@
'input_state_lookup_win.h',
'layout_manager.cc',
'layout_manager.h',
- 'remote_window_tree_host_win.cc',
+ 'remote_window_tree_host_win.cc',
'remote_window_tree_host_win.h',
- 'root_window_transformer.h',
'scoped_window_targeter.cc',
'scoped_window_targeter.h',
'window.cc',
@@ -117,7 +116,6 @@
['use_x11==1', {
'dependencies': [
'../../build/linux/system.gyp:x11',
- '../../build/linux/system.gyp:xfixes',
'../../build/linux/system.gyp:xrandr',
'../../build/linux/system.gyp:xi',
],
@@ -261,7 +259,6 @@
],
'sources': [
'gestures/gesture_recognizer_unittest.cc',
- 'window_tree_host_x11_unittest.cc',
'window_event_dispatcher_unittest.cc',
'test/run_all_unittests.cc',
'window_targeter_unittest.cc',
« no previous file with comments | « mojo/examples/aura_demo/window_tree_host_mojo.cc ('k') | ui/aura/remote_window_tree_host_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698