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

Unified Diff: BUILD.gn

Issue 1227203009: fix sky_apk reference (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: remove unused code 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: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 10c7483ac759d7e9e75a4f95b9c6c7adc7ce82dd..620cfe84b47c735a571bcf054fa26dbf013cade1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -27,14 +27,9 @@ group("default") {
}
if (is_ios) {
- deps = []
deps = [
"//sky/shell",
-
- # TODO(csg): This target builds the testonly dependencies that allow
- # running a local instance of Sky server. Needs to to be renamed to not
- # imply Android specific behavior
- "//sky:sky_apk",
+ "//sky:sky_dev",
]
}
}
« 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