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

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: Created 6 years, 9 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
Index: ui/aura/aura.gyp
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index 6bf7b2efdc9bbda2e312ab1d9d5b37b22a8519ab..bf359509bbe414fac41f0c7642b2fe1b7e09c6a7 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -67,7 +67,6 @@
'layout_manager.h',
'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',
@@ -119,7 +118,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',
],

Powered by Google App Engine
This is Rietveld 408576698