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

Unified Diff: chromeos/BUILD.gn

Issue 2685793004: Chromad: Wire up displayName and givenName (Closed)
Patch Set: Combine SetDisplayName and SetGivenName into SetDisplayAndGiveName Created 3 years, 10 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 | « chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h ('k') | chromeos/dbus/auth_policy_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/BUILD.gn
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
index 2413b9e4454c116dbbb9c91f000f9bb70b70022d..cd535eb7ea050ba77c3298f1034c9ee838813b9d 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -25,6 +25,7 @@ component("chromeos") {
]
deps = [
":attestation_proto",
+ ":authpolicy_proto",
":cryptohome_proto",
":power_manager_proto",
"//base",
@@ -225,3 +226,11 @@ proto_library("cryptohome_signkey_proto") {
proto_out_dir = "chromeos/cryptohome"
}
+
+proto_library("authpolicy_proto") {
+ sources = [
+ "//third_party/cros_system_api/dbus/authpolicy/active_directory_account_data.proto",
+ ]
+
+ proto_out_dir = "chromeos/dbus/authpolicy"
+}
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h ('k') | chromeos/dbus/auth_policy_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698