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

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

Issue 2924723002: Network service: SafeBrowsing check for frame-resources from browser. (Closed)
Patch Set: . 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/chrome_content_browser_client.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/chrome_build.gni") 5 import("//build/config/chrome_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 1144 matching lines...) Expand 10 before | Expand all | Expand 10 after
1155 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.h", 1155 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.h",
1156 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.mm", 1156 "renderer_host/chrome_render_widget_host_view_mac_history_swiper.mm",
1157 "renderer_preferences_util.cc", 1157 "renderer_preferences_util.cc",
1158 "renderer_preferences_util.h", 1158 "renderer_preferences_util.h",
1159 "resource_coordinator/resource_coordinator_web_contents_observer.cc", 1159 "resource_coordinator/resource_coordinator_web_contents_observer.cc",
1160 "resource_coordinator/resource_coordinator_web_contents_observer.h", 1160 "resource_coordinator/resource_coordinator_web_contents_observer.h",
1161 "resource_delegate_mac.h", 1161 "resource_delegate_mac.h",
1162 "resource_delegate_mac.mm", 1162 "resource_delegate_mac.mm",
1163 "resources_util.cc", 1163 "resources_util.cc",
1164 "resources_util.h", 1164 "resources_util.h",
1165 "safe_browsing/browser_url_loader_throttle.cc",
1166 "safe_browsing/browser_url_loader_throttle.h",
1165 "safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.cc", 1167 "safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.cc",
1166 "safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.h", 1168 "safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.h",
1167 "safe_browsing/chrome_cleaner/chrome_cleaner_fetcher_win.cc", 1169 "safe_browsing/chrome_cleaner/chrome_cleaner_fetcher_win.cc",
1168 "safe_browsing/chrome_cleaner/chrome_cleaner_fetcher_win.h", 1170 "safe_browsing/chrome_cleaner/chrome_cleaner_fetcher_win.h",
1169 "safe_browsing/chrome_cleaner/chrome_cleaner_runner_win.cc", 1171 "safe_browsing/chrome_cleaner/chrome_cleaner_runner_win.cc",
1170 "safe_browsing/chrome_cleaner/chrome_cleaner_runner_win.h", 1172 "safe_browsing/chrome_cleaner/chrome_cleaner_runner_win.h",
1171 "safe_browsing/chrome_cleaner/reporter_runner_win.cc", 1173 "safe_browsing/chrome_cleaner/reporter_runner_win.cc",
1172 "safe_browsing/chrome_cleaner/reporter_runner_win.h", 1174 "safe_browsing/chrome_cleaner/reporter_runner_win.h",
1173 "safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.cc", 1175 "safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.cc",
1174 "safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.h", 1176 "safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.h",
1175 "safe_browsing/chrome_cleaner/srt_client_info_win.cc", 1177 "safe_browsing/chrome_cleaner/srt_client_info_win.cc",
1176 "safe_browsing/chrome_cleaner/srt_client_info_win.h", 1178 "safe_browsing/chrome_cleaner/srt_client_info_win.h",
1177 "safe_browsing/chrome_cleaner/srt_field_trial_win.cc", 1179 "safe_browsing/chrome_cleaner/srt_field_trial_win.cc",
1178 "safe_browsing/chrome_cleaner/srt_field_trial_win.h", 1180 "safe_browsing/chrome_cleaner/srt_field_trial_win.h",
1179 "safe_browsing/chrome_cleaner/srt_global_error_win.cc", 1181 "safe_browsing/chrome_cleaner/srt_global_error_win.cc",
1180 "safe_browsing/chrome_cleaner/srt_global_error_win.h", 1182 "safe_browsing/chrome_cleaner/srt_global_error_win.h",
1181 "safe_browsing/mojo_safe_browsing_impl.cc", 1183 "safe_browsing/mojo_safe_browsing_impl.cc",
1182 "safe_browsing/mojo_safe_browsing_impl.h", 1184 "safe_browsing/mojo_safe_browsing_impl.h",
1183 "safe_browsing/safe_browsing_tab_observer.cc", 1185 "safe_browsing/safe_browsing_tab_observer.cc",
1184 "safe_browsing/safe_browsing_tab_observer.h", 1186 "safe_browsing/safe_browsing_tab_observer.h",
1187 "safe_browsing/safe_browsing_url_checker_impl.cc",
1188 "safe_browsing/safe_browsing_url_checker_impl.h",
1185 "safe_search_api/safe_search_url_checker.cc", 1189 "safe_search_api/safe_search_url_checker.cc",
1186 "safe_search_api/safe_search_url_checker.h", 1190 "safe_search_api/safe_search_url_checker.h",
1187 "search/iframe_source.cc", 1191 "search/iframe_source.cc",
1188 "search/iframe_source.h", 1192 "search/iframe_source.h",
1189 "search/instant_io_context.cc", 1193 "search/instant_io_context.cc",
1190 "search/instant_io_context.h", 1194 "search/instant_io_context.h",
1191 "search/instant_service.cc", 1195 "search/instant_service.cc",
1192 "search/instant_service.h", 1196 "search/instant_service.h",
1193 "search/instant_service_factory.cc", 1197 "search/instant_service_factory.cc",
1194 "search/instant_service_factory.h", 1198 "search/instant_service_factory.h",
(...skipping 3608 matching lines...) Expand 10 before | Expand all | Expand 10 after
4803 "//components/search_engines", 4807 "//components/search_engines",
4804 "//rlz:rlz_lib", 4808 "//rlz:rlz_lib",
4805 ] 4809 ]
4806 } 4810 }
4807 } 4811 }
4808 4812
4809 service_manifest("preferences_forwarder_manifest") { 4813 service_manifest("preferences_forwarder_manifest") {
4810 name = "preferences_forwarder" 4814 name = "preferences_forwarder"
4811 source = "prefs/forwarder_manifest.json" 4815 source = "prefs/forwarder_manifest.json"
4812 } 4816 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698