| Index: mojo/public/platform/native/BUILD.gn
|
| diff --git a/mojo/public/platform/native/BUILD.gn b/mojo/public/platform/native/BUILD.gn
|
| index 21382a640ad5dc1b86e61e4a1e599886987b3b4a..a369e171d0186729c0a4dcde4986d518b4e4e88e 100644
|
| --- a/mojo/public/platform/native/BUILD.gn
|
| +++ b/mojo/public/platform/native/BUILD.gn
|
| @@ -4,12 +4,7 @@
|
|
|
| import("../../mojo_sdk.gni")
|
|
|
| -mojo_sdk_source_set("system_thunks") {
|
| - mojo_sdk_visibility = [
|
| - "mojo/public/c/system:for_component",
|
| - "mojo/public/c/system:for_shared_library",
|
| - ]
|
| -
|
| +mojo_sdk_source_set("system") {
|
| sources = [
|
| "system_thunks.h",
|
| "system_thunks.cc",
|
| @@ -27,9 +22,7 @@ mojo_sdk_source_set("system_thunks") {
|
| # source_set here, this flag change is not needed.
|
| }
|
|
|
| -mojo_sdk_source_set("gles2_thunks") {
|
| - mojo_sdk_visibility = [ "mojo/public/gles2:for_shared_library" ]
|
| -
|
| +mojo_sdk_source_set("gles2") {
|
| sources = [
|
| "gles2_thunks.cc",
|
| "gles2_thunks.h",
|
|
|