| 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',
|
|
|