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

Side by Side Diff: chrome/browser/chromeos/BUILD.gn

Issue 2902293002: Introduce lock screen app manager (Closed)
Patch Set: . Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//extensions/features/features.gni") 7 import("//extensions/features/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 "language_preferences.cc", 701 "language_preferences.cc",
702 "language_preferences.h", 702 "language_preferences.h",
703 "launcher_search_provider/error_reporter.cc", 703 "launcher_search_provider/error_reporter.cc",
704 "launcher_search_provider/error_reporter.h", 704 "launcher_search_provider/error_reporter.h",
705 "launcher_search_provider/launcher_search_provider_service.cc", 705 "launcher_search_provider/launcher_search_provider_service.cc",
706 "launcher_search_provider/launcher_search_provider_service.h", 706 "launcher_search_provider/launcher_search_provider_service.h",
707 "launcher_search_provider/launcher_search_provider_service_factory.cc", 707 "launcher_search_provider/launcher_search_provider_service_factory.cc",
708 "launcher_search_provider/launcher_search_provider_service_factory.h", 708 "launcher_search_provider/launcher_search_provider_service_factory.h",
709 "locale_change_guard.cc", 709 "locale_change_guard.cc",
710 "locale_change_guard.h", 710 "locale_change_guard.h",
711 "lock_screen_apps/app_manager.h",
712 "lock_screen_apps/app_manager_impl.cc",
713 "lock_screen_apps/app_manager_impl.h",
711 "lock_screen_apps/state_controller.cc", 714 "lock_screen_apps/state_controller.cc",
712 "lock_screen_apps/state_controller.h", 715 "lock_screen_apps/state_controller.h",
713 "lock_screen_apps/state_observer.h", 716 "lock_screen_apps/state_observer.h",
714 "login/app_launch_controller.cc", 717 "login/app_launch_controller.cc",
715 "login/app_launch_controller.h", 718 "login/app_launch_controller.h",
716 "login/app_launch_signin_screen.cc", 719 "login/app_launch_signin_screen.cc",
717 "login/app_launch_signin_screen.h", 720 "login/app_launch_signin_screen.h",
718 "login/arc_kiosk_controller.cc", 721 "login/arc_kiosk_controller.cc",
719 "login/arc_kiosk_controller.h", 722 "login/arc_kiosk_controller.h",
720 "login/auth/auth_prewarmer.cc", 723 "login/auth/auth_prewarmer.cc",
(...skipping 949 matching lines...) Expand 10 before | Expand all | Expand 10 after
1670 "fileapi/file_system_backend_unittest.cc", 1673 "fileapi/file_system_backend_unittest.cc",
1671 "hats/hats_finch_helper_unittest.cc", 1674 "hats/hats_finch_helper_unittest.cc",
1672 "hats/hats_notification_controller_unittest.cc", 1675 "hats/hats_notification_controller_unittest.cc",
1673 "input_method/browser_state_monitor_unittest.cc", 1676 "input_method/browser_state_monitor_unittest.cc",
1674 "input_method/input_method_configuration_unittest.cc", 1677 "input_method/input_method_configuration_unittest.cc",
1675 "input_method/input_method_engine_unittest.cc", 1678 "input_method/input_method_engine_unittest.cc",
1676 "input_method/input_method_manager_impl_unittest.cc", 1679 "input_method/input_method_manager_impl_unittest.cc",
1677 "input_method/input_method_persistence_unittest.cc", 1680 "input_method/input_method_persistence_unittest.cc",
1678 "input_method/input_method_util_unittest.cc", 1681 "input_method/input_method_util_unittest.cc",
1679 "locale_change_guard_unittest.cc", 1682 "locale_change_guard_unittest.cc",
1683 "lock_screen_apps/app_manager_impl_unittest.cc",
1680 "lock_screen_apps/state_controller_unittest.cc", 1684 "lock_screen_apps/state_controller_unittest.cc",
1681 "login/auth/cryptohome_authenticator_unittest.cc", 1685 "login/auth/cryptohome_authenticator_unittest.cc",
1682 "login/easy_unlock/easy_unlock_challenge_wrapper_unittest.cc", 1686 "login/easy_unlock/easy_unlock_challenge_wrapper_unittest.cc",
1683 "login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc", 1687 "login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc",
1684 "login/enrollment/enrollment_screen_unittest.cc", 1688 "login/enrollment/enrollment_screen_unittest.cc",
1685 "login/error_screens_histogram_helper_unittest.cc", 1689 "login/error_screens_histogram_helper_unittest.cc",
1686 "login/existing_user_controller_auto_login_unittest.cc", 1690 "login/existing_user_controller_auto_login_unittest.cc",
1687 "login/hwid_checker_unittest.cc", 1691 "login/hwid_checker_unittest.cc",
1688 "login/profile_auth_data_unittest.cc", 1692 "login/profile_auth_data_unittest.cc",
1689 "login/quick_unlock/fingerprint_storage_unittest.cc", 1693 "login/quick_unlock/fingerprint_storage_unittest.cc",
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
1867 "policy/proto/chrome_device_policy.proto", 1871 "policy/proto/chrome_device_policy.proto",
1868 "policy/proto/install_attributes.proto", 1872 "policy/proto/install_attributes.proto",
1869 ] 1873 ]
1870 } 1874 }
1871 1875
1872 proto_library("attestation_proto") { 1876 proto_library("attestation_proto") {
1873 sources = [ 1877 sources = [
1874 "attestation/attestation_key_payload.proto", 1878 "attestation/attestation_key_payload.proto",
1875 ] 1879 ]
1876 } 1880 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698