| 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 4248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4259 "../browser/safe_browsing/incident_reporting/platform_state_store_win_unit
test.cc", | 4259 "../browser/safe_browsing/incident_reporting/platform_state_store_win_unit
test.cc", |
| 4260 "../browser/safe_browsing/incident_reporting/preference_validation_delegat
e_unittest.cc", | 4260 "../browser/safe_browsing/incident_reporting/preference_validation_delegat
e_unittest.cc", |
| 4261 "../browser/safe_browsing/incident_reporting/resource_request_detector_uni
ttest.cc", | 4261 "../browser/safe_browsing/incident_reporting/resource_request_detector_uni
ttest.cc", |
| 4262 "../browser/safe_browsing/incident_reporting/state_store_unittest.cc", | 4262 "../browser/safe_browsing/incident_reporting/state_store_unittest.cc", |
| 4263 "../browser/safe_browsing/incident_reporting/suspicious_module_incident_un
ittest.cc", | 4263 "../browser/safe_browsing/incident_reporting/suspicious_module_incident_un
ittest.cc", |
| 4264 "../browser/safe_browsing/incident_reporting/tracked_preference_incident_u
nittest.cc", | 4264 "../browser/safe_browsing/incident_reporting/tracked_preference_incident_u
nittest.cc", |
| 4265 "../browser/safe_browsing/incident_reporting/variations_seed_signature_inc
ident_unittest.cc", | 4265 "../browser/safe_browsing/incident_reporting/variations_seed_signature_inc
ident_unittest.cc", |
| 4266 "../browser/safe_browsing/local_database_manager_unittest.cc", | 4266 "../browser/safe_browsing/local_database_manager_unittest.cc", |
| 4267 "../browser/safe_browsing/local_two_phase_testserver.cc", | 4267 "../browser/safe_browsing/local_two_phase_testserver.cc", |
| 4268 "../browser/safe_browsing/local_two_phase_testserver.h", | 4268 "../browser/safe_browsing/local_two_phase_testserver.h", |
| 4269 "../browser/safe_browsing/mac_archive_type_sniffer_unittest.cc", |
| 4269 "../browser/safe_browsing/notification_image_reporter_unittest.cc", | 4270 "../browser/safe_browsing/notification_image_reporter_unittest.cc", |
| 4270 "../browser/safe_browsing/path_sanitizer_unittest.cc", | 4271 "../browser/safe_browsing/path_sanitizer_unittest.cc", |
| 4271 "../browser/safe_browsing/permission_reporter_unittest.cc", | 4272 "../browser/safe_browsing/permission_reporter_unittest.cc", |
| 4272 "../browser/safe_browsing/protocol_manager_unittest.cc", | 4273 "../browser/safe_browsing/protocol_manager_unittest.cc", |
| 4273 "../browser/safe_browsing/protocol_parser_unittest.cc", | 4274 "../browser/safe_browsing/protocol_parser_unittest.cc", |
| 4274 "../browser/safe_browsing/safe_browsing_database_unittest.cc", | 4275 "../browser/safe_browsing/safe_browsing_database_unittest.cc", |
| 4275 "../browser/safe_browsing/safe_browsing_navigation_observer_unittest.cc", | 4276 "../browser/safe_browsing/safe_browsing_navigation_observer_unittest.cc", |
| 4276 "../browser/safe_browsing/safe_browsing_store_file_unittest.cc", | 4277 "../browser/safe_browsing/safe_browsing_store_file_unittest.cc", |
| 4277 "../browser/safe_browsing/safe_browsing_store_unittest.cc", | 4278 "../browser/safe_browsing/safe_browsing_store_unittest.cc", |
| 4278 "../browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc", | 4279 "../browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc", |
| (...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5133 } | 5134 } |
| 5134 | 5135 |
| 5135 if (is_win) { | 5136 if (is_win) { |
| 5136 loadable_module("conflicts_dll") { | 5137 loadable_module("conflicts_dll") { |
| 5137 testonly = true | 5138 testonly = true |
| 5138 sources = [ | 5139 sources = [ |
| 5139 "conflicts/conflicts_dll.cc", | 5140 "conflicts/conflicts_dll.cc", |
| 5140 ] | 5141 ] |
| 5141 } | 5142 } |
| 5142 } | 5143 } |
| OLD | NEW |