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

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

Issue 2547073002: Fix race issue in ArcAuthService. (Closed)
Patch Set: Created 4 years 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 ade3609a36c256226ae1fe40216ec753090cfda0..823106535c8e8ffa84c6188f343ab052d1d85fc2 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",
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_auth_code_fetcher.h » ('j') | chrome/browser/chromeos/arc/arc_auth_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698