Index: webkit/common/gpu/BUILD.gn |
diff --git a/webkit/common/gpu/BUILD.gn b/webkit/common/gpu/BUILD.gn |
index cecbd9df259cdf5d54cd36601f73dd21af36f292..b84c79ee94f37d71ac3b8bf6e6838f25f8ab14e1 100644 |
--- a/webkit/common/gpu/BUILD.gn |
+++ b/webkit/common/gpu/BUILD.gn |
@@ -12,8 +12,6 @@ component("gpu") { |
"context_provider_web_context.h", |
"grcontext_for_webgraphicscontext3d.cc", |
"grcontext_for_webgraphicscontext3d.h", |
- "webgraphicscontext3d_impl.cc", |
- "webgraphicscontext3d_impl.h", |
"webgraphicscontext3d_in_process_command_buffer_impl.cc", |
"webgraphicscontext3d_in_process_command_buffer_impl.h", |
] |
@@ -29,11 +27,12 @@ component("gpu") { |
"//base", |
"//base/third_party/dynamic_annotations", |
"//cc", |
- "//gpu/command_buffer/common", |
- "//gpu/command_buffer/service", |
+ "//gpu/blink", |
+ "//gpu/command_buffer/client:gl_in_process_context", |
"//gpu/command_buffer/client:gles2_c_lib", |
"//gpu/command_buffer/client:gles2_implementation", |
- "//gpu/command_buffer/client:gl_in_process_context", |
+ "//gpu/command_buffer/common", |
+ "//gpu/command_buffer/service", |
"//gpu/skia_bindings", |
"//skia", |
"//third_party/WebKit/public:blink_minimal", |