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

Unified Diff: mash/package/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/login/public/interfaces/constants.mojom ('k') | mash/package/mash_packaged_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/package/BUILD.gn
diff --git a/mash/package/BUILD.gn b/mash/package/BUILD.gn
index 1cd3f5f46e7434194bdc00a059a25055274d061d..e0ab71b5099e556841181265fd88947a14a4966e 100644
--- a/mash/package/BUILD.gn
+++ b/mash/package/BUILD.gn
@@ -13,10 +13,14 @@ source_set("package") {
"//ash/mus:lib",
"//ash/touch_hud/mus:lib",
"//mash/catalog_viewer:lib",
+ "//mash/catalog_viewer/public/interfaces:constants",
"//mash/public/interfaces",
"//mash/quick_launch:lib",
+ "//mash/quick_launch/public/interfaces:constants",
"//mash/session:lib",
+ "//mash/session/public/interfaces:constants",
"//mash/task_viewer:lib",
+ "//mash/task_viewer/public/interfaces:constants",
"//services/service_manager/public/cpp",
"//services/service_manager/public/interfaces",
"//services/ui:lib",
« no previous file with comments | « mash/login/public/interfaces/constants.mojom ('k') | mash/package/mash_packaged_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698