| Index: chrome/browser/chromeos/BUILD.gn
|
| diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
|
| index 102c6781c895cbb575ce2124449086b722ac8e82..95b5a6689a1c3461e047d5071fc6dd360732c51f 100644
|
| --- a/chrome/browser/chromeos/BUILD.gn
|
| +++ b/chrome/browser/chromeos/BUILD.gn
|
| @@ -52,6 +52,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",
|
| @@ -350,6 +351,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",
|
|
|