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

Unified Diff: mojo/services/vanadium/security/public/interfaces/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: code-review comments from ataly 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
Index: mojo/services/vanadium/security/public/interfaces/BUILD.gn
diff --git a/mojo/services/icu_data/public/interfaces/BUILD.gn b/mojo/services/vanadium/security/public/interfaces/BUILD.gn
similarity index 93%
copy from mojo/services/icu_data/public/interfaces/BUILD.gn
copy to mojo/services/vanadium/security/public/interfaces/BUILD.gn
index 77052ee8b7acd6df2784bfedcc2595b9039b94a4..48eea5b7c75ad253f6a048a5a8f736a4acfef493 100644
--- a/mojo/services/icu_data/public/interfaces/BUILD.gn
+++ b/mojo/services/vanadium/security/public/interfaces/BUILD.gn
@@ -7,6 +7,6 @@ import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "icu_data.mojom",
+ "principal.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698