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

Unified Diff: sky/sdk/example/demo_launcher/apk/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 | « sky/BUILD.gn ('k') | sky/sdk/example/demo_launcher/apk/org/domokit/sky/demo/SkyDemoApplication.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/demo_launcher/apk/BUILD.gn
diff --git a/sky/sdk/example/demo_launcher/apk/BUILD.gn b/sky/sdk/example/demo_launcher/apk/BUILD.gn
index 7e9311092e43fec6e245dced14c96e3955b1c6b8..07279cb7521e4b879d9a23c886c0c3b41fe14da2 100644
--- a/sky/sdk/example/demo_launcher/apk/BUILD.gn
+++ b/sky/sdk/example/demo_launcher/apk/BUILD.gn
@@ -21,8 +21,8 @@ android_library("java") {
"//mojo/services/sensors/public/interfaces:interfaces_java",
"//services/keyboard",
"//services/sensors:sensors_lib",
- "//sky/services/intents:intents_lib",
- "//sky/services/intents:interfaces_java",
+ "//sky/services/activity:activity_lib",
+ "//sky/services/activity:interfaces_java",
"//sky/services/media:media_lib",
"//sky/services/media:interfaces_java",
"//sky/shell:java",
« no previous file with comments | « sky/BUILD.gn ('k') | sky/sdk/example/demo_launcher/apk/org/domokit/sky/demo/SkyDemoApplication.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698