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

Unified Diff: mash/shell/BUILD.gn

Issue 1637113003: Add simplistic screenlock application. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 months 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/shell/public/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/shell/BUILD.gn
diff --git a/mash/shell/BUILD.gn b/mash/shell/BUILD.gn
index 25487bdb9a64bc91a5b6daed10b5ca443e96f4f0..b62be8ee1a0c2474f1604fe6256838d52ea7c799 100644
--- a/mash/shell/BUILD.gn
+++ b/mash/shell/BUILD.gn
@@ -18,6 +18,9 @@ mojo_native_application("shell") {
deps = [
"//base",
+ "//mash/screenlock/public/interfaces",
+ "//mash/shell/public/interfaces",
+ "//mojo/common",
"//mojo/public/cpp/bindings",
"//mojo/shell/public/cpp",
"//mojo/shell/public/cpp:sources",
« no previous file with comments | « mash/screenlock/screenlock.cc ('k') | mash/shell/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698