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

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

Issue 2236083002: Move mojo/public/c/gpu/* to mojo/public/c/include. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: foo Created 4 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
« no previous file with comments | « mojo/public/mojo_application.gni ('k') | mojo/public/platform/nacl/mgl_irt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/platform/nacl/BUILD.gn
diff --git a/mojo/public/platform/nacl/BUILD.gn b/mojo/public/platform/nacl/BUILD.gn
index ecbd5230e84336741bea10d123059ec9a766aa80..4a1c39f49845044c2a022828bbb00d3bec81eef1 100644
--- a/mojo/public/platform/nacl/BUILD.gn
+++ b/mojo/public/platform/nacl/BUILD.gn
@@ -11,10 +11,10 @@ mojo_sdk_source_set("mojo_irt_header") {
"mojo_irt.h",
]
mojo_sdk_public_deps = [
+ "mojo/public/c:MGL",
+ "mojo/public/c:MGL_onscreen",
+ "mojo/public/c:MGL_signal_sync_point",
"mojo/public/c:system",
- "mojo/public/c/gpu:MGL",
- "mojo/public/c/gpu:MGL_onscreen",
- "mojo/public/c/gpu:MGL_signal_sync_point",
]
}
« no previous file with comments | « mojo/public/mojo_application.gni ('k') | mojo/public/platform/nacl/mgl_irt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698