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

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

Issue 2723073002: Extract kArcEnabled preference from ArcSessionManager part 2. (Closed)
Patch Set: Created 3 years, 10 months 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 6e3e8103bf6e0a54ba4237085786d754e91fa705..80bee2a72d22cef07f2cf1b163cedc9ef78632b2 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -224,6 +224,8 @@ source_set("chromeos") {
"arc/arc_auth_service.h",
"arc/arc_optin_uma.cc",
"arc/arc_optin_uma.h",
+ "arc/arc_play_store_enabled_preference_handler.cc",
+ "arc/arc_play_store_enabled_preference_handler.h",
"arc/arc_service_launcher.cc",
"arc/arc_service_launcher.h",
"arc/arc_session_manager.cc",
@@ -1501,6 +1503,7 @@ source_set("unit_tests") {
"accessibility/magnification_manager_unittest.cc",
"accessibility/select_to_speak_event_handler_unittest.cc",
"accessibility/spoken_feedback_event_rewriter_unittest.cc",
+ "arc/arc_play_store_enabled_preference_handler_unittest.cc",
"arc/arc_session_manager_unittest.cc",
"arc/arc_util_unittest.cc",
"arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698