| 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 4106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4117 "../browser/safe_browsing/ui_manager_unittest.cc", | 4117 "../browser/safe_browsing/ui_manager_unittest.cc", |
| 4118 "../common/safe_browsing/file_type_policies_test_util.cc", | 4118 "../common/safe_browsing/file_type_policies_test_util.cc", |
| 4119 "../common/safe_browsing/file_type_policies_test_util.h", | 4119 "../common/safe_browsing/file_type_policies_test_util.h", |
| 4120 "../common/safe_browsing/file_type_policies_unittest.cc", | 4120 "../common/safe_browsing/file_type_policies_unittest.cc", |
| 4121 ] | 4121 ] |
| 4122 } | 4122 } |
| 4123 if (safe_browsing_mode == 1) { | 4123 if (safe_browsing_mode == 1) { |
| 4124 # TODO(sgurun): enable tests for safe_browsing==2. | 4124 # TODO(sgurun): enable tests for safe_browsing==2. |
| 4125 sources += [ | 4125 sources += [ |
| 4126 "../browser/safe_browsing/browser_feature_extractor_unittest.cc", | 4126 "../browser/safe_browsing/browser_feature_extractor_unittest.cc", |
| 4127 "../browser/safe_browsing/chrome_password_protection_service_unittest.cc", |
| 4127 "../browser/safe_browsing/chunk_range_unittest.cc", | 4128 "../browser/safe_browsing/chunk_range_unittest.cc", |
| 4128 "../browser/safe_browsing/client_side_detection_host_unittest.cc", | 4129 "../browser/safe_browsing/client_side_detection_host_unittest.cc", |
| 4129 "../browser/safe_browsing/client_side_detection_service_unittest.cc", | 4130 "../browser/safe_browsing/client_side_detection_service_unittest.cc", |
| 4130 "../browser/safe_browsing/client_side_model_loader_unittest.cc", | 4131 "../browser/safe_browsing/client_side_model_loader_unittest.cc", |
| 4131 "../browser/safe_browsing/download_feedback_service_unittest.cc", | 4132 "../browser/safe_browsing/download_feedback_service_unittest.cc", |
| 4132 "../browser/safe_browsing/download_feedback_unittest.cc", | 4133 "../browser/safe_browsing/download_feedback_unittest.cc", |
| 4133 "../browser/safe_browsing/download_protection_service_unittest.cc", | 4134 "../browser/safe_browsing/download_protection_service_unittest.cc", |
| 4134 "../browser/safe_browsing/incident_reporting/binary_integrity_analyzer_mac
_unittest.cc", | 4135 "../browser/safe_browsing/incident_reporting/binary_integrity_analyzer_mac
_unittest.cc", |
| 4135 "../browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win
_unittest.cc", | 4136 "../browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win
_unittest.cc", |
| 4136 "../browser/safe_browsing/incident_reporting/binary_integrity_incident_uni
ttest.cc", | 4137 "../browser/safe_browsing/incident_reporting/binary_integrity_incident_uni
ttest.cc", |
| (...skipping 889 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5026 } | 5027 } |
| 5027 | 5028 |
| 5028 if (is_win) { | 5029 if (is_win) { |
| 5029 loadable_module("conflicts_dll") { | 5030 loadable_module("conflicts_dll") { |
| 5030 testonly = true | 5031 testonly = true |
| 5031 sources = [ | 5032 sources = [ |
| 5032 "conflicts/conflicts_dll.cc", | 5033 "conflicts/conflicts_dll.cc", |
| 5033 ] | 5034 ] |
| 5034 } | 5035 } |
| 5035 } | 5036 } |
| OLD | NEW |