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

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

Issue 1909133002: Add MGLEcho (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: git add Created 4 years, 8 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
« no previous file with comments | « mojo/public/c/gpu/MGL/mgl_echo.h ('k') | mojo/public/platform/native/mgl_echo_thunks.h » ('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 e88ac01612e236cf9f0e3785be1550039970bc18..e7b93da3a5912d7883b2181e34e1f08b0155acd1 100644
--- a/mojo/public/platform/native/BUILD.gn
+++ b/mojo/public/platform/native/BUILD.gn
@@ -106,6 +106,8 @@ mojo_sdk_source_set("gpu_thunks") {
mojo_sdk_source_set("mgl_thunks") {
sources = [
+ "mgl_echo_thunks.c",
+ "mgl_echo_thunks.h",
"mgl_signal_sync_point_thunks.c",
"mgl_signal_sync_point_thunks.h",
"mgl_thunks.c",
@@ -115,6 +117,7 @@ mojo_sdk_source_set("mgl_thunks") {
mojo_sdk_deps = [
"mojo/public/c/gpu:MGL",
"mojo/public/c/gpu:MGL_signal_sync_point",
+ "mojo/public/c/gpu:MGL_echo",
]
}
« no previous file with comments | « mojo/public/c/gpu/MGL/mgl_echo.h ('k') | mojo/public/platform/native/mgl_echo_thunks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698