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

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

Issue 2512473004: cros: Enable WebUILoginView reuse. (Closed)
Patch Set: Address comments Created 4 years 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/lock/webui_screen_locker.cc » ('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 859 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 "login/ui/login_display_host.h", 870 "login/ui/login_display_host.h",
871 "login/ui/login_display_host_impl.cc", 871 "login/ui/login_display_host_impl.cc",
872 "login/ui/login_display_host_impl.h", 872 "login/ui/login_display_host_impl.h",
873 "login/ui/login_feedback.cc", 873 "login/ui/login_feedback.cc",
874 "login/ui/login_feedback.h", 874 "login/ui/login_feedback.h",
875 "login/ui/login_web_dialog.cc", 875 "login/ui/login_web_dialog.cc",
876 "login/ui/login_web_dialog.h", 876 "login/ui/login_web_dialog.h",
877 "login/ui/models/user_board_model.cc", 877 "login/ui/models/user_board_model.cc",
878 "login/ui/models/user_board_model.h", 878 "login/ui/models/user_board_model.h",
879 "login/ui/proxy_settings_dialog.cc", 879 "login/ui/proxy_settings_dialog.cc",
880 "login/ui/shared_web_view.cc",
881 "login/ui/shared_web_view.h",
882 "login/ui/shared_web_view_factory.cc",
883 "login/ui/shared_web_view_factory.h",
880 "login/ui/simple_web_view_dialog.cc", 884 "login/ui/simple_web_view_dialog.cc",
881 "login/ui/simple_web_view_dialog.h", 885 "login/ui/simple_web_view_dialog.h",
882 "login/ui/user_adding_screen.cc", 886 "login/ui/user_adding_screen.cc",
883 "login/ui/user_adding_screen.h", 887 "login/ui/user_adding_screen.h",
884 "login/ui/user_adding_screen_input_methods_controller.cc", 888 "login/ui/user_adding_screen_input_methods_controller.cc",
885 "login/ui/user_adding_screen_input_methods_controller.h", 889 "login/ui/user_adding_screen_input_methods_controller.h",
886 "login/ui/web_contents_set_background_color.cc", 890 "login/ui/web_contents_set_background_color.cc",
887 "login/ui/web_contents_set_background_color.h", 891 "login/ui/web_contents_set_background_color.h",
892 "login/ui/web_view_handle.cc",
893 "login/ui/web_view_handle.h",
888 "login/ui/webui_login_display.cc", 894 "login/ui/webui_login_display.cc",
889 "login/ui/webui_login_display.h", 895 "login/ui/webui_login_display.h",
890 "login/ui/webui_login_view.cc", 896 "login/ui/webui_login_view.cc",
891 "login/ui/webui_login_view.h", 897 "login/ui/webui_login_view.h",
892 "login/user_flow.cc", 898 "login/user_flow.cc",
893 "login/user_flow.h", 899 "login/user_flow.h",
894 "login/users/affiliation.cc", 900 "login/users/affiliation.cc",
895 "login/users/affiliation.h", 901 "login/users/affiliation.h",
896 "login/users/avatar/user_image_loader.cc", 902 "login/users/avatar/user_image_loader.cc",
897 "login/users/avatar/user_image_loader.h", 903 "login/users/avatar/user_image_loader.h",
(...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after
1673 "policy/proto/chrome_device_policy.proto", 1679 "policy/proto/chrome_device_policy.proto",
1674 "policy/proto/install_attributes.proto", 1680 "policy/proto/install_attributes.proto",
1675 ] 1681 ]
1676 } 1682 }
1677 1683
1678 proto_library("attestation_proto") { 1684 proto_library("attestation_proto") {
1679 sources = [ 1685 sources = [
1680 "attestation/attestation_key_payload.proto", 1686 "attestation/attestation_key_payload.proto",
1681 ] 1687 ]
1682 } 1688 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/lock/webui_screen_locker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698