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

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

Issue 2507073002: Split ArcSessionManager from ArcAuthService. (Closed)
Patch Set: Split ArcSessionManager from ArcAuthService Created 4 years, 1 month 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 006cbe01ce53486215062bdb76c97c0e405f17ef..daf15907324936089cec4b685e4f1d8947682ec2 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -208,6 +208,8 @@ source_set("chromeos") {
"arc/arc_optin_uma.h",
"arc/arc_service_launcher.cc",
"arc/arc_service_launcher.h",
+ "arc/arc_session_manager.cc",
+ "arc/arc_session_manager.h",
"arc/arc_support_host.cc",
"arc/arc_support_host.h",
"arc/auth/arc_robot_auth.cc",
@@ -1379,7 +1381,7 @@ source_set("unit_tests") {
"../ui/browser_finder_chromeos_unittest.cc",
"accessibility/magnification_manager_unittest.cc",
"accessibility/spoken_feedback_event_rewriter_unittest.cc",
- "arc/arc_auth_service_unittest.cc",
+ "arc/arc_session_manager_unittest.cc",
"arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc",
"arc/fileapi/arc_content_file_system_async_file_util_unittest.cc",
"arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698