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

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

Issue 2637153002: Submit a sample of notification images to Safe Browsing (Closed)
Patch Set: nits Created 3 years, 11 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
« no previous file with comments | « chrome/common/safe_browsing/csd.proto ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "../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
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 }
OLDNEW
« no previous file with comments | « chrome/common/safe_browsing/csd.proto ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698