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

Unified Diff: examples/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: indentation Created 5 years, 4 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/bank_app/BUILD.gn » ('j') | examples/bank_app/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/BUILD.gn
diff --git a/examples/BUILD.gn b/examples/BUILD.gn
index f31fc3881a355c5027a816ac3f8e81913d5b9701..bfc293320b1ce1f8c55ab237d4f9d9bc0540bcb3 100644
--- a/examples/BUILD.gn
+++ b/examples/BUILD.gn
@@ -48,6 +48,9 @@ group("examples") {
if (defined(go_build_tool) && go_build_tool != "") {
deps += [ "//examples/go" ]
+ if (is_android) {
+ deps += [ "//examples/bank_app" ]
+ }
}
if (is_linux) {
« no previous file with comments | « no previous file | examples/bank_app/BUILD.gn » ('j') | examples/bank_app/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698