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

Unified Diff: sky/services/activity/BUILD.gn

Issue 1227973002: Build skyx packages by default (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: typo 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/example/stocks/BUILD.gn ('k') | sky/services/engine/BUILD.gn » ('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/activity/BUILD.gn b/sky/services/activity/BUILD.gn
index ee5dbf3b5c482284166d661e7baf40e98369607f..e55ee07a619eb82ce84d2bc97e05de9da08c78ec 100644
--- a/sky/services/activity/BUILD.gn
+++ b/sky/services/activity/BUILD.gn
@@ -16,6 +16,12 @@ group("activity") {
}
}
+mojom("interfaces") {
+ sources = [
+ "activity.mojom",
+ ]
+}
+
if (is_android) {
import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
@@ -31,9 +37,3 @@ if (is_android) {
]
}
}
-
-mojom("interfaces") {
- sources = [
- "activity.mojom",
- ]
-}
« no previous file with comments | « sky/sdk/example/stocks/BUILD.gn ('k') | sky/services/engine/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698