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

Unified Diff: mojo/public/c/gpu/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/gles2/mgl_impl.cc ('k') | mojo/public/c/gpu/MGL/mgl_echo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/gpu/BUILD.gn
diff --git a/mojo/public/c/gpu/BUILD.gn b/mojo/public/c/gpu/BUILD.gn
index 4b578fcab19fb9d2e41dab054bf2c3084425c6ee..dde80e1ad3c5fd129aaf8bdb889210e483b53393 100644
--- a/mojo/public/c/gpu/BUILD.gn
+++ b/mojo/public/c/gpu/BUILD.gn
@@ -13,9 +13,9 @@ group("gpu") {
public_configs = [ ":gpu_configs" ]
deps = [
+ ":GLES2",
":MGL",
":MGL_signal_sync_point",
- ":GLES2",
"../../platform/native:gles2",
]
if (!is_nacl) {
@@ -55,6 +55,16 @@ mojo_sdk_source_set("MGL_onscreen") {
]
}
+mojo_sdk_source_set("MGL_echo") {
+ sources = [
+ "MGL/mgl_echo.h",
+ ]
+
+ public_deps = [
+ ":MGL",
+ ]
+}
+
mojo_sdk_source_set("MGL_signal_sync_point") {
sources = [
"MGL/mgl_signal_sync_point.h",
« no previous file with comments | « mojo/gles2/mgl_impl.cc ('k') | mojo/public/c/gpu/MGL/mgl_echo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698