| 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",
 | 
| 
 |