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

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

Issue 2709103005: cros: Move KeyboardDrivenOobeHandler into login_display_host_impl.cc. (Closed)
Patch Set: Rebase Created 3 years, 9 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/ui/keyboard_driven_oobe_key_handler.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 885 matching lines...) Expand 10 before | Expand all | Expand 10 after
896 "login/supervised/supervised_user_creation_screen.cc", 896 "login/supervised/supervised_user_creation_screen.cc",
897 "login/supervised/supervised_user_creation_screen.h", 897 "login/supervised/supervised_user_creation_screen.h",
898 "login/supervised/supervised_user_login_flow.cc", 898 "login/supervised/supervised_user_login_flow.cc",
899 "login/supervised/supervised_user_login_flow.h", 899 "login/supervised/supervised_user_login_flow.h",
900 "login/ui/captive_portal_view.cc", 900 "login/ui/captive_portal_view.cc",
901 "login/ui/captive_portal_view.h", 901 "login/ui/captive_portal_view.h",
902 "login/ui/captive_portal_window_proxy.cc", 902 "login/ui/captive_portal_window_proxy.cc",
903 "login/ui/captive_portal_window_proxy.h", 903 "login/ui/captive_portal_window_proxy.h",
904 "login/ui/input_events_blocker.cc", 904 "login/ui/input_events_blocker.cc",
905 "login/ui/input_events_blocker.h", 905 "login/ui/input_events_blocker.h",
906 "login/ui/keyboard_driven_oobe_key_handler.cc",
907 "login/ui/keyboard_driven_oobe_key_handler.h",
908 "login/ui/lock_window.cc", 906 "login/ui/lock_window.cc",
909 "login/ui/lock_window.h", 907 "login/ui/lock_window.h",
910 "login/ui/login_display.cc", 908 "login/ui/login_display.cc",
911 "login/ui/login_display.h", 909 "login/ui/login_display.h",
912 "login/ui/login_display_host.cc", 910 "login/ui/login_display_host.cc",
913 "login/ui/login_display_host.h", 911 "login/ui/login_display_host.h",
914 "login/ui/login_display_host_impl.cc", 912 "login/ui/login_display_host_impl.cc",
915 "login/ui/login_display_host_impl.h", 913 "login/ui/login_display_host_impl.h",
916 "login/ui/login_feedback.cc", 914 "login/ui/login_feedback.cc",
917 "login/ui/login_feedback.h", 915 "login/ui/login_feedback.h",
(...skipping 860 matching lines...) Expand 10 before | Expand all | Expand 10 after
1778 "policy/proto/chrome_device_policy.proto", 1776 "policy/proto/chrome_device_policy.proto",
1779 "policy/proto/install_attributes.proto", 1777 "policy/proto/install_attributes.proto",
1780 ] 1778 ]
1781 } 1779 }
1782 1780
1783 proto_library("attestation_proto") { 1781 proto_library("attestation_proto") {
1784 sources = [ 1782 sources = [
1785 "attestation/attestation_key_payload.proto", 1783 "attestation/attestation_key_payload.proto",
1786 ] 1784 ]
1787 } 1785 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/ui/keyboard_driven_oobe_key_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698