| 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/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 2335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2346 "safe_browsing/incident_reporting/suspicious_module_incident.cc", | 2346 "safe_browsing/incident_reporting/suspicious_module_incident.cc", |
| 2347 "safe_browsing/incident_reporting/suspicious_module_incident.h", | 2347 "safe_browsing/incident_reporting/suspicious_module_incident.h", |
| 2348 "safe_browsing/incident_reporting/tracked_preference_incident.cc", | 2348 "safe_browsing/incident_reporting/tracked_preference_incident.cc", |
| 2349 "safe_browsing/incident_reporting/tracked_preference_incident.h", | 2349 "safe_browsing/incident_reporting/tracked_preference_incident.h", |
| 2350 "safe_browsing/incident_reporting/variations_seed_signature_analyzer.cc"
, | 2350 "safe_browsing/incident_reporting/variations_seed_signature_analyzer.cc"
, |
| 2351 "safe_browsing/incident_reporting/variations_seed_signature_analyzer.h", | 2351 "safe_browsing/incident_reporting/variations_seed_signature_analyzer.h", |
| 2352 "safe_browsing/incident_reporting/variations_seed_signature_incident.cc"
, | 2352 "safe_browsing/incident_reporting/variations_seed_signature_incident.cc"
, |
| 2353 "safe_browsing/incident_reporting/variations_seed_signature_incident.h", | 2353 "safe_browsing/incident_reporting/variations_seed_signature_incident.h", |
| 2354 "safe_browsing/local_database_manager.cc", | 2354 "safe_browsing/local_database_manager.cc", |
| 2355 "safe_browsing/local_database_manager.h", | 2355 "safe_browsing/local_database_manager.h", |
| 2356 "safe_browsing/mac_archive_type_sniffer.cc", |
| 2357 "safe_browsing/mac_archive_type_sniffer.h", |
| 2356 "safe_browsing/path_sanitizer.cc", | 2358 "safe_browsing/path_sanitizer.cc", |
| 2357 "safe_browsing/path_sanitizer.h", | 2359 "safe_browsing/path_sanitizer.h", |
| 2358 "safe_browsing/protocol_manager.cc", | 2360 "safe_browsing/protocol_manager.cc", |
| 2359 "safe_browsing/protocol_manager.h", | 2361 "safe_browsing/protocol_manager.h", |
| 2360 "safe_browsing/protocol_parser.cc", | 2362 "safe_browsing/protocol_parser.cc", |
| 2361 "safe_browsing/protocol_parser.h", | 2363 "safe_browsing/protocol_parser.h", |
| 2362 "safe_browsing/safe_browsing_database.cc", | 2364 "safe_browsing/safe_browsing_database.cc", |
| 2363 "safe_browsing/safe_browsing_database.h", | 2365 "safe_browsing/safe_browsing_database.h", |
| 2364 "safe_browsing/safe_browsing_store.cc", | 2366 "safe_browsing/safe_browsing_store.cc", |
| 2365 "safe_browsing/safe_browsing_store.h", | 2367 "safe_browsing/safe_browsing_store.h", |
| (...skipping 2409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4775 "media/pepper_cdm_test_constants.cc", | 4777 "media/pepper_cdm_test_constants.cc", |
| 4776 "media/pepper_cdm_test_constants.h", | 4778 "media/pepper_cdm_test_constants.h", |
| 4777 ] | 4779 ] |
| 4778 } | 4780 } |
| 4779 } | 4781 } |
| 4780 | 4782 |
| 4781 service_manifest("preferences_forwarder_manifest") { | 4783 service_manifest("preferences_forwarder_manifest") { |
| 4782 name = "preferences_forwarder" | 4784 name = "preferences_forwarder" |
| 4783 source = "prefs/forwarder_manifest.json" | 4785 source = "prefs/forwarder_manifest.json" |
| 4784 } | 4786 } |
| OLD | NEW |