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

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

Issue 1848033006: Mus version of GLHelper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed deps Created 4 years, 8 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 | « no previous file | components/mus/gles2/gl_helper.h » ('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 284fc43bec476cd347bb144e6a1b954e9fd8c428..8d9e61edb0fb42ac4522dc80c33f95196dabd7d5 100644
--- a/components/mus/gles2/BUILD.gn
+++ b/components/mus/gles2/BUILD.gn
@@ -24,6 +24,8 @@ source_set("gles2") {
"command_buffer_local_client.h",
"command_buffer_task_runner.cc",
"command_buffer_task_runner.h",
+ "gl_helper.cc",
+ "gl_helper.h",
"gl_surface_adapter.cc",
"gl_surface_adapter.h",
"gpu_impl.cc",
@@ -41,6 +43,7 @@ source_set("gles2") {
"//base",
"//components/mus/public/interfaces",
"//gpu/command_buffer/client",
+ "//gpu/command_buffer/client:gles2_interface",
"//gpu/command_buffer/common:gles2_utils",
"//gpu/command_buffer/service",
"//gpu/config:config",
« no previous file with comments | « no previous file | components/mus/gles2/gl_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698