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 4200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4211 "../browser/safe_browsing/incident_reporting/platform_state_store_unittest
.cc", | 4211 "../browser/safe_browsing/incident_reporting/platform_state_store_unittest
.cc", |
4212 "../browser/safe_browsing/incident_reporting/platform_state_store_win_unit
test.cc", | 4212 "../browser/safe_browsing/incident_reporting/platform_state_store_win_unit
test.cc", |
4213 "../browser/safe_browsing/incident_reporting/preference_validation_delegat
e_unittest.cc", | 4213 "../browser/safe_browsing/incident_reporting/preference_validation_delegat
e_unittest.cc", |
4214 "../browser/safe_browsing/incident_reporting/resource_request_detector_uni
ttest.cc", | 4214 "../browser/safe_browsing/incident_reporting/resource_request_detector_uni
ttest.cc", |
4215 "../browser/safe_browsing/incident_reporting/state_store_unittest.cc", | 4215 "../browser/safe_browsing/incident_reporting/state_store_unittest.cc", |
4216 "../browser/safe_browsing/incident_reporting/suspicious_module_incident_un
ittest.cc", | 4216 "../browser/safe_browsing/incident_reporting/suspicious_module_incident_un
ittest.cc", |
4217 "../browser/safe_browsing/incident_reporting/tracked_preference_incident_u
nittest.cc", | 4217 "../browser/safe_browsing/incident_reporting/tracked_preference_incident_u
nittest.cc", |
4218 "../browser/safe_browsing/incident_reporting/variations_seed_signature_inc
ident_unittest.cc", | 4218 "../browser/safe_browsing/incident_reporting/variations_seed_signature_inc
ident_unittest.cc", |
4219 "../browser/safe_browsing/local_database_manager_unittest.cc", | 4219 "../browser/safe_browsing/local_database_manager_unittest.cc", |
4220 "../browser/safe_browsing/local_two_phase_testserver.cc", | 4220 "../browser/safe_browsing/local_two_phase_testserver.cc", |
| 4221 "../browser/safe_browsing/notification_image_reporter_unittest.cc", |
4221 "../browser/safe_browsing/path_sanitizer_unittest.cc", | 4222 "../browser/safe_browsing/path_sanitizer_unittest.cc", |
4222 "../browser/safe_browsing/permission_reporter_unittest.cc", | 4223 "../browser/safe_browsing/permission_reporter_unittest.cc", |
4223 "../browser/safe_browsing/protocol_manager_unittest.cc", | 4224 "../browser/safe_browsing/protocol_manager_unittest.cc", |
4224 "../browser/safe_browsing/protocol_parser_unittest.cc", | 4225 "../browser/safe_browsing/protocol_parser_unittest.cc", |
4225 "../browser/safe_browsing/safe_browsing_database_unittest.cc", | 4226 "../browser/safe_browsing/safe_browsing_database_unittest.cc", |
4226 "../browser/safe_browsing/safe_browsing_navigation_observer_unittest.cc", | 4227 "../browser/safe_browsing/safe_browsing_navigation_observer_unittest.cc", |
4227 "../browser/safe_browsing/safe_browsing_store_file_unittest.cc", | 4228 "../browser/safe_browsing/safe_browsing_store_file_unittest.cc", |
4228 "../browser/safe_browsing/safe_browsing_store_unittest.cc", | 4229 "../browser/safe_browsing/safe_browsing_store_unittest.cc", |
4229 "../browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc", | 4230 "../browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc", |
4230 "../browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc", | 4231 "../browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc", |
(...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5076 } | 5077 } |
5077 | 5078 |
5078 if (is_win) { | 5079 if (is_win) { |
5079 loadable_module("conflicts_dll") { | 5080 loadable_module("conflicts_dll") { |
5080 testonly = true | 5081 testonly = true |
5081 sources = [ | 5082 sources = [ |
5082 "conflicts/conflicts_dll.cc", | 5083 "conflicts/conflicts_dll.cc", |
5083 ] | 5084 ] |
5084 } | 5085 } |
5085 } | 5086 } |
OLD | NEW |