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

Unified Diff: examples/spinning_cube/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 | « examples/shadows/vfx/BUILD.gn ('k') | examples/spinning_cube/gles2_client_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/spinning_cube/BUILD.gn
diff --git a/examples/spinning_cube/BUILD.gn b/examples/spinning_cube/BUILD.gn
index bec38c5baaa3e160a36f8ec1e745c4e12a01ae36..cd795eeac3f67f5e99d3e42bcc52ede2b1c456e0 100644
--- a/examples/spinning_cube/BUILD.gn
+++ b/examples/spinning_cube/BUILD.gn
@@ -14,8 +14,8 @@ mojo_native_application("spinning_cube") {
deps = [
":lib",
"//base",
- "//mojo/public/c/gpu",
- "//mojo/public/c/gpu:gpu_onscreen",
+ "//mojo/public/c:gpu",
+ "//mojo/public/c:gpu_onscreen",
"//mojo/public/cpp/application:standalone",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/environment",
@@ -36,8 +36,8 @@ source_set("lib") {
deps = [
"//base",
- "//mojo/public/c/gpu",
- "//mojo/public/c/gpu:MGL",
+ "//mojo/public/c:MGL",
+ "//mojo/public/c:gpu",
"//mojo/public/cpp/environment",
]
}
« no previous file with comments | « examples/shadows/vfx/BUILD.gn ('k') | examples/spinning_cube/gles2_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698