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

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

Issue 2926473002: Mac Archive Type Sniffing (Closed)
Patch Set: changing name of tester 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/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
4244 } 4244 }
4245 if (safe_browsing_mode == 1) { 4245 if (safe_browsing_mode == 1) {
4246 # TODO(sgurun): enable tests for safe_browsing==2. 4246 # TODO(sgurun): enable tests for safe_browsing==2.
4247 sources += [ 4247 sources += [
4248 "../browser/safe_browsing/browser_feature_extractor_unittest.cc", 4248 "../browser/safe_browsing/browser_feature_extractor_unittest.cc",
4249 "../browser/safe_browsing/chrome_password_protection_service_unittest.cc", 4249 "../browser/safe_browsing/chrome_password_protection_service_unittest.cc",
4250 "../browser/safe_browsing/chunk_range_unittest.cc", 4250 "../browser/safe_browsing/chunk_range_unittest.cc",
4251 "../browser/safe_browsing/client_side_detection_host_unittest.cc", 4251 "../browser/safe_browsing/client_side_detection_host_unittest.cc",
4252 "../browser/safe_browsing/client_side_detection_service_unittest.cc", 4252 "../browser/safe_browsing/client_side_detection_service_unittest.cc",
4253 "../browser/safe_browsing/client_side_model_loader_unittest.cc", 4253 "../browser/safe_browsing/client_side_model_loader_unittest.cc",
4254 "../browser/safe_browsing/disk_image_type_sniffer_mac_unittest.cc",
4254 "../browser/safe_browsing/download_feedback_service_unittest.cc", 4255 "../browser/safe_browsing/download_feedback_service_unittest.cc",
4255 "../browser/safe_browsing/download_feedback_unittest.cc", 4256 "../browser/safe_browsing/download_feedback_unittest.cc",
4256 "../browser/safe_browsing/download_protection_service_unittest.cc", 4257 "../browser/safe_browsing/download_protection_service_unittest.cc",
4257 "../browser/safe_browsing/incident_reporting/binary_integrity_analyzer_mac _unittest.cc", 4258 "../browser/safe_browsing/incident_reporting/binary_integrity_analyzer_mac _unittest.cc",
4258 "../browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win _unittest.cc", 4259 "../browser/safe_browsing/incident_reporting/binary_integrity_analyzer_win _unittest.cc",
4259 "../browser/safe_browsing/incident_reporting/binary_integrity_incident_uni ttest.cc", 4260 "../browser/safe_browsing/incident_reporting/binary_integrity_incident_uni ttest.cc",
4260 "../browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win_u nittest.cc", 4261 "../browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win_u nittest.cc",
4261 "../browser/safe_browsing/incident_reporting/blacklist_load_incident_unitt est.cc", 4262 "../browser/safe_browsing/incident_reporting/blacklist_load_incident_unitt est.cc",
4262 "../browser/safe_browsing/incident_reporting/delayed_callback_runner_unitt est.cc", 4263 "../browser/safe_browsing/incident_reporting/delayed_callback_runner_unitt est.cc",
4263 "../browser/safe_browsing/incident_reporting/download_metadata_manager_uni ttest.cc", 4264 "../browser/safe_browsing/incident_reporting/download_metadata_manager_uni ttest.cc",
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
4927 "$_output_dir/dmg_UDTO_SPUD.cdr", 4928 "$_output_dir/dmg_UDTO_SPUD.cdr",
4928 "$_output_dir/dmg_UDZO_GPTSPUD.dmg", 4929 "$_output_dir/dmg_UDZO_GPTSPUD.dmg",
4929 "$_output_dir/dmg_UDZO_NONE.dmg", 4930 "$_output_dir/dmg_UDZO_NONE.dmg",
4930 "$_output_dir/dmg_UDZO_SPUD.dmg", 4931 "$_output_dir/dmg_UDZO_SPUD.dmg",
4931 "$_output_dir/dmg_UFBI_GPTSPUD.dmg", 4932 "$_output_dir/dmg_UFBI_GPTSPUD.dmg",
4932 "$_output_dir/dmg_UFBI_NONE.dmg", 4933 "$_output_dir/dmg_UFBI_NONE.dmg",
4933 "$_output_dir/dmg_UFBI_SPUD.dmg", 4934 "$_output_dir/dmg_UFBI_SPUD.dmg",
4934 "$_output_dir/hfs_plus.img", 4935 "$_output_dir/hfs_plus.img",
4935 "$_output_dir/hfsx_case_sensitive.img", 4936 "$_output_dir/hfsx_case_sensitive.img",
4936 "$_output_dir/mach_o_in_dmg.dmg", 4937 "$_output_dir/mach_o_in_dmg.dmg",
4938 "$_output_dir/mach_o_in_dmg.txt",
4939 "$_output_dir/mach_o_in_dmg_no_koly_signature.dmg",
4940 "$_output_dir/mach_o_in_dmg_no_koly_signature.txt",
4937 ] 4941 ]
4938 args = [ 4942 args = [
4939 rebase_path(shell_script, root_out_dir), 4943 rebase_path(shell_script, root_out_dir),
4940 rebase_path(_output_dir, root_out_dir), 4944 rebase_path(_output_dir, root_out_dir),
4941 ] 4945 ]
4942 } 4946 }
4943 } 4947 }
4944 4948
4945 if (!is_android) { 4949 if (!is_android) {
4946 # TODO(609855): Make this compile on Android and run on the bots. 4950 # TODO(609855): Make this compile on Android and run on the bots.
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
5153 } 5157 }
5154 5158
5155 if (is_win) { 5159 if (is_win) {
5156 loadable_module("conflicts_dll") { 5160 loadable_module("conflicts_dll") {
5157 testonly = true 5161 testonly = true
5158 sources = [ 5162 sources = [
5159 "conflicts/conflicts_dll.cc", 5163 "conflicts/conflicts_dll.cc",
5160 ] 5164 ]
5161 } 5165 }
5162 } 5166 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698