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

Unified Diff: sky/sdk/example/BUILD.gn

Issue 1227373004: Make Sky example game run offline (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | sky/sdk/example/demo_launcher/BUILD.gn » ('j') | sky/sdk/lib/mojo/asset_bundle.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/BUILD.gn
diff --git a/sky/sdk/example/BUILD.gn b/sky/sdk/example/BUILD.gn
index 96325eb18bd7bb78c86072590e690238c6bd3923..7e71cb1fbb7e6b5eaf4a24103d1a2510384bb8fe 100644
--- a/sky/sdk/example/BUILD.gn
+++ b/sky/sdk/example/BUILD.gn
@@ -6,9 +6,10 @@ group("example") {
testonly = true
deps = [
- "//sky/sdk/example/rendering",
"//sky/sdk/example/demo_launcher",
+ "//sky/sdk/example/game",
"//sky/sdk/example/mine_digger",
+ "//sky/sdk/example/rendering",
"//sky/sdk/example/stocks",
"//sky/sdk/example/widgets",
]
« no previous file with comments | « no previous file | sky/sdk/example/demo_launcher/BUILD.gn » ('j') | sky/sdk/lib/mojo/asset_bundle.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698