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/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 Loading... |
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 Loading... |
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 } |
OLD | NEW |