| Index: ui/compositor/compositor.gyp
|
| diff --git a/ui/compositor/compositor.gyp b/ui/compositor/compositor.gyp
|
| index 6959709f09ecce5b16dc6e7f818f4c3b6c384760..0fe499fd7cbc67eccd1dd90c3e9cb327c2330f87 100644
|
| --- a/ui/compositor/compositor.gyp
|
| +++ b/ui/compositor/compositor.gyp
|
| @@ -98,7 +98,6 @@
|
| '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
|
| '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
|
| '<(DEPTH)/ui/gl/gl.gyp:gl',
|
| - '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
|
| 'compositor',
|
| ],
|
| 'sources': [
|
| @@ -106,8 +105,12 @@
|
| 'test/context_factories_for_test.h',
|
| 'test/draw_waiter_for_test.cc',
|
| 'test/draw_waiter_for_test.h',
|
| + 'test/grcontext_for_webgraphicscontext3d.cc',
|
| + 'test/grcontext_for_webgraphicscontext3d.h',
|
| 'test/in_process_context_factory.cc',
|
| 'test/in_process_context_factory.h',
|
| + 'test/in_process_context_provider.cc',
|
| + 'test/in_process_context_provider.h',
|
| 'test/layer_animator_test_controller.cc',
|
| 'test/layer_animator_test_controller.h',
|
| 'test/test_compositor_host.h',
|
|
|