| 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 4122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4133 "../browser/safe_browsing/ui_manager_unittest.cc", | 4133 "../browser/safe_browsing/ui_manager_unittest.cc", |
| 4134 "../common/safe_browsing/file_type_policies_test_util.cc", | 4134 "../common/safe_browsing/file_type_policies_test_util.cc", |
| 4135 "../common/safe_browsing/file_type_policies_test_util.h", | 4135 "../common/safe_browsing/file_type_policies_test_util.h", |
| 4136 "../common/safe_browsing/file_type_policies_unittest.cc", | 4136 "../common/safe_browsing/file_type_policies_unittest.cc", |
| 4137 ] | 4137 ] |
| 4138 } | 4138 } |
| 4139 if (safe_browsing_mode == 1) { | 4139 if (safe_browsing_mode == 1) { |
| 4140 # TODO(sgurun): enable tests for safe_browsing==2. | 4140 # TODO(sgurun): enable tests for safe_browsing==2. |
| 4141 sources += [ | 4141 sources += [ |
| 4142 "../browser/safe_browsing/browser_feature_extractor_unittest.cc", | 4142 "../browser/safe_browsing/browser_feature_extractor_unittest.cc", |
| 4143 "../browser/safe_browsing/chrome_password_protection_service_unittest.cc", |
| 4143 "../browser/safe_browsing/chunk_range_unittest.cc", | 4144 "../browser/safe_browsing/chunk_range_unittest.cc", |
| 4144 "../browser/safe_browsing/client_side_detection_host_unittest.cc", | 4145 "../browser/safe_browsing/client_side_detection_host_unittest.cc", |
| 4145 "../browser/safe_browsing/client_side_detection_service_unittest.cc", | 4146 "../browser/safe_browsing/client_side_detection_service_unittest.cc", |
| 4146 "../browser/safe_browsing/client_side_model_loader_unittest.cc", | 4147 "../browser/safe_browsing/client_side_model_loader_unittest.cc", |
| 4147 "../browser/safe_browsing/download_feedback_service_unittest.cc", | 4148 "../browser/safe_browsing/download_feedback_service_unittest.cc", |
| 4148 "../browser/safe_browsing/download_feedback_unittest.cc", | 4149 "../browser/safe_browsing/download_feedback_unittest.cc", |
| 4149 "../browser/safe_browsing/download_protection_service_unittest.cc", | 4150 "../browser/safe_browsing/download_protection_service_unittest.cc", |
| 4150 "../browser/safe_browsing/incident_reporting/binary_integrity_analyzer_mac
_unittest.cc", | 4151 "../browser/safe_browsing/incident_reporting/binary_integrity_analyzer_mac
_unittest.cc", |
| 4151 "../browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win
_unittest.cc", | 4152 "../browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win
_unittest.cc", |
| 4152 "../browser/safe_browsing/incident_reporting/binary_integrity_incident_uni
ttest.cc", | 4153 "../browser/safe_browsing/incident_reporting/binary_integrity_incident_uni
ttest.cc", |
| (...skipping 889 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5042 } | 5043 } |
| 5043 | 5044 |
| 5044 if (is_win) { | 5045 if (is_win) { |
| 5045 loadable_module("conflicts_dll") { | 5046 loadable_module("conflicts_dll") { |
| 5046 testonly = true | 5047 testonly = true |
| 5047 sources = [ | 5048 sources = [ |
| 5048 "conflicts/conflicts_dll.cc", | 5049 "conflicts/conflicts_dll.cc", |
| 5049 ] | 5050 ] |
| 5050 } | 5051 } |
| 5051 } | 5052 } |
| OLD | NEW |