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

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
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 693 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 "language_preferences.cc", 704 "language_preferences.cc",
705 "language_preferences.h", 705 "language_preferences.h",
706 "launcher_search_provider/error_reporter.cc", 706 "launcher_search_provider/error_reporter.cc",
707 "launcher_search_provider/error_reporter.h", 707 "launcher_search_provider/error_reporter.h",
708 "launcher_search_provider/launcher_search_provider_service.cc", 708 "launcher_search_provider/launcher_search_provider_service.cc",
709 "launcher_search_provider/launcher_search_provider_service.h", 709 "launcher_search_provider/launcher_search_provider_service.h",
710 "launcher_search_provider/launcher_search_provider_service_factory.cc", 710 "launcher_search_provider/launcher_search_provider_service_factory.cc",
711 "launcher_search_provider/launcher_search_provider_service_factory.h", 711 "launcher_search_provider/launcher_search_provider_service_factory.h",
712 "locale_change_guard.cc", 712 "locale_change_guard.cc",
713 "locale_change_guard.h", 713 "locale_change_guard.h",
714 "lock_screen_apps/app_manager.h",
715 "lock_screen_apps/app_manager_impl.cc",
716 "lock_screen_apps/app_manager_impl.h",
714 "lock_screen_apps/state_controller.cc", 717 "lock_screen_apps/state_controller.cc",
715 "lock_screen_apps/state_controller.h", 718 "lock_screen_apps/state_controller.h",
716 "lock_screen_apps/state_observer.h", 719 "lock_screen_apps/state_observer.h",
717 "logging.cc", 720 "logging.cc",
718 "logging.h", 721 "logging.h",
719 "login/app_launch_controller.cc", 722 "login/app_launch_controller.cc",
720 "login/app_launch_controller.h", 723 "login/app_launch_controller.h",
721 "login/app_launch_signin_screen.cc", 724 "login/app_launch_signin_screen.cc",
722 "login/app_launch_signin_screen.h", 725 "login/app_launch_signin_screen.h",
723 "login/arc_kiosk_controller.cc", 726 "login/arc_kiosk_controller.cc",
(...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after
1883 "policy/proto/chrome_device_policy.proto", 1886 "policy/proto/chrome_device_policy.proto",
1884 "policy/proto/install_attributes.proto", 1887 "policy/proto/install_attributes.proto",
1885 ] 1888 ]
1886 } 1889 }
1887 1890
1888 proto_library("attestation_proto") { 1891 proto_library("attestation_proto") {
1889 sources = [ 1892 sources = [
1890 "attestation/attestation_key_payload.proto", 1893 "attestation/attestation_key_payload.proto",
1891 ] 1894 ]
1892 } 1895 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698