| Index: ui/compositor/BUILD.gn
|
| diff --git a/ui/compositor/BUILD.gn b/ui/compositor/BUILD.gn
|
| index 7bc09aca9c23af65985f37eed72defc2ba38e9f0..bd3b3d735d694d520983dfee41615b74711a9444 100644
|
| --- a/ui/compositor/BUILD.gn
|
| +++ b/ui/compositor/BUILD.gn
|
| @@ -88,6 +88,8 @@ source_set("test_support") {
|
| "test/draw_waiter_for_test.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",
|
| @@ -113,7 +115,6 @@ source_set("test_support") {
|
| "//cc",
|
| "//cc/surfaces",
|
| "//cc:test_support",
|
| - "//gpu/blink",
|
| "//skia",
|
| "//testing/gtest",
|
| "//third_party/WebKit/public:blink_minimal",
|
| @@ -121,7 +122,6 @@ source_set("test_support") {
|
| "//ui/gfx",
|
| "//ui/gfx/geometry",
|
| "//ui/gl",
|
| - "//webkit/common/gpu",
|
| ]
|
|
|
| if (use_x11) {
|
|
|