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

Unified Diff: sky/BUILD.gn

Issue 1223053002: mv //sky/services/intents //sky/services/activity (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/apk/BUILD.gn » ('j') | 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 8955524c85d2439e194856405287275e40490478..d044f61b48cc3b55be2946c26f7328f9a8e2dd5d 100644
--- a/sky/BUILD.gn
+++ b/sky/BUILD.gn
@@ -30,7 +30,7 @@ group("sky_apk") {
]
if (is_android) {
- deps += [ "//sky/services/intents" ]
+ deps += [ "//sky/services/activity" ]
}
if (is_linux) {
« no previous file with comments | « no previous file | sky/sdk/example/demo_launcher/apk/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698