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

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

Issue 2624193004: Submit a sample of notification images to Safe Browsing (Closed)
Patch Set: Report net_error codes to UMA 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 4200 matching lines...) Expand 10 before | Expand all | Expand 10 after
4211 "../browser/safe_browsing/incident_reporting/platform_state_store_unittest .cc", 4211 "../browser/safe_browsing/incident_reporting/platform_state_store_unittest .cc",
4212 "../browser/safe_browsing/incident_reporting/platform_state_store_win_unit test.cc", 4212 "../browser/safe_browsing/incident_reporting/platform_state_store_win_unit test.cc",
4213 "../browser/safe_browsing/incident_reporting/preference_validation_delegat e_unittest.cc", 4213 "../browser/safe_browsing/incident_reporting/preference_validation_delegat e_unittest.cc",
4214 "../browser/safe_browsing/incident_reporting/resource_request_detector_uni ttest.cc", 4214 "../browser/safe_browsing/incident_reporting/resource_request_detector_uni ttest.cc",
4215 "../browser/safe_browsing/incident_reporting/state_store_unittest.cc", 4215 "../browser/safe_browsing/incident_reporting/state_store_unittest.cc",
4216 "../browser/safe_browsing/incident_reporting/suspicious_module_incident_un ittest.cc", 4216 "../browser/safe_browsing/incident_reporting/suspicious_module_incident_un ittest.cc",
4217 "../browser/safe_browsing/incident_reporting/tracked_preference_incident_u nittest.cc", 4217 "../browser/safe_browsing/incident_reporting/tracked_preference_incident_u nittest.cc",
4218 "../browser/safe_browsing/incident_reporting/variations_seed_signature_inc ident_unittest.cc", 4218 "../browser/safe_browsing/incident_reporting/variations_seed_signature_inc ident_unittest.cc",
4219 "../browser/safe_browsing/local_database_manager_unittest.cc", 4219 "../browser/safe_browsing/local_database_manager_unittest.cc",
4220 "../browser/safe_browsing/local_two_phase_testserver.cc", 4220 "../browser/safe_browsing/local_two_phase_testserver.cc",
4221 "../browser/safe_browsing/notification_image_reporter_unittest.cc",
4221 "../browser/safe_browsing/path_sanitizer_unittest.cc", 4222 "../browser/safe_browsing/path_sanitizer_unittest.cc",
4222 "../browser/safe_browsing/permission_reporter_unittest.cc", 4223 "../browser/safe_browsing/permission_reporter_unittest.cc",
4223 "../browser/safe_browsing/protocol_manager_unittest.cc", 4224 "../browser/safe_browsing/protocol_manager_unittest.cc",
4224 "../browser/safe_browsing/protocol_parser_unittest.cc", 4225 "../browser/safe_browsing/protocol_parser_unittest.cc",
4225 "../browser/safe_browsing/safe_browsing_database_unittest.cc", 4226 "../browser/safe_browsing/safe_browsing_database_unittest.cc",
4226 "../browser/safe_browsing/safe_browsing_navigation_observer_unittest.cc", 4227 "../browser/safe_browsing/safe_browsing_navigation_observer_unittest.cc",
4227 "../browser/safe_browsing/safe_browsing_store_file_unittest.cc", 4228 "../browser/safe_browsing/safe_browsing_store_file_unittest.cc",
4228 "../browser/safe_browsing/safe_browsing_store_unittest.cc", 4229 "../browser/safe_browsing/safe_browsing_store_unittest.cc",
4229 "../browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc", 4230 "../browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc",
4230 "../browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc", 4231 "../browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc",
(...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after
5076 } 5077 }
5077 5078
5078 if (is_win) { 5079 if (is_win) {
5079 loadable_module("conflicts_dll") { 5080 loadable_module("conflicts_dll") {
5080 testonly = true 5081 testonly = true
5081 sources = [ 5082 sources = [
5082 "conflicts/conflicts_dll.cc", 5083 "conflicts/conflicts_dll.cc",
5083 ] 5084 ]
5084 } 5085 }
5085 } 5086 }
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