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

Unified Diff: mojo/public/platform/native/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/platform/native/BUILD.gn
diff --git a/mojo/public/platform/native/BUILD.gn b/mojo/public/platform/native/BUILD.gn
index d5df61b2d88961e658a7f42b0f19386586e604ea..e807dbd52c4e5ac9581dc639ef97df2126b07c3e 100644
--- a/mojo/public/platform/native/BUILD.gn
+++ b/mojo/public/platform/native/BUILD.gn
@@ -116,11 +116,16 @@ mojo_sdk_source_set("gpu_thunks") {
mojo_sdk_source_set("mgl_thunks") {
sources = [
+ "mgl_signal_sync_point_thunks.c",
+ "mgl_signal_sync_point_thunks.h",
"mgl_thunks.c",
"mgl_thunks.h",
]
- mojo_sdk_deps = [ "mojo/public/c/gpu:MGL" ]
+ mojo_sdk_deps = [
+ "mojo/public/c/gpu:MGL",
+ "mojo/public/c/gpu:MGL_signal_sync_point",
+ ]
}
mojo_sdk_source_set("mgl_onscreen_thunks") {

Powered by Google App Engine
This is Rietveld 408576698