| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 4c6d99cb82fffac12e88c1052d6ade9a3905cceb..a3d1352dde70453fb5ae104ec5e37eda9768eb0b 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -790,6 +790,7 @@
|
| '../ui/aura/aura.gyp:aura',
|
| '../ui/aura/aura.gyp:aura_test_support',
|
| '../ui/compositor/compositor.gyp:compositor',
|
| + '../ui/compositor/compositor.gyp:compositor_test_support',
|
| '../ui/events/events.gyp:events',
|
| '../ui/events/events.gyp:events_test_support',
|
| '../ui/gfx/gfx.gyp:gfx',
|
| @@ -813,10 +814,6 @@
|
| 'ash_with_content',
|
| ],
|
| 'sources': [
|
| - '../ui/compositor/test/layer_animator_test_controller.cc',
|
| - '../ui/compositor/test/layer_animator_test_controller.h',
|
| - '../ui/views/test/test_views_delegate.cc',
|
| - '../ui/views/test/test_views_delegate.h',
|
| 'accelerators/accelerator_commands_unittest.cc',
|
| 'accelerators/accelerator_controller_unittest.cc',
|
| 'accelerators/accelerator_filter_unittest.cc',
|
|
|