| Index: chrome/browser/chromeos/BUILD.gn
|
| diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
|
| index 5436b5ee5eddaa609b8f564273bca67b58156d1d..24634fe2d4a3e0450d0ea6a68473dd8f969e9395 100644
|
| --- a/chrome/browser/chromeos/BUILD.gn
|
| +++ b/chrome/browser/chromeos/BUILD.gn
|
| @@ -225,7 +225,9 @@ source_set("chromeos") {
|
| "arc/arc_session_manager.h",
|
| "arc/arc_support_host.cc",
|
| "arc/arc_support_host.h",
|
| - "arc/auth/arc_auth_code_fetcher.h",
|
| + "arc/auth/arc_active_directory_enrollment_token_fetcher.cc",
|
| + "arc/auth/arc_active_directory_enrollment_token_fetcher.h",
|
| + "arc/auth/arc_auth_info_fetcher.h",
|
| "arc/auth/arc_background_auth_code_fetcher.cc",
|
| "arc/auth/arc_background_auth_code_fetcher.h",
|
| "arc/auth/arc_manual_auth_code_fetcher.cc",
|
|
|