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

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

Issue 2638123002: cros: Fold HIDDetectionModel into HIDDetectionScreen. (Closed)
Patch Set: Nit Created 3 years, 11 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/login/screens/hid_detection_model.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 759 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 "login/screens/enable_debugging_screen.h", 770 "login/screens/enable_debugging_screen.h",
771 "login/screens/enable_debugging_screen_actor.h", 771 "login/screens/enable_debugging_screen_actor.h",
772 "login/screens/error_screen.cc", 772 "login/screens/error_screen.cc",
773 "login/screens/error_screen.h", 773 "login/screens/error_screen.h",
774 "login/screens/error_screen_actor_delegate.h", 774 "login/screens/error_screen_actor_delegate.h",
775 "login/screens/eula_screen.cc", 775 "login/screens/eula_screen.cc",
776 "login/screens/eula_screen.h", 776 "login/screens/eula_screen.h",
777 "login/screens/eula_view.h", 777 "login/screens/eula_view.h",
778 "login/screens/gaia_screen.cc", 778 "login/screens/gaia_screen.cc",
779 "login/screens/gaia_screen.h", 779 "login/screens/gaia_screen.h",
780 "login/screens/hid_detection_model.cc",
781 "login/screens/hid_detection_model.h",
782 "login/screens/hid_detection_screen.cc", 780 "login/screens/hid_detection_screen.cc",
783 "login/screens/hid_detection_screen.h", 781 "login/screens/hid_detection_screen.h",
784 "login/screens/hid_detection_view.h", 782 "login/screens/hid_detection_view.h",
785 "login/screens/host_pairing_screen.cc", 783 "login/screens/host_pairing_screen.cc",
786 "login/screens/host_pairing_screen.h", 784 "login/screens/host_pairing_screen.h",
787 "login/screens/host_pairing_screen_actor.cc", 785 "login/screens/host_pairing_screen_actor.cc",
788 "login/screens/host_pairing_screen_actor.h", 786 "login/screens/host_pairing_screen_actor.h",
789 "login/screens/kiosk_autolaunch_screen.cc", 787 "login/screens/kiosk_autolaunch_screen.cc",
790 "login/screens/kiosk_autolaunch_screen.h", 788 "login/screens/kiosk_autolaunch_screen.h",
791 "login/screens/kiosk_autolaunch_screen_actor.h", 789 "login/screens/kiosk_autolaunch_screen_actor.h",
(...skipping 932 matching lines...) Expand 10 before | Expand all | Expand 10 after
1724 "policy/proto/chrome_device_policy.proto", 1722 "policy/proto/chrome_device_policy.proto",
1725 "policy/proto/install_attributes.proto", 1723 "policy/proto/install_attributes.proto",
1726 ] 1724 ]
1727 } 1725 }
1728 1726
1729 proto_library("attestation_proto") { 1727 proto_library("attestation_proto") {
1730 sources = [ 1728 sources = [
1731 "attestation/attestation_key_payload.proto", 1729 "attestation/attestation_key_payload.proto",
1732 ] 1730 ]
1733 } 1731 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/screens/hid_detection_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698