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

Unified Diff: examples/ui/spinning_cube/BUILD.gn

Issue 1559723002: Update the UI examples. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-14
Patch Set: address feedback Created 4 years, 11 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/ui/shapes/shapes_view.cc ('k') | examples/ui/spinning_cube/spinning_cube_app.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/ui/spinning_cube/BUILD.gn
diff --git a/examples/ui/spinning_cube/BUILD.gn b/examples/ui/spinning_cube/BUILD.gn
index db71418089d8934c3193b7262819bb12ce0c5531..ef0ee43e9627c076ebe13893d2e7b922c6ea2782 100644
--- a/examples/ui/spinning_cube/BUILD.gn
+++ b/examples/ui/spinning_cube/BUILD.gn
@@ -23,13 +23,17 @@ mojo_native_application("spinning_cube") {
"//mojo/environment:chromium",
"//mojo/gpu",
"//mojo/public/c/gpu",
- "//mojo/public/c/gpu:gpu_onscreen",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/environment",
"//mojo/public/cpp/system",
+ "//mojo/services/geometry/cpp",
"//mojo/services/geometry/interfaces",
+ "//mojo/services/gfx/composition/interfaces",
"//mojo/services/input_events/interfaces",
- "//mojo/services/surfaces/interfaces",
+ "//mojo/services/ui/input/interfaces",
"//mojo/services/ui/views/interfaces",
+ "//mojo/ui",
+ "//mojo/ui:ganesh",
+ "//mojo/ui:gl",
]
}
« no previous file with comments | « examples/ui/shapes/shapes_view.cc ('k') | examples/ui/spinning_cube/spinning_cube_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698