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

Unified Diff: gpu/command_buffer/client/BUILD.gn

Issue 993253003: Modify build_gles2_cmd_buffer.py to generate a class that implements gpu::GLES2Interace and for eac… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
Index: gpu/command_buffer/client/BUILD.gn
diff --git a/gpu/command_buffer/client/BUILD.gn b/gpu/command_buffer/client/BUILD.gn
index 23d5a8c14cc49812bd53422651e115c4d65f906e..1e32380b4e6f2babe639caef725dcf0893eea72e 100644
--- a/gpu/command_buffer/client/BUILD.gn
+++ b/gpu/command_buffer/client/BUILD.gn
@@ -88,6 +88,8 @@ gles2_implementation_source_files = [
"gles2_trace_implementation_impl_autogen.h",
"gpu_switches.cc",
"gpu_switches.h",
+ "mojo_gles2_impl_autogen.cc",
+ "mojo_gles2_impl_autogen.h",
"program_info_manager.cc",
"program_info_manager.h",
"query_tracker.cc",
@@ -136,6 +138,7 @@ component("gles2_implementation") {
":gles2_interface",
"//base",
"//gpu/command_buffer/common",
+ "//third_party/mojo/src/mojo/public/c/gles2",
"//ui/gfx/geometry",
]
}
@@ -156,6 +159,7 @@ component("gles2_implementation_no_check") {
":gles2_cmd_helper",
"//base",
"//gpu/command_buffer/common:gles2_utils",
+ "//third_party/mojo/src/mojo/public/c/gles2",
"//ui/gfx",
"//ui/gfx/geometry",
]

Powered by Google App Engine
This is Rietveld 408576698