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

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

Issue 2839383002: Introduce lock_screen_apps to chrome/browser/chromeos (Closed)
Patch Set: . Created 3 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/lock_screen_apps/OWNERS » ('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 bab888ea9eb617963e42f19a29a1e64d90b2d176..3112764fe909b030dd1844ab9722bb13b3a4c9e4 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -706,6 +706,10 @@ source_set("chromeos") {
"libc_close_tracking.h",
"locale_change_guard.cc",
"locale_change_guard.h",
+ "lock_screen_apps/state_controller.cc",
+ "lock_screen_apps/state_controller.h",
+ "lock_screen_apps/state_observer.h",
+ "lock_screen_apps/types.h",
"login/app_launch_controller.cc",
"login/app_launch_controller.h",
"login/app_launch_signin_screen.cc",
@@ -1655,6 +1659,7 @@ source_set("unit_tests") {
"input_method/input_method_util_unittest.cc",
"libc_close_tracking_unittest.cc",
"locale_change_guard_unittest.cc",
+ "lock_screen_apps/state_controller_unittest.cc",
"login/auth/cryptohome_authenticator_unittest.cc",
"login/easy_unlock/easy_unlock_challenge_wrapper_unittest.cc",
"login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc",
« no previous file with comments | « no previous file | chrome/browser/chromeos/lock_screen_apps/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698