Chromium Code Reviews| OLD | NEW |
|---|---|
| 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/chromecast_build.gni") | 5 import("//build/config/chromecast_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 969 "webui/ntp/app_resource_cache_factory.cc", | 969 "webui/ntp/app_resource_cache_factory.cc", |
| 970 "webui/ntp/app_resource_cache_factory.h", | 970 "webui/ntp/app_resource_cache_factory.h", |
| 971 "webui/ntp/core_app_launcher_handler.cc", | 971 "webui/ntp/core_app_launcher_handler.cc", |
| 972 "webui/ntp/core_app_launcher_handler.h", | 972 "webui/ntp/core_app_launcher_handler.h", |
| 973 "webui/ntp/new_tab_ui.cc", | 973 "webui/ntp/new_tab_ui.cc", |
| 974 "webui/ntp/new_tab_ui.h", | 974 "webui/ntp/new_tab_ui.h", |
| 975 "webui/ntp/ntp_resource_cache.cc", | 975 "webui/ntp/ntp_resource_cache.cc", |
| 976 "webui/ntp/ntp_resource_cache.h", | 976 "webui/ntp/ntp_resource_cache.h", |
| 977 "webui/ntp/ntp_resource_cache_factory.cc", | 977 "webui/ntp/ntp_resource_cache_factory.cc", |
| 978 "webui/ntp/ntp_resource_cache_factory.h", | 978 "webui/ntp/ntp_resource_cache_factory.h", |
| 979 "webui/options/autofill_options_handler.cc", | |
| 980 "webui/options/autofill_options_handler.h", | |
| 981 "webui/options/automatic_settings_reset_handler.cc", | |
| 982 "webui/options/automatic_settings_reset_handler.h", | |
| 983 "webui/options/browser_options_handler.cc", | |
| 984 "webui/options/browser_options_handler.h", | |
| 985 "webui/options/chromeos/accounts_options_handler.cc", | |
| 986 "webui/options/chromeos/accounts_options_handler.h", | |
| 987 "webui/options/chromeos/bluetooth_options_handler.cc", | |
| 988 "webui/options/chromeos/bluetooth_options_handler.h", | |
| 989 "webui/options/chromeos/change_picture_options_handler.cc", | |
| 990 "webui/options/chromeos/change_picture_options_handler.h", | |
| 991 "webui/options/chromeos/core_chromeos_options_handler.cc", | |
| 992 "webui/options/chromeos/core_chromeos_options_handler.h", | |
| 993 "webui/options/chromeos/cros_language_options_handler.cc", | |
| 994 "webui/options/chromeos/cros_language_options_handler.h", | |
| 995 "webui/options/chromeos/date_time_options_handler.cc", | |
| 996 "webui/options/chromeos/date_time_options_handler.h", | |
| 997 "webui/options/chromeos/display_options_handler.cc", | |
| 998 "webui/options/chromeos/display_options_handler.h", | |
| 999 "webui/options/chromeos/display_overscan_handler.cc", | |
| 1000 "webui/options/chromeos/display_overscan_handler.h", | |
| 1001 "webui/options/chromeos/internet_options_handler.cc", | |
| 1002 "webui/options/chromeos/internet_options_handler.h", | |
| 1003 "webui/options/chromeos/internet_options_handler_strings.cc", | |
| 1004 "webui/options/chromeos/internet_options_handler_strings.h", | |
| 1005 "webui/options/chromeos/keyboard_handler.cc", | |
| 1006 "webui/options/chromeos/keyboard_handler.h", | |
| 1007 "webui/options/chromeos/options_stylus_handler.cc", | |
| 1008 "webui/options/chromeos/options_stylus_handler.h", | |
| 1009 "webui/options/chromeos/pointer_handler.cc", | |
| 1010 "webui/options/chromeos/pointer_handler.h", | |
| 1011 "webui/options/chromeos/power_handler.cc", | |
| 1012 "webui/options/chromeos/power_handler.h", | |
| 1013 "webui/options/chromeos/proxy_handler.cc", | |
| 1014 "webui/options/chromeos/proxy_handler.h", | |
| 1015 "webui/options/chromeos/stats_options_handler.cc", | |
| 1016 "webui/options/chromeos/stats_options_handler.h", | |
| 1017 "webui/options/chromeos/storage_manager_handler.cc", | |
| 1018 "webui/options/chromeos/storage_manager_handler.h", | |
| 1019 "webui/options/chromeos/user_image_source.cc", | |
| 1020 "webui/options/chromeos/user_image_source.h", | |
| 1021 "webui/options/clear_browser_data_handler.cc", | |
| 1022 "webui/options/clear_browser_data_handler.h", | |
| 1023 "webui/options/content_settings_handler.cc", | |
| 1024 "webui/options/content_settings_handler.h", | |
| 1025 "webui/options/cookies_view_handler.cc", | |
| 1026 "webui/options/cookies_view_handler.h", | |
| 1027 "webui/options/core_options_handler.cc", | |
| 1028 "webui/options/core_options_handler.h", | |
| 1029 "webui/options/create_profile_handler.cc", | |
| 1030 "webui/options/create_profile_handler.h", | |
| 1031 "webui/options/easy_unlock_handler.cc", | |
| 1032 "webui/options/easy_unlock_handler.h", | |
| 1033 "webui/options/font_settings_handler.cc", | |
| 1034 "webui/options/font_settings_handler.h", | |
| 1035 "webui/options/font_settings_utils.cc", | |
| 1036 "webui/options/font_settings_utils.h", | |
| 1037 "webui/options/font_settings_utils_linux.cc", | |
| 1038 "webui/options/font_settings_utils_mac.mm", | |
| 1039 "webui/options/font_settings_utils_win.cc", | |
| 1040 "webui/options/handler_options_handler.cc", | |
| 1041 "webui/options/handler_options_handler.h", | |
| 1042 "webui/options/help_overlay_handler.cc", | |
| 1043 "webui/options/help_overlay_handler.h", | |
| 1044 "webui/options/home_page_overlay_handler.cc", | |
| 1045 "webui/options/home_page_overlay_handler.h", | |
| 1046 "webui/options/import_data_handler.cc", | |
| 1047 "webui/options/import_data_handler.h", | |
| 1048 "webui/options/language_dictionary_overlay_handler.cc", | |
| 1049 "webui/options/language_dictionary_overlay_handler.h", | |
| 1050 "webui/options/language_options_handler.cc", | |
| 1051 "webui/options/language_options_handler.h", | |
| 1052 "webui/options/language_options_handler_common.cc", | |
| 1053 "webui/options/language_options_handler_common.h", | |
| 1054 "webui/options/manage_profile_handler.cc", | |
| 1055 "webui/options/manage_profile_handler.h", | |
| 1056 "webui/options/media_devices_selection_handler.cc", | |
| 1057 "webui/options/media_devices_selection_handler.h", | |
| 1058 "webui/options/options_ui.cc", | |
| 1059 "webui/options/options_ui.h", | |
| 1060 "webui/options/password_manager_handler.cc", | |
| 1061 "webui/options/password_manager_handler.h", | |
| 1062 "webui/options/reset_profile_settings_handler.cc", | |
| 1063 "webui/options/reset_profile_settings_handler.h", | |
| 1064 "webui/options/search_engine_manager_handler.cc", | |
| 1065 "webui/options/search_engine_manager_handler.h", | |
| 1066 "webui/options/startup_pages_handler.cc", | |
| 1067 "webui/options/startup_pages_handler.h", | |
| 1068 "webui/options/supervised_user_create_confirm_handler.cc", | |
| 1069 "webui/options/supervised_user_create_confirm_handler.h", | |
| 1070 "webui/options/supervised_user_import_handler.cc", | |
| 1071 "webui/options/supervised_user_import_handler.h", | |
| 1072 "webui/options/supervised_user_learn_more_handler.cc", | |
| 1073 "webui/options/supervised_user_learn_more_handler.h", | |
| 1074 "webui/options/sync_setup_handler.cc", | |
| 1075 "webui/options/sync_setup_handler.h", | |
| 1076 "webui/plural_string_handler.cc", | 979 "webui/plural_string_handler.cc", |
| 1077 "webui/plural_string_handler.h", | 980 "webui/plural_string_handler.h", |
| 1078 "webui/policy_indicator_localized_strings_provider.cc", | 981 "webui/policy_indicator_localized_strings_provider.cc", |
| 1079 "webui/policy_indicator_localized_strings_provider.h", | 982 "webui/policy_indicator_localized_strings_provider.h", |
| 1080 "webui/profile_helper.cc", | 983 "webui/profile_helper.cc", |
| 1081 "webui/profile_helper.h", | 984 "webui/profile_helper.h", |
| 1082 "webui/profile_info_watcher.cc", | 985 "webui/profile_info_watcher.cc", |
| 1083 "webui/profile_info_watcher.h", | 986 "webui/profile_info_watcher.h", |
| 1084 "webui/set_as_default_browser_ui_win.cc", | 987 "webui/set_as_default_browser_ui_win.cc", |
| 1085 "webui/set_as_default_browser_ui_win.h", | 988 "webui/set_as_default_browser_ui_win.h", |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1266 "ash/system_tray_client.cc", | 1169 "ash/system_tray_client.cc", |
| 1267 "ash/system_tray_client.h", | 1170 "ash/system_tray_client.h", |
| 1268 "extensions/extension_installed_notification.cc", | 1171 "extensions/extension_installed_notification.cc", |
| 1269 "extensions/extension_installed_notification.h", | 1172 "extensions/extension_installed_notification.h", |
| 1270 "input_method/input_method_engine_base.cc", | 1173 "input_method/input_method_engine_base.cc", |
| 1271 "input_method/input_method_engine_base.h", | 1174 "input_method/input_method_engine_base.h", |
| 1272 "views/apps/chrome_native_app_window_views_aura_ash.cc", | 1175 "views/apps/chrome_native_app_window_views_aura_ash.cc", |
| 1273 "views/apps/chrome_native_app_window_views_aura_ash.h", | 1176 "views/apps/chrome_native_app_window_views_aura_ash.h", |
| 1274 "views/intent_picker_bubble_view.cc", | 1177 "views/intent_picker_bubble_view.cc", |
| 1275 "views/intent_picker_bubble_view.h", | 1178 "views/intent_picker_bubble_view.h", |
| 1179 "webui/options/autofill_options_handler.cc", | |
| 1180 "webui/options/autofill_options_handler.h", | |
| 1181 "webui/options/automatic_settings_reset_handler.cc", | |
| 1182 "webui/options/automatic_settings_reset_handler.h", | |
| 1183 "webui/options/browser_options_handler.cc", | |
| 1184 "webui/options/browser_options_handler.h", | |
| 1185 "webui/options/chromeos/accounts_options_handler.cc", | |
| 1186 "webui/options/chromeos/accounts_options_handler.h", | |
| 1187 "webui/options/chromeos/bluetooth_options_handler.cc", | |
| 1188 "webui/options/chromeos/bluetooth_options_handler.h", | |
| 1189 "webui/options/chromeos/change_picture_options_handler.cc", | |
| 1190 "webui/options/chromeos/change_picture_options_handler.h", | |
| 1191 "webui/options/chromeos/core_chromeos_options_handler.cc", | |
| 1192 "webui/options/chromeos/core_chromeos_options_handler.h", | |
| 1193 "webui/options/chromeos/cros_language_options_handler.cc", | |
| 1194 "webui/options/chromeos/cros_language_options_handler.h", | |
| 1195 "webui/options/chromeos/date_time_options_handler.cc", | |
| 1196 "webui/options/chromeos/date_time_options_handler.h", | |
| 1197 "webui/options/chromeos/display_options_handler.cc", | |
| 1198 "webui/options/chromeos/display_options_handler.h", | |
| 1199 "webui/options/chromeos/display_overscan_handler.cc", | |
| 1200 "webui/options/chromeos/display_overscan_handler.h", | |
| 1201 "webui/options/chromeos/internet_options_handler.cc", | |
| 1202 "webui/options/chromeos/internet_options_handler.h", | |
| 1203 "webui/options/chromeos/internet_options_handler_strings.cc", | |
| 1204 "webui/options/chromeos/internet_options_handler_strings.h", | |
| 1205 "webui/options/chromeos/keyboard_handler.cc", | |
| 1206 "webui/options/chromeos/keyboard_handler.h", | |
| 1207 "webui/options/chromeos/options_stylus_handler.cc", | |
| 1208 "webui/options/chromeos/options_stylus_handler.h", | |
| 1209 "webui/options/chromeos/pointer_handler.cc", | |
| 1210 "webui/options/chromeos/pointer_handler.h", | |
| 1211 "webui/options/chromeos/power_handler.cc", | |
| 1212 "webui/options/chromeos/power_handler.h", | |
| 1213 "webui/options/chromeos/proxy_handler.cc", | |
| 1214 "webui/options/chromeos/proxy_handler.h", | |
| 1215 "webui/options/chromeos/stats_options_handler.cc", | |
| 1216 "webui/options/chromeos/stats_options_handler.h", | |
| 1217 "webui/options/chromeos/storage_manager_handler.cc", | |
| 1218 "webui/options/chromeos/storage_manager_handler.h", | |
| 1219 "webui/options/chromeos/user_image_source.cc", | |
| 1220 "webui/options/chromeos/user_image_source.h", | |
| 1221 "webui/options/clear_browser_data_handler.cc", | |
| 1222 "webui/options/clear_browser_data_handler.h", | |
| 1223 "webui/options/content_settings_handler.cc", | |
| 1224 "webui/options/content_settings_handler.h", | |
| 1225 "webui/options/cookies_view_handler.cc", | |
| 1226 "webui/options/cookies_view_handler.h", | |
| 1227 "webui/options/core_options_handler.cc", | |
| 1228 "webui/options/core_options_handler.h", | |
| 1229 "webui/options/create_profile_handler.cc", | |
| 1230 "webui/options/create_profile_handler.h", | |
| 1231 "webui/options/easy_unlock_handler.cc", | |
| 1232 "webui/options/easy_unlock_handler.h", | |
| 1233 "webui/options/font_settings_handler.cc", | |
| 1234 "webui/options/font_settings_handler.h", | |
| 1235 "webui/options/handler_options_handler.cc", | |
| 1236 "webui/options/handler_options_handler.h", | |
| 1237 "webui/options/help_overlay_handler.cc", | |
| 1238 "webui/options/help_overlay_handler.h", | |
| 1239 "webui/options/home_page_overlay_handler.cc", | |
| 1240 "webui/options/home_page_overlay_handler.h", | |
| 1241 "webui/options/import_data_handler.cc", | |
| 1242 "webui/options/import_data_handler.h", | |
| 1243 "webui/options/language_dictionary_overlay_handler.cc", | |
| 1244 "webui/options/language_dictionary_overlay_handler.h", | |
| 1245 "webui/options/language_options_handler.cc", | |
| 1246 "webui/options/language_options_handler.h", | |
| 1247 "webui/options/language_options_handler_common.cc", | |
| 1248 "webui/options/language_options_handler_common.h", | |
| 1249 "webui/options/manage_profile_handler.cc", | |
| 1250 "webui/options/manage_profile_handler.h", | |
| 1251 "webui/options/media_devices_selection_handler.cc", | |
| 1252 "webui/options/media_devices_selection_handler.h", | |
| 1253 "webui/options/options_ui.cc", | |
| 1254 "webui/options/options_ui.h", | |
| 1255 "webui/options/password_manager_handler.cc", | |
| 1256 "webui/options/password_manager_handler.h", | |
| 1257 "webui/options/reset_profile_settings_handler.cc", | |
| 1258 "webui/options/reset_profile_settings_handler.h", | |
| 1259 "webui/options/search_engine_manager_handler.cc", | |
| 1260 "webui/options/search_engine_manager_handler.h", | |
| 1261 "webui/options/startup_pages_handler.cc", | |
| 1262 "webui/options/startup_pages_handler.h", | |
| 1263 "webui/options/supervised_user_create_confirm_handler.cc", | |
| 1264 "webui/options/supervised_user_create_confirm_handler.h", | |
| 1265 "webui/options/supervised_user_import_handler.cc", | |
| 1266 "webui/options/supervised_user_import_handler.h", | |
| 1267 "webui/options/supervised_user_learn_more_handler.cc", | |
| 1268 "webui/options/supervised_user_learn_more_handler.h", | |
| 1269 "webui/options/sync_setup_handler.cc", | |
| 1270 "webui/options/sync_setup_handler.h", | |
|
Lei Zhang
2017/06/09 04:22:53
There's most files that start with 'v' below. Sort
Dan Beam
2017/06/09 06:32:55
Done.
| |
| 1276 | 1271 |
| 1277 # On chromeos, file manager extension handles the file open/save dialog. | 1272 # On chromeos, file manager extension handles the file open/save dialog. |
| 1278 "views/select_file_dialog_extension.cc", | 1273 "views/select_file_dialog_extension.cc", |
| 1279 "views/select_file_dialog_extension.h", | 1274 "views/select_file_dialog_extension.h", |
| 1280 "views/select_file_dialog_extension_factory.cc", | 1275 "views/select_file_dialog_extension_factory.cc", |
| 1281 "views/select_file_dialog_extension_factory.h", | 1276 "views/select_file_dialog_extension_factory.h", |
| 1282 ] | 1277 ] |
| 1283 deps += [ | 1278 deps += [ |
| 1284 "//chrome/browser/chromeos", | 1279 "//chrome/browser/chromeos", |
| 1285 "//components/arc", | 1280 "//components/arc", |
| (...skipping 2323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3609 deps += [ | 3604 deps += [ |
| 3610 "//chrome/test:test_support_ui", | 3605 "//chrome/test:test_support_ui", |
| 3611 "//components/zoom", | 3606 "//components/zoom", |
| 3612 ] | 3607 ] |
| 3613 } | 3608 } |
| 3614 | 3609 |
| 3615 if (enable_extensions) { | 3610 if (enable_extensions) { |
| 3616 deps += [ "//extensions/browser" ] | 3611 deps += [ "//extensions/browser" ] |
| 3617 } | 3612 } |
| 3618 } | 3613 } |
| OLD | NEW |