| Index: mojo/public/c/gles2/BUILD.gn
|
| diff --git a/mojo/public/c/gles2/BUILD.gn b/mojo/public/c/gles2/BUILD.gn
|
| index df0007b8b8098c0b2bb49dcaabb1e4a3a3dd2cf5..4b3f6affe45b7d2762de0e7b720ef2d96a6ecacc 100644
|
| --- a/mojo/public/c/gles2/BUILD.gn
|
| +++ b/mojo/public/c/gles2/BUILD.gn
|
| @@ -6,7 +6,13 @@ config("gles2_config") {
|
| defines = [ "GLES2_USE_MOJO" ]
|
| }
|
|
|
| -source_set("gles2") {
|
| +group("gles2") {
|
| + public_configs = [ "//third_party/khronos:khronos_headers" ]
|
| + public_deps = [ ":headers" ]
|
| + deps = [ "//mojo/public/platform/native:gles2_thunks" ]
|
| +}
|
| +
|
| +source_set("headers") {
|
| sources = [
|
| "gles2.h",
|
| "gles2_export.h",
|
|
|