| Index: components/display_compositor/BUILD.gn
|
| diff --git a/components/display_compositor/BUILD.gn b/components/display_compositor/BUILD.gn
|
| index 984f0422d2b5a7931feb12cd69d68894144a2cfc..a16f97ff6277de9d8e8a58c09ce38dd66963edbb 100644
|
| --- a/components/display_compositor/BUILD.gn
|
| +++ b/components/display_compositor/BUILD.gn
|
| @@ -81,8 +81,8 @@ source_set("unit_tests") {
|
| "//base/test:test_support",
|
| "//cc:test_support",
|
| "//gpu/command_buffer/client",
|
| - "//gpu/command_buffer/client:gl_in_process_context",
|
| "//gpu/command_buffer/client:gles2_implementation",
|
| + "//gpu/ipc:gl_in_process_context",
|
| "//media",
|
| "//skia",
|
| "//testing/gmock",
|
| @@ -116,8 +116,8 @@ test("display_compositor_gl_tests") {
|
| "//base/test:test_support",
|
| "//cc:test_support",
|
| "//gpu/command_buffer/client",
|
| - "//gpu/command_buffer/client:gl_in_process_context",
|
| "//gpu/command_buffer/client:gles2_implementation",
|
| + "//gpu/ipc:gl_in_process_context",
|
| "//media",
|
| "//skia",
|
| "//testing/gmock",
|
| @@ -149,8 +149,8 @@ test("display_compositor_benchmark") {
|
| "//base/test:test_support",
|
| "//cc:test_support",
|
| "//gpu/command_buffer/client",
|
| - "//gpu/command_buffer/client:gl_in_process_context",
|
| "//gpu/command_buffer/client:gles2_implementation",
|
| + "//gpu/ipc:gl_in_process_context",
|
| "//media",
|
| "//skia",
|
| "//testing/gmock",
|
|
|