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

Unified Diff: components/mus/gles2/BUILD.gn

Issue 1976703003: Impl mus::mojom::GpuService to enable using Chrome IPC version gpu CmdBuf in mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 months 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 | « components/mus/common/switches.cc ('k') | components/mus/gles2/command_buffer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gles2/BUILD.gn
diff --git a/components/mus/gles2/BUILD.gn b/components/mus/gles2/BUILD.gn
index 9c94cd29b605944321b05a5b51aa35a43333b3da..d7371196726a5adbaea55277eb4d824e25df7cdb 100644
--- a/components/mus/gles2/BUILD.gn
+++ b/components/mus/gles2/BUILD.gn
@@ -39,6 +39,7 @@ source_set("gles2") {
]
deps = [
"//base",
+ "//components/mus/common:mus_common",
"//components/mus/public/interfaces",
"//gpu/command_buffer/client",
"//gpu/command_buffer/client:gles2_interface",
@@ -67,8 +68,6 @@ source_set("gles2") {
source_set("lib") {
sources = [
- "command_buffer_type_conversions.cc",
- "command_buffer_type_conversions.h",
"gpu_memory_buffer_impl.cc",
"gpu_memory_buffer_impl.h",
"mojo_buffer_backing.cc",
« no previous file with comments | « components/mus/common/switches.cc ('k') | components/mus/gles2/command_buffer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698