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

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
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 1166 matching lines...) Expand 10 before | Expand all | Expand 10 after
1177 "safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.cc", 1177 "safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.cc",
1178 "safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.h", 1178 "safe_browsing/chrome_cleaner/srt_chrome_prompt_impl.h",
1179 "safe_browsing/chrome_cleaner/srt_client_info_win.cc", 1179 "safe_browsing/chrome_cleaner/srt_client_info_win.cc",
1180 "safe_browsing/chrome_cleaner/srt_client_info_win.h", 1180 "safe_browsing/chrome_cleaner/srt_client_info_win.h",
1181 "safe_browsing/chrome_cleaner/srt_field_trial_win.cc", 1181 "safe_browsing/chrome_cleaner/srt_field_trial_win.cc",
1182 "safe_browsing/chrome_cleaner/srt_field_trial_win.h", 1182 "safe_browsing/chrome_cleaner/srt_field_trial_win.h",
1183 "safe_browsing/chrome_cleaner/srt_global_error_win.cc", 1183 "safe_browsing/chrome_cleaner/srt_global_error_win.cc",
1184 "safe_browsing/chrome_cleaner/srt_global_error_win.h", 1184 "safe_browsing/chrome_cleaner/srt_global_error_win.h",
1185 "safe_browsing/mojo_safe_browsing_impl.cc", 1185 "safe_browsing/mojo_safe_browsing_impl.cc",
1186 "safe_browsing/mojo_safe_browsing_impl.h", 1186 "safe_browsing/mojo_safe_browsing_impl.h",
1187 "safe_browsing/safe_browsing_browser_throttle.cc",
vakh (use Gerrit instead) 2017/06/15 21:52:58 Could you please create a target for these files i
yzshen1 2017/06/16 21:27:09 I feel that the current CL is already big and this
1188 "safe_browsing/safe_browsing_browser_throttle.h",
1187 "safe_browsing/safe_browsing_tab_observer.cc", 1189 "safe_browsing/safe_browsing_tab_observer.cc",
1188 "safe_browsing/safe_browsing_tab_observer.h", 1190 "safe_browsing/safe_browsing_tab_observer.h",
1191 "safe_browsing/safe_browsing_url_checker_impl.cc",
1192 "safe_browsing/safe_browsing_url_checker_impl.h",
1189 "safe_search_api/safe_search_url_checker.cc", 1193 "safe_search_api/safe_search_url_checker.cc",
1190 "safe_search_api/safe_search_url_checker.h", 1194 "safe_search_api/safe_search_url_checker.h",
1191 "search/iframe_source.cc", 1195 "search/iframe_source.cc",
1192 "search/iframe_source.h", 1196 "search/iframe_source.h",
1193 "search/instant_io_context.cc", 1197 "search/instant_io_context.cc",
1194 "search/instant_io_context.h", 1198 "search/instant_io_context.h",
1195 "search/instant_service.cc", 1199 "search/instant_service.cc",
1196 "search/instant_service.h", 1200 "search/instant_service.h",
1197 "search/instant_service_factory.cc", 1201 "search/instant_service_factory.cc",
1198 "search/instant_service_factory.h", 1202 "search/instant_service_factory.h",
(...skipping 3584 matching lines...) Expand 10 before | Expand all | Expand 10 after
4783 "//components/search_engines", 4787 "//components/search_engines",
4784 "//rlz:rlz_lib", 4788 "//rlz:rlz_lib",
4785 ] 4789 ]
4786 } 4790 }
4787 } 4791 }
4788 4792
4789 service_manifest("preferences_forwarder_manifest") { 4793 service_manifest("preferences_forwarder_manifest") {
4790 name = "preferences_forwarder" 4794 name = "preferences_forwarder"
4791 source = "prefs/forwarder_manifest.json" 4795 source = "prefs/forwarder_manifest.json"
4792 } 4796 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.h » ('j') | chrome/browser/chrome_content_browser_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698