Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(463)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2926473002: Mac Archive Type Sniffing (Closed)
Patch Set: simplified unit test since not parsing actual compressed data in DMGs Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/DEPS » ('j') | chrome/browser/safe_browsing/download_protection_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698