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

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

Issue 2949943003: Introduce lock screen app manager interface (Closed)
Patch Set: . Created 3 years, 6 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.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 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 "language_preferences.cc", 761 "language_preferences.cc",
762 "language_preferences.h", 762 "language_preferences.h",
763 "launcher_search_provider/error_reporter.cc", 763 "launcher_search_provider/error_reporter.cc",
764 "launcher_search_provider/error_reporter.h", 764 "launcher_search_provider/error_reporter.h",
765 "launcher_search_provider/launcher_search_provider_service.cc", 765 "launcher_search_provider/launcher_search_provider_service.cc",
766 "launcher_search_provider/launcher_search_provider_service.h", 766 "launcher_search_provider/launcher_search_provider_service.h",
767 "launcher_search_provider/launcher_search_provider_service_factory.cc", 767 "launcher_search_provider/launcher_search_provider_service_factory.cc",
768 "launcher_search_provider/launcher_search_provider_service_factory.h", 768 "launcher_search_provider/launcher_search_provider_service_factory.h",
769 "locale_change_guard.cc", 769 "locale_change_guard.cc",
770 "locale_change_guard.h", 770 "locale_change_guard.h",
771 "lock_screen_apps/app_manager.h",
772 "lock_screen_apps/app_manager_impl.cc",
773 "lock_screen_apps/app_manager_impl.h",
771 "lock_screen_apps/state_controller.cc", 774 "lock_screen_apps/state_controller.cc",
772 "lock_screen_apps/state_controller.h", 775 "lock_screen_apps/state_controller.h",
773 "lock_screen_apps/state_observer.h", 776 "lock_screen_apps/state_observer.h",
774 "logging.cc", 777 "logging.cc",
775 "logging.h", 778 "logging.h",
776 "login/app_launch_controller.cc", 779 "login/app_launch_controller.cc",
777 "login/app_launch_controller.h", 780 "login/app_launch_controller.h",
778 "login/app_launch_signin_screen.cc", 781 "login/app_launch_signin_screen.cc",
779 "login/app_launch_signin_screen.h", 782 "login/app_launch_signin_screen.h",
780 "login/arc_kiosk_controller.cc", 783 "login/arc_kiosk_controller.cc",
(...skipping 1184 matching lines...) Expand 10 before | Expand all | Expand 10 after
1965 "policy/proto/chrome_device_policy.proto", 1968 "policy/proto/chrome_device_policy.proto",
1966 "policy/proto/install_attributes.proto", 1969 "policy/proto/install_attributes.proto",
1967 ] 1970 ]
1968 } 1971 }
1969 1972
1970 proto_library("attestation_proto") { 1973 proto_library("attestation_proto") {
1971 sources = [ 1974 sources = [
1972 "attestation/attestation_key_payload.proto", 1975 "attestation/attestation_key_payload.proto",
1973 ] 1976 ]
1974 } 1977 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/lock_screen_apps/app_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698