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

Unified Diff: mojo/public/c/gpu/BUILD.gn

Issue 1320833003: Expose SignalSyncPoint through MGL api (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 4 months 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/c/gpu/BUILD.gn
diff --git a/mojo/public/c/gpu/BUILD.gn b/mojo/public/c/gpu/BUILD.gn
index afab7a14f36d2e4a15d9552fe97155773170ecc5..51fa69a2ef8c88992f8bd990b9cf1788765f3224 100644
--- a/mojo/public/c/gpu/BUILD.gn
+++ b/mojo/public/c/gpu/BUILD.gn
@@ -14,6 +14,7 @@ group("gpu") {
deps = [
":MGL",
+ ":MGL_signal_sync_point",
":GLES2",
"../../platform/native:mgl_thunks",
"../../platform/native:gles2",
@@ -50,6 +51,16 @@ mojo_sdk_source_set("MGL_onscreen") {
]
}
+mojo_sdk_source_set("MGL_signal_sync_point") {
+ sources = [
+ "MGL/mgl_signal_sync_point.h",
+ ]
+
+ public_deps = [
+ ":MGL",
+ ]
+}
+
mojo_sdk_source_set("GLES2") {
sources = [
"GLES2/gl2.h",

Powered by Google App Engine
This is Rietveld 408576698