| Index: services/gles2/BUILD.gn
|
| diff --git a/services/gles2/BUILD.gn b/services/gles2/BUILD.gn
|
| index 73c29178e9741acb116c252a20a5f0e2bc487b73..758ea580c3bb68894faf25a420f4ff9ebf9bb3aa 100644
|
| --- a/services/gles2/BUILD.gn
|
| +++ b/services/gles2/BUILD.gn
|
| @@ -5,11 +5,15 @@
|
| import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| source_set("gles2") {
|
| + visibility = [ "//services/native_viewport:*" ]
|
| +
|
| sources = [
|
| "command_buffer_driver.cc",
|
| "command_buffer_driver.h",
|
| "command_buffer_impl.cc",
|
| "command_buffer_impl.h",
|
| + "gpu_state.cc",
|
| + "gpu_state.h",
|
| "gpu_impl.cc",
|
| "gpu_impl.h",
|
| ]
|
|
|