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

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

Issue 2902293002: Introduce lock screen app manager (Closed)
Patch Set: rebase Created 3 years, 5 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/app_manager_impl.h » ('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 1757 matching lines...) Expand 10 before | Expand all | Expand 10 after
1768 "fileapi/file_access_permissions_unittest.cc", 1768 "fileapi/file_access_permissions_unittest.cc",
1769 "fileapi/file_system_backend_unittest.cc", 1769 "fileapi/file_system_backend_unittest.cc",
1770 "hats/hats_finch_helper_unittest.cc", 1770 "hats/hats_finch_helper_unittest.cc",
1771 "hats/hats_notification_controller_unittest.cc", 1771 "hats/hats_notification_controller_unittest.cc",
1772 "input_method/browser_state_monitor_unittest.cc", 1772 "input_method/browser_state_monitor_unittest.cc",
1773 "input_method/input_method_configuration_unittest.cc", 1773 "input_method/input_method_configuration_unittest.cc",
1774 "input_method/input_method_engine_unittest.cc", 1774 "input_method/input_method_engine_unittest.cc",
1775 "input_method/input_method_manager_impl_unittest.cc", 1775 "input_method/input_method_manager_impl_unittest.cc",
1776 "input_method/input_method_persistence_unittest.cc", 1776 "input_method/input_method_persistence_unittest.cc",
1777 "locale_change_guard_unittest.cc", 1777 "locale_change_guard_unittest.cc",
1778 "lock_screen_apps/app_manager_impl_unittest.cc",
1778 "lock_screen_apps/state_controller_unittest.cc", 1779 "lock_screen_apps/state_controller_unittest.cc",
1779 "login/auth/cryptohome_authenticator_unittest.cc", 1780 "login/auth/cryptohome_authenticator_unittest.cc",
1780 "login/easy_unlock/easy_unlock_challenge_wrapper_unittest.cc", 1781 "login/easy_unlock/easy_unlock_challenge_wrapper_unittest.cc",
1781 "login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc", 1782 "login/easy_unlock/easy_unlock_tpm_key_manager_unittest.cc",
1782 "login/enrollment/enrollment_screen_unittest.cc", 1783 "login/enrollment/enrollment_screen_unittest.cc",
1783 "login/error_screens_histogram_helper_unittest.cc", 1784 "login/error_screens_histogram_helper_unittest.cc",
1784 "login/existing_user_controller_auto_login_unittest.cc", 1785 "login/existing_user_controller_auto_login_unittest.cc",
1785 "login/hwid_checker_unittest.cc", 1786 "login/hwid_checker_unittest.cc",
1786 "login/profile_auth_data_unittest.cc", 1787 "login/profile_auth_data_unittest.cc",
1787 "login/quick_unlock/fingerprint_storage_unittest.cc", 1788 "login/quick_unlock/fingerprint_storage_unittest.cc",
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
1975 "policy/proto/chrome_device_policy.proto", 1976 "policy/proto/chrome_device_policy.proto",
1976 "policy/proto/install_attributes.proto", 1977 "policy/proto/install_attributes.proto",
1977 ] 1978 ]
1978 } 1979 }
1979 1980
1980 proto_library("attestation_proto") { 1981 proto_library("attestation_proto") {
1981 sources = [ 1982 sources = [
1982 "attestation/attestation_key_payload.proto", 1983 "attestation/attestation_key_payload.proto",
1983 ] 1984 ]
1984 } 1985 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/lock_screen_apps/app_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698