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

Unified Diff: examples/BUILD.gn

Issue 1411103004: mozart: Port the spinning cube example. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | examples/ui/spinning_cube/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/BUILD.gn
diff --git a/examples/BUILD.gn b/examples/BUILD.gn
index 03860cac6dc7e2210f3254ba526be185a17985da..b4fe608ef698b2febbc31fb2513adb178557f4a8 100644
--- a/examples/BUILD.gn
+++ b/examples/BUILD.gn
@@ -46,7 +46,10 @@ group("examples") {
}
if (is_linux || is_android) {
- deps += [ "//examples/surfaces_app" ]
+ deps += [
+ "//examples/ui/spinning_cube",
+ "//examples/surfaces_app",
+ ]
}
if (defined(go_build_tool) && go_build_tool != "") {
« no previous file with comments | « no previous file | examples/ui/spinning_cube/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698