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

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

Issue 2839383002: Introduce lock_screen_apps to chrome/browser/chromeos (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
« no previous file with comments | « no previous file | chrome/browser/chromeos/lock_screen_apps/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 "launcher_search_provider/error_reporter.cc", 699 "launcher_search_provider/error_reporter.cc",
700 "launcher_search_provider/error_reporter.h", 700 "launcher_search_provider/error_reporter.h",
701 "launcher_search_provider/launcher_search_provider_service.cc", 701 "launcher_search_provider/launcher_search_provider_service.cc",
702 "launcher_search_provider/launcher_search_provider_service.h", 702 "launcher_search_provider/launcher_search_provider_service.h",
703 "launcher_search_provider/launcher_search_provider_service_factory.cc", 703 "launcher_search_provider/launcher_search_provider_service_factory.cc",
704 "launcher_search_provider/launcher_search_provider_service_factory.h", 704 "launcher_search_provider/launcher_search_provider_service_factory.h",
705 "libc_close_tracking.cc", 705 "libc_close_tracking.cc",
706 "libc_close_tracking.h", 706 "libc_close_tracking.h",
707 "locale_change_guard.cc", 707 "locale_change_guard.cc",
708 "locale_change_guard.h", 708 "locale_change_guard.h",
709 "lock_screen_apps/state_controller.cc",
710 "lock_screen_apps/state_controller.h",
711 "lock_screen_apps/state_observer.h",
712 "lock_screen_apps/types.h",
709 "login/app_launch_controller.cc", 713 "login/app_launch_controller.cc",
710 "login/app_launch_controller.h", 714 "login/app_launch_controller.h",
711 "login/app_launch_signin_screen.cc", 715 "login/app_launch_signin_screen.cc",
712 "login/app_launch_signin_screen.h", 716 "login/app_launch_signin_screen.h",
713 "login/arc_kiosk_controller.cc", 717 "login/arc_kiosk_controller.cc",
714 "login/arc_kiosk_controller.h", 718 "login/arc_kiosk_controller.h",
715 "login/auth/auth_prewarmer.cc", 719 "login/auth/auth_prewarmer.cc",
716 "login/auth/auth_prewarmer.h", 720 "login/auth/auth_prewarmer.h",
717 "login/auth/chrome_cryptohome_authenticator.cc", 721 "login/auth/chrome_cryptohome_authenticator.cc",
718 "login/auth/chrome_cryptohome_authenticator.h", 722 "login/auth/chrome_cryptohome_authenticator.h",
(...skipping 929 matching lines...) Expand 10 before | Expand all | Expand 10 after
1648 "hats/hats_finch_helper_unittest.cc", 1652 "hats/hats_finch_helper_unittest.cc",
1649 "hats/hats_notification_controller_unittest.cc", 1653 "hats/hats_notification_controller_unittest.cc",
1650 "input_method/browser_state_monitor_unittest.cc", 1654 "input_method/browser_state_monitor_unittest.cc",
1651 "input_method/input_method_configuration_unittest.cc", 1655 "input_method/input_method_configuration_unittest.cc",
1652 "input_method/input_method_engine_unittest.cc", 1656 "input_method/input_method_engine_unittest.cc",
1653 "input_method/input_method_manager_impl_unittest.cc", 1657 "input_method/input_method_manager_impl_unittest.cc",
1654 "input_method/input_method_persistence_unittest.cc", 1658 "input_method/input_method_persistence_unittest.cc",
1655 "input_method/input_method_util_unittest.cc", 1659 "input_method/input_method_util_unittest.cc",
1656 "libc_close_tracking_unittest.cc", 1660 "libc_close_tracking_unittest.cc",
1657 "locale_change_guard_unittest.cc", 1661 "locale_change_guard_unittest.cc",
1662 "lock_screen_apps/state_controller_unittest.cc",
1658 "login/auth/cryptohome_authenticator_unittest.cc", 1663 "login/auth/cryptohome_authenticator_unittest.cc",
1659 "login/easy_unlock/easy_unlock_challenge_wrapper_unittest.cc", 1664 "login/easy_unlock/easy_unlock_challenge_wrapper_unittest.cc",
1660 "login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc", 1665 "login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc",
1661 "login/enrollment/enrollment_screen_unittest.cc", 1666 "login/enrollment/enrollment_screen_unittest.cc",
1662 "login/error_screens_histogram_helper_unittest.cc", 1667 "login/error_screens_histogram_helper_unittest.cc",
1663 "login/existing_user_controller_auto_login_unittest.cc", 1668 "login/existing_user_controller_auto_login_unittest.cc",
1664 "login/hwid_checker_unittest.cc", 1669 "login/hwid_checker_unittest.cc",
1665 "login/profile_auth_data_unittest.cc", 1670 "login/profile_auth_data_unittest.cc",
1666 "login/quick_unlock/fingerprint_storage_unittest.cc", 1671 "login/quick_unlock/fingerprint_storage_unittest.cc",
1667 "login/quick_unlock/pin_storage_unittest.cc", 1672 "login/quick_unlock/pin_storage_unittest.cc",
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1836 "policy/proto/chrome_device_policy.proto", 1841 "policy/proto/chrome_device_policy.proto",
1837 "policy/proto/install_attributes.proto", 1842 "policy/proto/install_attributes.proto",
1838 ] 1843 ]
1839 } 1844 }
1840 1845
1841 proto_library("attestation_proto") { 1846 proto_library("attestation_proto") {
1842 sources = [ 1847 sources = [
1843 "attestation/attestation_key_payload.proto", 1848 "attestation/attestation_key_payload.proto",
1844 ] 1849 ]
1845 } 1850 }
OLDNEW
« 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