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

Unified Diff: mash/browser/public/interfaces/BUILD.gn

Issue 2509853002: Convert //mash to define service names in mojom (Closed)
Patch Set: . Created 4 years, 1 month 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 | « chrome/browser/ui/ash/system_tray_client.cc ('k') | mash/browser/public/interfaces/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/browser/public/interfaces/BUILD.gn
diff --git a/mash/session/public/interfaces/BUILD.gn b/mash/browser/public/interfaces/BUILD.gn
similarity index 69%
copy from mash/session/public/interfaces/BUILD.gn
copy to mash/browser/public/interfaces/BUILD.gn
index c4c687528573f0d0be8ca5918b18205347f60767..b1ea7722c51476c635c9d83d7a982c2d2db49e30 100644
--- a/mash/session/public/interfaces/BUILD.gn
+++ b/mash/browser/public/interfaces/BUILD.gn
@@ -4,8 +4,14 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("interfaces") {
+group("interfaces") {
+ deps = [
+ ":constants",
+ ]
+}
+
+mojom("constants") {
sources = [
- "session.mojom",
+ "constants.mojom",
]
}
« no previous file with comments | « chrome/browser/ui/ash/system_tray_client.cc ('k') | mash/browser/public/interfaces/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698