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

Unified Diff: examples/dart/console_example/BUILD.gn

Issue 1116653002: Introduce authentication service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 8 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
Index: examples/dart/console_example/BUILD.gn
diff --git a/examples/dart/console_example/BUILD.gn b/examples/dart/console_example/BUILD.gn
index 39ae8e5943fdde02ad1defa1458bf0bb690bb18b..2e4c952783ea03fa4bde9869273794e680b7e460 100644
--- a/examples/dart/console_example/BUILD.gn
+++ b/examples/dart/console_example/BUILD.gn
@@ -11,5 +11,6 @@ dart_packaged_application("console_example") {
deps = [
"//mojo/public/dart",
"//mojo/services/console/public/interfaces",
+ "//services/authentication:bindings",
ppi 2015/04/29 13:32:23 Is this intentional? There are no changed .dart fi
qsr 2015/04/29 14:22:19 Was my tests. Sorry. Thanks.
]
}

Powered by Google App Engine
This is Rietveld 408576698