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

Unified Diff: examples/echo/BUILD.gn

Issue 1261403003: Initial skeletal implementation of the PrincipalService. Also, use the Login()/GetUserBlessing() (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Default blessings Created 5 years, 5 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 | « no previous file | examples/echo/echo_client.cc » ('j') | examples/echo/echo_server.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/echo/BUILD.gn
diff --git a/examples/echo/BUILD.gn b/examples/echo/BUILD.gn
index b0db709dc4c08e2d2d6d77834ad81e9e1881218d..f82f6a40a4b91b68660d2b7b049de6259a065cd1 100644
--- a/examples/echo/BUILD.gn
+++ b/examples/echo/BUILD.gn
@@ -20,6 +20,7 @@ mojo_native_application("client") {
"//mojo/public/cpp/application:standalone",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/utility",
+ "//mojo/services/vanadium/security/public/interfaces",
]
sources = [
@@ -32,10 +33,11 @@ mojo_native_application("server") {
deps = [
":bindings",
+ "//mojo/common",
"//mojo/public/cpp/application:standalone",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/utility",
- "//mojo/common",
+ "//mojo/services/vanadium/security/public/interfaces",
]
sources = [
« no previous file with comments | « no previous file | examples/echo/echo_client.cc » ('j') | examples/echo/echo_server.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698