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

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

Issue 2649103006: arc: Add splash screen for ARC++ Kiosk startup (Closed)
Patch Set: Created 3 years, 10 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 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 "launcher_search_provider/launcher_search_provider_service_factory.cc", 649 "launcher_search_provider/launcher_search_provider_service_factory.cc",
650 "launcher_search_provider/launcher_search_provider_service_factory.h", 650 "launcher_search_provider/launcher_search_provider_service_factory.h",
651 "libc_close_tracking.cc", 651 "libc_close_tracking.cc",
652 "libc_close_tracking.h", 652 "libc_close_tracking.h",
653 "locale_change_guard.cc", 653 "locale_change_guard.cc",
654 "locale_change_guard.h", 654 "locale_change_guard.h",
655 "login/app_launch_controller.cc", 655 "login/app_launch_controller.cc",
656 "login/app_launch_controller.h", 656 "login/app_launch_controller.h",
657 "login/app_launch_signin_screen.cc", 657 "login/app_launch_signin_screen.cc",
658 "login/app_launch_signin_screen.h", 658 "login/app_launch_signin_screen.h",
659 "login/arc_kiosk_controller.cc",
660 "login/arc_kiosk_controller.h",
659 "login/auth/auth_prewarmer.cc", 661 "login/auth/auth_prewarmer.cc",
660 "login/auth/auth_prewarmer.h", 662 "login/auth/auth_prewarmer.h",
661 "login/auth/chrome_cryptohome_authenticator.cc", 663 "login/auth/chrome_cryptohome_authenticator.cc",
662 "login/auth/chrome_cryptohome_authenticator.h", 664 "login/auth/chrome_cryptohome_authenticator.h",
663 "login/auth/chrome_login_performer.cc", 665 "login/auth/chrome_login_performer.cc",
664 "login/auth/chrome_login_performer.h", 666 "login/auth/chrome_login_performer.h",
665 "login/chrome_restart_request.cc", 667 "login/chrome_restart_request.cc",
666 "login/chrome_restart_request.h", 668 "login/chrome_restart_request.h",
667 "login/demo_mode/demo_app_launcher.cc", 669 "login/demo_mode/demo_app_launcher.cc",
668 "login/demo_mode/demo_app_launcher.h", 670 "login/demo_mode/demo_app_launcher.h",
(...skipping 1048 matching lines...) Expand 10 before | Expand all | Expand 10 after
1717 "policy/proto/chrome_device_policy.proto", 1719 "policy/proto/chrome_device_policy.proto",
1718 "policy/proto/install_attributes.proto", 1720 "policy/proto/install_attributes.proto",
1719 ] 1721 ]
1720 } 1722 }
1721 1723
1722 proto_library("attestation_proto") { 1724 proto_library("attestation_proto") {
1723 sources = [ 1725 sources = [
1724 "attestation/attestation_key_payload.proto", 1726 "attestation/attestation_key_payload.proto",
1725 ] 1727 ]
1726 } 1728 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698