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

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

Issue 2547073002: Fix race issue in ArcAuthService. (Closed)
Patch Set: Address comments 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_auth_code_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_auth_code_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698