Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2508)

Unified Diff: webkit/common/gpu/BUILD.gn

Issue 802113002: Revert "Revert of Extract WebGraphicsContext3DImpl from webkit/common/gpu. (patchset #12 id:220001 … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/DEPS ('k') | webkit/common/gpu/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « webkit/DEPS ('k') | webkit/common/gpu/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698