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

Unified Diff: mash/session/BUILD.gn

Issue 2569953002: Removes example code that isn't correctly wired up (Closed)
Patch Set: Created 4 years 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/manifest.json » ('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 693f1324736c968ae91c93e638b5f4d3cc8f1a6c..edb0df5e2731237150912b60dd879ce4072540d2 100644
--- a/mash/session/BUILD.gn
+++ b/mash/session/BUILD.gn
@@ -18,10 +18,7 @@ source_set("lib") {
"//base",
"//content/public/common:service_names",
"//mash/common",
- "//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",
"//services/service_manager/public/cpp",
@@ -47,7 +44,6 @@ service("session") {
deps = [
":lib",
"//base",
- "//mash/session/public/interfaces",
"//mojo/common",
"//mojo/public/cpp/bindings",
"//services/service_manager/public/cpp",
« no previous file with comments | « mash/screenlock/screenlock.cc ('k') | mash/session/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698