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

Unified Diff: sky/services/activity/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/sdk/lib/mojo/activity.dart ('k') | sky/services/activity/activity.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/services/activity/BUILD.gn
diff --git a/sky/services/intents/BUILD.gn b/sky/services/activity/BUILD.gn
similarity index 77%
rename from sky/services/intents/BUILD.gn
rename to sky/services/activity/BUILD.gn
index 52bf6692fbbff7aa8c1536cbf5af3dabf01f86d0..ee5dbf3b5c482284166d661e7baf40e98369607f 100644
--- a/sky/services/intents/BUILD.gn
+++ b/sky/services/activity/BUILD.gn
@@ -4,7 +4,7 @@
import("//mojo/public/tools/bindings/mojom.gni")
-group("intents") {
+group("activity") {
testonly = true
deps = [
@@ -12,7 +12,7 @@ group("intents") {
]
if (is_android) {
- deps += [ ":intents_lib" ]
+ deps += [ ":activity_lib" ]
}
}
@@ -20,8 +20,8 @@ if (is_android) {
import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
- android_library("intents_lib") {
- java_files = [ "src/org/domokit/intents/ActivityManagerImpl.java" ]
+ android_library("activity_lib") {
+ java_files = [ "src/org/domokit/activity/ActivityImpl.java" ]
deps = [
"//base:base_java",
@@ -34,6 +34,6 @@ if (is_android) {
mojom("interfaces") {
sources = [
- "intents.mojom",
+ "activity.mojom",
]
}
« no previous file with comments | « sky/sdk/lib/mojo/activity.dart ('k') | sky/services/activity/activity.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698