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

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

Issue 2676323003: cros: Fold UserBoardModel into UserSelectionScreen. (Closed)
Patch Set: Address comments 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/login/screens/user_selection_screen.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 890 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 "login/ui/login_display.cc", 901 "login/ui/login_display.cc",
902 "login/ui/login_display.h", 902 "login/ui/login_display.h",
903 "login/ui/login_display_host.cc", 903 "login/ui/login_display_host.cc",
904 "login/ui/login_display_host.h", 904 "login/ui/login_display_host.h",
905 "login/ui/login_display_host_impl.cc", 905 "login/ui/login_display_host_impl.cc",
906 "login/ui/login_display_host_impl.h", 906 "login/ui/login_display_host_impl.h",
907 "login/ui/login_feedback.cc", 907 "login/ui/login_feedback.cc",
908 "login/ui/login_feedback.h", 908 "login/ui/login_feedback.h",
909 "login/ui/login_web_dialog.cc", 909 "login/ui/login_web_dialog.cc",
910 "login/ui/login_web_dialog.h", 910 "login/ui/login_web_dialog.h",
911 "login/ui/models/user_board_model.cc",
912 "login/ui/models/user_board_model.h",
913 "login/ui/preloaded_web_view.cc", 911 "login/ui/preloaded_web_view.cc",
914 "login/ui/preloaded_web_view.h", 912 "login/ui/preloaded_web_view.h",
915 "login/ui/preloaded_web_view_factory.cc", 913 "login/ui/preloaded_web_view_factory.cc",
916 "login/ui/preloaded_web_view_factory.h", 914 "login/ui/preloaded_web_view_factory.h",
917 "login/ui/proxy_settings_dialog.cc", 915 "login/ui/proxy_settings_dialog.cc",
918 "login/ui/simple_web_view_dialog.cc", 916 "login/ui/simple_web_view_dialog.cc",
919 "login/ui/simple_web_view_dialog.h", 917 "login/ui/simple_web_view_dialog.h",
920 "login/ui/user_adding_screen.cc", 918 "login/ui/user_adding_screen.cc",
921 "login/ui/user_adding_screen.h", 919 "login/ui/user_adding_screen.h",
922 "login/ui/user_adding_screen_input_methods_controller.cc", 920 "login/ui/user_adding_screen_input_methods_controller.cc",
(...skipping 824 matching lines...) Expand 10 before | Expand all | Expand 10 after
1747 "policy/proto/chrome_device_policy.proto", 1745 "policy/proto/chrome_device_policy.proto",
1748 "policy/proto/install_attributes.proto", 1746 "policy/proto/install_attributes.proto",
1749 ] 1747 ]
1750 } 1748 }
1751 1749
1752 proto_library("attestation_proto") { 1750 proto_library("attestation_proto") {
1753 sources = [ 1751 sources = [
1754 "attestation/attestation_key_payload.proto", 1752 "attestation/attestation_key_payload.proto",
1755 ] 1753 ]
1756 } 1754 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/screens/user_selection_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698