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

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

Issue 2691493002: 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/app_mode/arc/arc_kiosk_app_launcher.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 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 "launcher_search_provider/launcher_search_provider_service_factory.cc", 651 "launcher_search_provider/launcher_search_provider_service_factory.cc",
652 "launcher_search_provider/launcher_search_provider_service_factory.h", 652 "launcher_search_provider/launcher_search_provider_service_factory.h",
653 "libc_close_tracking.cc", 653 "libc_close_tracking.cc",
654 "libc_close_tracking.h", 654 "libc_close_tracking.h",
655 "locale_change_guard.cc", 655 "locale_change_guard.cc",
656 "locale_change_guard.h", 656 "locale_change_guard.h",
657 "login/app_launch_controller.cc", 657 "login/app_launch_controller.cc",
658 "login/app_launch_controller.h", 658 "login/app_launch_controller.h",
659 "login/app_launch_signin_screen.cc", 659 "login/app_launch_signin_screen.cc",
660 "login/app_launch_signin_screen.h", 660 "login/app_launch_signin_screen.h",
661 "login/arc_kiosk_controller.cc",
662 "login/arc_kiosk_controller.h",
661 "login/auth/auth_prewarmer.cc", 663 "login/auth/auth_prewarmer.cc",
662 "login/auth/auth_prewarmer.h", 664 "login/auth/auth_prewarmer.h",
663 "login/auth/chrome_cryptohome_authenticator.cc", 665 "login/auth/chrome_cryptohome_authenticator.cc",
664 "login/auth/chrome_cryptohome_authenticator.h", 666 "login/auth/chrome_cryptohome_authenticator.h",
665 "login/auth/chrome_login_performer.cc", 667 "login/auth/chrome_login_performer.cc",
666 "login/auth/chrome_login_performer.h", 668 "login/auth/chrome_login_performer.h",
667 "login/chrome_restart_request.cc", 669 "login/chrome_restart_request.cc",
668 "login/chrome_restart_request.h", 670 "login/chrome_restart_request.h",
669 "login/demo_mode/demo_app_launcher.cc", 671 "login/demo_mode/demo_app_launcher.cc",
670 "login/demo_mode/demo_app_launcher.h", 672 "login/demo_mode/demo_app_launcher.h",
(...skipping 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after
1727 "policy/proto/chrome_device_policy.proto", 1729 "policy/proto/chrome_device_policy.proto",
1728 "policy/proto/install_attributes.proto", 1730 "policy/proto/install_attributes.proto",
1729 ] 1731 ]
1730 } 1732 }
1731 1733
1732 proto_library("attestation_proto") { 1734 proto_library("attestation_proto") {
1733 sources = [ 1735 sources = [
1734 "attestation/attestation_key_payload.proto", 1736 "attestation/attestation_key_payload.proto",
1735 ] 1737 ]
1736 } 1738 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/app_mode/arc/arc_kiosk_app_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698