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

Unified Diff: mash/session/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 | « mash/session/DEPS ('k') | mash/session/public/interfaces/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/session/public/interfaces/BUILD.gn
diff --git a/mash/session/public/interfaces/BUILD.gn b/mash/session/public/interfaces/BUILD.gn
index c4c687528573f0d0be8ca5918b18205347f60767..fc0d5c06da83baa80bcf97291089b6ce47c792ac 100644
--- a/mash/session/public/interfaces/BUILD.gn
+++ b/mash/session/public/interfaces/BUILD.gn
@@ -8,4 +8,14 @@ mojom("interfaces") {
sources = [
"session.mojom",
]
+
+ public_deps = [
+ ":constants",
+ ]
+}
+
+mojom("constants") {
+ sources = [
+ "constants.mojom",
+ ]
}
« no previous file with comments | « mash/session/DEPS ('k') | mash/session/public/interfaces/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698