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

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

Issue 780733002: Simplify the thunk targets since we don't support apps as components (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
« no previous file with comments | « mojo/public/mojo_application.gni ('k') | mojo/services/network/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/platform/native/BUILD.gn
diff --git a/mojo/public/platform/native/BUILD.gn b/mojo/public/platform/native/BUILD.gn
index e7919aed815bb30564b774959eb13632d7498a36..a2f050c56daef7d9f9e20ec966bac590cd910ede 100644
--- a/mojo/public/platform/native/BUILD.gn
+++ b/mojo/public/platform/native/BUILD.gn
@@ -25,9 +25,8 @@ source_set("system_thunks") {
# source_set here, this flag change is not needed.
}
-# GYP version: mojo/mojo_public_gles2_for_loadable_module.gypi
source_set("gles2_thunks") {
- visibility = [ "//mojo/public/gles2:for_shared_library" ]
+ visibility = [ "//mojo/public/c/gles2" ]
sources = [
"gles2_thunks.cc",
@@ -47,7 +46,7 @@ source_set("gles2_thunks") {
configs += [ "//third_party/khronos:khronos_headers" ]
deps = [
- "//mojo/public/c/gles2",
+ "//mojo/public/c/gles2:headers",
"//mojo/public/c/environment",
"//mojo/public/c/system",
]
« no previous file with comments | « mojo/public/mojo_application.gni ('k') | mojo/services/network/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698