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

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

Issue 2905523004: Making answer card to behave like other results. (Closed)
Patch Set: Fixing build breakage. Created 3 years, 6 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/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 959 matching lines...) Expand 10 before | Expand all | Expand 10 after
970 "login/ui/preloaded_web_view_factory.h", 970 "login/ui/preloaded_web_view_factory.h",
971 "login/ui/proxy_settings_dialog.cc", 971 "login/ui/proxy_settings_dialog.cc",
972 "login/ui/simple_web_view_dialog.cc", 972 "login/ui/simple_web_view_dialog.cc",
973 "login/ui/simple_web_view_dialog.h", 973 "login/ui/simple_web_view_dialog.h",
974 "login/ui/user_adding_screen.cc", 974 "login/ui/user_adding_screen.cc",
975 "login/ui/user_adding_screen.h", 975 "login/ui/user_adding_screen.h",
976 "login/ui/user_adding_screen_input_methods_controller.cc", 976 "login/ui/user_adding_screen_input_methods_controller.cc",
977 "login/ui/user_adding_screen_input_methods_controller.h", 977 "login/ui/user_adding_screen_input_methods_controller.h",
978 "login/ui/web_contents_forced_title.cc", 978 "login/ui/web_contents_forced_title.cc",
979 "login/ui/web_contents_forced_title.h", 979 "login/ui/web_contents_forced_title.h",
980 "login/ui/web_contents_set_background_color.cc",
981 "login/ui/web_contents_set_background_color.h",
982 "login/ui/webui_login_display.cc", 980 "login/ui/webui_login_display.cc",
983 "login/ui/webui_login_display.h", 981 "login/ui/webui_login_display.h",
984 "login/ui/webui_login_view.cc", 982 "login/ui/webui_login_view.cc",
985 "login/ui/webui_login_view.h", 983 "login/ui/webui_login_view.h",
986 "login/user_flow.cc", 984 "login/user_flow.cc",
987 "login/user_flow.h", 985 "login/user_flow.h",
988 "login/users/affiliation.cc", 986 "login/users/affiliation.cc",
989 "login/users/affiliation.h", 987 "login/users/affiliation.h",
990 "login/users/avatar/user_image_loader.cc", 988 "login/users/avatar/user_image_loader.cc",
991 "login/users/avatar/user_image_loader.h", 989 "login/users/avatar/user_image_loader.h",
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
1872 "policy/proto/chrome_device_policy.proto", 1870 "policy/proto/chrome_device_policy.proto",
1873 "policy/proto/install_attributes.proto", 1871 "policy/proto/install_attributes.proto",
1874 ] 1872 ]
1875 } 1873 }
1876 1874
1877 proto_library("attestation_proto") { 1875 proto_library("attestation_proto") {
1878 sources = [ 1876 sources = [
1879 "attestation/attestation_key_payload.proto", 1877 "attestation/attestation_key_payload.proto",
1880 ] 1878 ]
1881 } 1879 }
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