| Index: services/gles2/BUILD.gn
|
| diff --git a/services/gles2/BUILD.gn b/services/gles2/BUILD.gn
|
| index 73c29178e9741acb116c252a20a5f0e2bc487b73..2caa74e3850325042f33c20b83c8eff81ca21cef 100644
|
| --- a/services/gles2/BUILD.gn
|
| +++ b/services/gles2/BUILD.gn
|
| @@ -5,11 +5,18 @@
|
| import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| source_set("gles2") {
|
| + visibility = [
|
| + "//shell:lib", # For android
|
| + "//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",
|
| ]
|
|
|