Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1567)

Unified Diff: mojo/public/platform/native/BUILD.gn

Issue 754963008: Simplify //mojo/public/c/system targets (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698