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

Unified Diff: sky/BUILD.gn

Issue 1232483002: rename sky_apk to sky_dev (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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/BUILD.gn
diff --git a/sky/BUILD.gn b/sky/BUILD.gn
index d044f61b48cc3b55be2946c26f7328f9a8e2dd5d..868218ad03d1a586a7de4a5e164d4d2f9bd4d296 100644
--- a/sky/BUILD.gn
+++ b/sky/BUILD.gn
@@ -14,7 +14,7 @@ group("sky") {
"//sky/tools/packager($host_toolchain)",
"//sky/tools/tester",
"//sky/viewer",
- ":sky_apk",
+ ":sky_dev",
]
if (!is_android) {
@@ -22,7 +22,7 @@ group("sky") {
}
}
-group("sky_apk") {
+group("sky_dev") {
testonly = true
deps = [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698