| 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 4233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4244 "../browser/safe_browsing/incident_reporting/platform_state_store_unittest
.cc", | 4244 "../browser/safe_browsing/incident_reporting/platform_state_store_unittest
.cc", |
| 4245 "../browser/safe_browsing/incident_reporting/platform_state_store_win_unit
test.cc", | 4245 "../browser/safe_browsing/incident_reporting/platform_state_store_win_unit
test.cc", |
| 4246 "../browser/safe_browsing/incident_reporting/preference_validation_delegat
e_unittest.cc", | 4246 "../browser/safe_browsing/incident_reporting/preference_validation_delegat
e_unittest.cc", |
| 4247 "../browser/safe_browsing/incident_reporting/resource_request_detector_uni
ttest.cc", | 4247 "../browser/safe_browsing/incident_reporting/resource_request_detector_uni
ttest.cc", |
| 4248 "../browser/safe_browsing/incident_reporting/state_store_unittest.cc", | 4248 "../browser/safe_browsing/incident_reporting/state_store_unittest.cc", |
| 4249 "../browser/safe_browsing/incident_reporting/suspicious_module_incident_un
ittest.cc", | 4249 "../browser/safe_browsing/incident_reporting/suspicious_module_incident_un
ittest.cc", |
| 4250 "../browser/safe_browsing/incident_reporting/tracked_preference_incident_u
nittest.cc", | 4250 "../browser/safe_browsing/incident_reporting/tracked_preference_incident_u
nittest.cc", |
| 4251 "../browser/safe_browsing/incident_reporting/variations_seed_signature_inc
ident_unittest.cc", | 4251 "../browser/safe_browsing/incident_reporting/variations_seed_signature_inc
ident_unittest.cc", |
| 4252 "../browser/safe_browsing/local_database_manager_unittest.cc", | 4252 "../browser/safe_browsing/local_database_manager_unittest.cc", |
| 4253 "../browser/safe_browsing/local_two_phase_testserver.cc", | 4253 "../browser/safe_browsing/local_two_phase_testserver.cc", |
| 4254 "../browser/safe_browsing/notification_image_reporter_unittest.cc", |
| 4254 "../browser/safe_browsing/path_sanitizer_unittest.cc", | 4255 "../browser/safe_browsing/path_sanitizer_unittest.cc", |
| 4255 "../browser/safe_browsing/permission_reporter_unittest.cc", | 4256 "../browser/safe_browsing/permission_reporter_unittest.cc", |
| 4256 "../browser/safe_browsing/protocol_manager_unittest.cc", | 4257 "../browser/safe_browsing/protocol_manager_unittest.cc", |
| 4257 "../browser/safe_browsing/protocol_parser_unittest.cc", | 4258 "../browser/safe_browsing/protocol_parser_unittest.cc", |
| 4258 "../browser/safe_browsing/safe_browsing_database_unittest.cc", | 4259 "../browser/safe_browsing/safe_browsing_database_unittest.cc", |
| 4259 "../browser/safe_browsing/safe_browsing_navigation_observer_unittest.cc", | 4260 "../browser/safe_browsing/safe_browsing_navigation_observer_unittest.cc", |
| 4260 "../browser/safe_browsing/safe_browsing_store_file_unittest.cc", | 4261 "../browser/safe_browsing/safe_browsing_store_file_unittest.cc", |
| 4261 "../browser/safe_browsing/safe_browsing_store_unittest.cc", | 4262 "../browser/safe_browsing/safe_browsing_store_unittest.cc", |
| 4262 "../browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc", | 4263 "../browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc", |
| 4263 "../browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc", | 4264 "../browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc", |
| (...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5111 } | 5112 } |
| 5112 | 5113 |
| 5113 if (is_win) { | 5114 if (is_win) { |
| 5114 loadable_module("conflicts_dll") { | 5115 loadable_module("conflicts_dll") { |
| 5115 testonly = true | 5116 testonly = true |
| 5116 sources = [ | 5117 sources = [ |
| 5117 "conflicts/conflicts_dll.cc", | 5118 "conflicts/conflicts_dll.cc", |
| 5118 ] | 5119 ] |
| 5119 } | 5120 } |
| 5120 } | 5121 } |
| OLD | NEW |