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

Unified Diff: chrome/browser/chromeos/BUILD.gn

Issue 2860443002: Chromad: Create AuthPolicyCredentialsManager (Closed)
Patch Set: More addressing comments Created 3 years, 7 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: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index f16ea783b1385160b8bd401adb8afe5311e04a7c..dd412050560abe683dce6dcb472ae691388a97c2 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -53,6 +53,7 @@ source_set("chromeos") {
"//chrome/common/safe_browsing:proto",
"//chromeos",
"//chromeos:attestation_proto",
+ "//chromeos:authpolicy_proto",
"//chromeos:cryptohome_proto",
"//chromeos:cryptohome_signkey_proto",
"//chromeos/components/tether",
@@ -352,6 +353,8 @@ source_set("chromeos") {
"attestation/platform_verification_flow.h",
"attestation/platform_verification_impl.cc",
"attestation/platform_verification_impl.h",
+ "authpolicy/auth_policy_credentials_manager.cc",
+ "authpolicy/auth_policy_credentials_manager.h",
"background/ash_wallpaper_delegate.cc",
"background/ash_wallpaper_delegate.h",
"base/file_flusher.cc",

Powered by Google App Engine
This is Rietveld 408576698