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

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

Issue 1211883004: Update Stocks.apk build tech (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | « sky/sdk/README.md ('k') | sky/sdk/example/stocks/BUILD.gn » ('j') | no next file with comments »
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 d8769a62a31ad6d7b69f78d0d81fc94fd9e5b080..bb037c8bad9b317b804b4ca87d9eb3f208af1187 100644
--- a/sky/sdk/example/BUILD.gn
+++ b/sky/sdk/example/BUILD.gn
@@ -8,6 +8,9 @@ group("example") {
deps = []
if (is_android) {
- deps += [ "//sky/sdk/example/mine_digger" ]
+ deps += [
+ "//sky/sdk/example/mine_digger",
+ "//sky/sdk/example/stocks",
+ ]
}
}
« no previous file with comments | « sky/sdk/README.md ('k') | sky/sdk/example/stocks/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698