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

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

Issue 2952583002: SafeBrowsing support for WebSocket (post-network-servicification) (Closed)
Patch Set: Remove useless DCHECKs Created 3 years, 5 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/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 4310 matching lines...) Expand 10 before | Expand all | Expand 10 after
4321 "../renderer/safe_browsing/scorer_unittest.cc", 4321 "../renderer/safe_browsing/scorer_unittest.cc",
4322 "../utility/safe_browsing/mac/dmg_test_utils.cc", 4322 "../utility/safe_browsing/mac/dmg_test_utils.cc",
4323 "../utility/safe_browsing/mac/dmg_test_utils.h", 4323 "../utility/safe_browsing/mac/dmg_test_utils.h",
4324 "../utility/safe_browsing/mac/hfs_unittest.cc", 4324 "../utility/safe_browsing/mac/hfs_unittest.cc",
4325 "../utility/safe_browsing/mac/read_stream_unittest.cc", 4325 "../utility/safe_browsing/mac/read_stream_unittest.cc",
4326 "../utility/safe_browsing/mac/udif_unittest.cc", 4326 "../utility/safe_browsing/mac/udif_unittest.cc",
4327 ] 4327 ]
4328 deps += [ 4328 deps += [
4329 ":test_proto", 4329 ":test_proto",
4330 "//components/safe_browsing:base_ping_manager_unittest", 4330 "//components/safe_browsing:base_ping_manager_unittest",
4331 "//components/safe_browsing/renderer:websocket_sb_handshake_throttle_unitt est",
4331 "//components/safe_browsing_db:v4_test_util", 4332 "//components/safe_browsing_db:v4_test_util",
4332 ] 4333 ]
4333 4334
4334 if (is_mac) { 4335 if (is_mac) {
4335 deps += [ ":mac_safe_browsing_test_data" ] 4336 deps += [ ":mac_safe_browsing_test_data" ]
4336 data += [ "$root_out_dir/test_data/chrome/safe_browsing_dmg/" ] 4337 data += [ "$root_out_dir/test_data/chrome/safe_browsing_dmg/" ]
4337 } 4338 }
4338 } 4339 }
4339 4340
4340 if (enable_plugins) { 4341 if (enable_plugins) {
(...skipping 824 matching lines...) Expand 10 before | Expand all | Expand 10 after
5165 } 5166 }
5166 5167
5167 if (is_win) { 5168 if (is_win) {
5168 loadable_module("conflicts_dll") { 5169 loadable_module("conflicts_dll") {
5169 testonly = true 5170 testonly = true
5170 sources = [ 5171 sources = [
5171 "conflicts/conflicts_dll.cc", 5172 "conflicts/conflicts_dll.cc",
5172 ] 5173 ]
5173 } 5174 }
5174 } 5175 }
OLDNEW
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.cc ('k') | chrome/test/data/safe_browsing/malware_websocket.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698