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

Unified Diff: mash/session/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/screenlock/screenlock.cc ('k') | mash/session/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/session/BUILD.gn
diff --git a/mash/session/BUILD.gn b/mash/session/BUILD.gn
index 90dd577f7e3831b7035ea86577ee61685572fd5f..535adad465584db49d7365c0695456f19659ab2a 100644
--- a/mash/session/BUILD.gn
+++ b/mash/session/BUILD.gn
@@ -16,7 +16,10 @@ source_set("lib") {
deps = [
"//base",
+ "//content/public/common:service_names",
"//mash/login/public/interfaces",
+ "//mash/quick_launch/public/interfaces:constants",
+ "//mash/screenlock/public/interfaces:constants",
"//mash/session/public/interfaces",
"//mojo/common",
"//mojo/public/cpp/bindings",
« no previous file with comments | « mash/screenlock/screenlock.cc ('k') | mash/session/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698