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

Unified Diff: mojo/nacl/nonsfi/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/gpu/gl_context.h ('k') | mojo/public/c/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/nacl/nonsfi/BUILD.gn
diff --git a/mojo/nacl/nonsfi/BUILD.gn b/mojo/nacl/nonsfi/BUILD.gn
index a45c1f07262ea2aaaccc044311528ef85898295c..dfff5d5d1288e0f3d61ecc5fbb672b66d87198fc 100644
--- a/mojo/nacl/nonsfi/BUILD.gn
+++ b/mojo/nacl/nonsfi/BUILD.gn
@@ -53,9 +53,9 @@ static_library("irt_mojo") {
deps = [
"//base",
- "//mojo/public/c/gpu:MGL",
- "//mojo/public/c/gpu:MGL_onscreen",
- "//mojo/public/c/gpu:MGL_signal_sync_point",
+ "//mojo/public/c:MGL",
+ "//mojo/public/c:MGL_onscreen",
+ "//mojo/public/c:MGL_signal_sync_point",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/utility",
"//mojo/public/platform/nacl:mojo_irt_header",
« no previous file with comments | « mojo/gpu/gl_context.h ('k') | mojo/public/c/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698