| Index: services/gles2/BUILD.gn
|
| diff --git a/services/gles2/BUILD.gn b/services/gles2/BUILD.gn
|
| index 2caa74e3850325042f33c20b83c8eff81ca21cef..43e8cc09b04422d90dfc8d7ca4ddf0b0d9706b38 100644
|
| --- a/services/gles2/BUILD.gn
|
| +++ b/services/gles2/BUILD.gn
|
| @@ -6,7 +6,7 @@ import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| source_set("gles2") {
|
| visibility = [
|
| - "//shell:lib", # For android
|
| + "//shell:parent_lib", # For android
|
| "//services/native_viewport:*",
|
| ]
|
|
|
| @@ -15,10 +15,10 @@ source_set("gles2") {
|
| "command_buffer_driver.h",
|
| "command_buffer_impl.cc",
|
| "command_buffer_impl.h",
|
| - "gpu_state.cc",
|
| - "gpu_state.h",
|
| "gpu_impl.cc",
|
| "gpu_impl.h",
|
| + "gpu_state.cc",
|
| + "gpu_state.h",
|
| ]
|
|
|
| public_deps = [
|
|
|