| Index: ui/aura/aura.gyp
|
| diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
|
| index a1d8704c982657317a54d73be3bd73eb68bfa53e..84fcb0e24e17c7e3ecee321dff4bc1ebefa12c4f 100644
|
| --- a/ui/aura/aura.gyp
|
| +++ b/ui/aura/aura.gyp
|
| @@ -60,6 +60,7 @@
|
| 'dependencies': [
|
| '../../skia/skia.gyp:skia',
|
| '../../testing/gtest.gyp:gtest',
|
| + '../gfx/compositor/compositor.gyp:test_compositor',
|
| '../ui.gyp:ui',
|
| 'aura',
|
| ],
|
| @@ -73,10 +74,6 @@
|
| 'test/event_generator.h',
|
| 'test/test_desktop_delegate.cc',
|
| 'test/test_desktop_delegate.h',
|
| - '../gfx/compositor/test_compositor.cc',
|
| - '../gfx/compositor/test_compositor.h',
|
| - '../gfx/compositor/test_texture.cc',
|
| - '../gfx/compositor/test_texture.h',
|
| ],
|
| },
|
| {
|
| @@ -89,6 +86,7 @@
|
| '../../third_party/icu/icu.gyp:icui18n',
|
| '../../third_party/icu/icu.gyp:icuuc',
|
| '../gfx/compositor/compositor.gyp:compositor',
|
| + '../gfx/compositor/compositor.gyp:compositor_test_support',
|
| '../ui.gyp:gfx_resources',
|
| '../ui.gyp:ui',
|
| '../ui.gyp:ui_resources',
|
| @@ -110,8 +108,8 @@
|
| '../../base/base.gyp:test_support_base',
|
| '../../skia/skia.gyp:skia',
|
| '../../testing/gtest.gyp:gtest',
|
| - '../gfx/compositor/compositor.gyp:compositor',
|
| '../gfx/compositor/compositor.gyp:compositor_test_support',
|
| + '../gfx/compositor/compositor.gyp:test_compositor',
|
| '../gfx/gl/gl.gyp:gl',
|
| '../ui.gyp:gfx_resources',
|
| '../ui.gyp:ui',
|
|
|