| Index: chrome/browser/chromeos/BUILD.gn
|
| diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
|
| index 87584d655860865e9242dc9ee5cdf0fda71c6702..aaf9540f9cb413b0749f072121256741f43a1b57 100644
|
| --- a/chrome/browser/chromeos/BUILD.gn
|
| +++ b/chrome/browser/chromeos/BUILD.gn
|
| @@ -207,8 +207,6 @@ source_set("chromeos") {
|
| "app_mode/kiosk_session_plugin_handler_delegate.h",
|
| "app_mode/startup_app_launcher.cc",
|
| "app_mode/startup_app_launcher.h",
|
| - "arc/arc_auth_code_fetcher.cc",
|
| - "arc/arc_auth_code_fetcher.h",
|
| "arc/arc_auth_context.cc",
|
| "arc/arc_auth_context.h",
|
| "arc/arc_auth_service.cc",
|
| @@ -221,8 +219,13 @@ source_set("chromeos") {
|
| "arc/arc_session_manager.h",
|
| "arc/arc_support_host.cc",
|
| "arc/arc_support_host.h",
|
| - "arc/auth/arc_robot_auth.cc",
|
| - "arc/auth/arc_robot_auth.h",
|
| + "arc/auth/arc_auth_code_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",
|
| + "arc/auth/arc_manual_auth_code_fetcher.h",
|
| + "arc/auth/arc_robot_auth_code_fetcher.cc",
|
| + "arc/auth/arc_robot_auth_code_fetcher.h",
|
| "arc/downloads_watcher/arc_downloads_watcher_service.cc",
|
| "arc/downloads_watcher/arc_downloads_watcher_service.h",
|
| "arc/enterprise/arc_enterprise_reporting_service.cc",
|
|
|