| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index a8c2e591da70357e587c09b572209268d7011b8e..0eec345c72ac232a1fb14940812c2ddf91209d48 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -706,6 +706,7 @@
|
| '../skia/skia.gyp:skia',
|
| '../testing/gtest.gyp:gtest',
|
| '../ui/app_list/app_list.gyp:app_list_test_support',
|
| + '../ui/views/views.gyp:views_test_support',
|
| 'ash',
|
| 'ash_resources',
|
| ],
|
| @@ -792,6 +793,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',
|
| @@ -815,10 +817,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',
|
|
|