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

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

Issue 2535093002: cros: More robust approach for setting login/lock webview background color. (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/ui/web_contents_set_background_color.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 857 matching lines...) Expand 10 before | Expand all | Expand 10 after
868 "login/ui/login_web_dialog.h", 868 "login/ui/login_web_dialog.h",
869 "login/ui/models/user_board_model.cc", 869 "login/ui/models/user_board_model.cc",
870 "login/ui/models/user_board_model.h", 870 "login/ui/models/user_board_model.h",
871 "login/ui/proxy_settings_dialog.cc", 871 "login/ui/proxy_settings_dialog.cc",
872 "login/ui/simple_web_view_dialog.cc", 872 "login/ui/simple_web_view_dialog.cc",
873 "login/ui/simple_web_view_dialog.h", 873 "login/ui/simple_web_view_dialog.h",
874 "login/ui/user_adding_screen.cc", 874 "login/ui/user_adding_screen.cc",
875 "login/ui/user_adding_screen.h", 875 "login/ui/user_adding_screen.h",
876 "login/ui/user_adding_screen_input_methods_controller.cc", 876 "login/ui/user_adding_screen_input_methods_controller.cc",
877 "login/ui/user_adding_screen_input_methods_controller.h", 877 "login/ui/user_adding_screen_input_methods_controller.h",
878 "login/ui/web_contents_set_background_color.cc",
879 "login/ui/web_contents_set_background_color.h",
878 "login/ui/webui_login_display.cc", 880 "login/ui/webui_login_display.cc",
879 "login/ui/webui_login_display.h", 881 "login/ui/webui_login_display.h",
880 "login/ui/webui_login_view.cc", 882 "login/ui/webui_login_view.cc",
881 "login/ui/webui_login_view.h", 883 "login/ui/webui_login_view.h",
882 "login/user_flow.cc", 884 "login/user_flow.cc",
883 "login/user_flow.h", 885 "login/user_flow.h",
884 "login/users/affiliation.cc", 886 "login/users/affiliation.cc",
885 "login/users/affiliation.h", 887 "login/users/affiliation.h",
886 "login/users/avatar/user_image_loader.cc", 888 "login/users/avatar/user_image_loader.cc",
887 "login/users/avatar/user_image_loader.h", 889 "login/users/avatar/user_image_loader.h",
(...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after
1658 "policy/proto/chrome_device_policy.proto", 1660 "policy/proto/chrome_device_policy.proto",
1659 "policy/proto/install_attributes.proto", 1661 "policy/proto/install_attributes.proto",
1660 ] 1662 ]
1661 } 1663 }
1662 1664
1663 proto_library("attestation_proto") { 1665 proto_library("attestation_proto") {
1664 sources = [ 1666 sources = [
1665 "attestation/attestation_key_payload.proto", 1667 "attestation/attestation_key_payload.proto",
1666 ] 1668 ]
1667 } 1669 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/ui/web_contents_set_background_color.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698