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

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

Issue 2503243003: Wire up CertificateReportingService to handle report uploads (Closed)
Patch Set: Rebase 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
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 2358 matching lines...) Expand 10 before | Expand all | Expand 10 after
2369 if (toolkit_views) { 2369 if (toolkit_views) {
2370 sources -= [ "../browser/ui/views/select_file_dialog_extension_browserte st.cc" ] 2370 sources -= [ "../browser/ui/views/select_file_dialog_extension_browserte st.cc" ]
2371 } 2371 }
2372 if (is_win || is_linux) { 2372 if (is_win || is_linux) {
2373 sources += 2373 sources +=
2374 [ "../browser/ui/views/ime/input_ime_apitest_nonchromeos.cc" ] 2374 [ "../browser/ui/views/ime/input_ime_apitest_nonchromeos.cc" ]
2375 } 2375 }
2376 } 2376 }
2377 if (safe_browsing_mode == 1) { 2377 if (safe_browsing_mode == 1) {
2378 sources += [ 2378 sources += [
2379 "../browser/safe_browsing/certificate_reporting_service_browsertest.cc",
2379 "../browser/safe_browsing/permission_reporter_browsertest.cc", 2380 "../browser/safe_browsing/permission_reporter_browsertest.cc",
2380 "../browser/safe_browsing/safe_browsing_blocking_page_test.cc", 2381 "../browser/safe_browsing/safe_browsing_blocking_page_test.cc",
2381 "../browser/safe_browsing/safe_browsing_navigation_observer_browsertest. cc", 2382 "../browser/safe_browsing/safe_browsing_navigation_observer_browsertest. cc",
2382 "../browser/safe_browsing/safe_browsing_service_browsertest.cc", 2383 "../browser/safe_browsing/safe_browsing_service_browsertest.cc",
2383 "../renderer/safe_browsing/phishing_classifier_browsertest.cc", 2384 "../renderer/safe_browsing/phishing_classifier_browsertest.cc",
2384 "../renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc", 2385 "../renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc",
2385 "../renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc ", 2386 "../renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc ",
2386 "../renderer/safe_browsing/threat_dom_details_browsertest.cc", 2387 "../renderer/safe_browsing/threat_dom_details_browsertest.cc",
2387 ] 2388 ]
2388 } 2389 }
(...skipping 2705 matching lines...) Expand 10 before | Expand all | Expand 10 after
5094 } 5095 }
5095 5096
5096 if (is_win) { 5097 if (is_win) {
5097 loadable_module("conflicts_dll") { 5098 loadable_module("conflicts_dll") {
5098 testonly = true 5099 testonly = true
5099 sources = [ 5100 sources = [
5100 "conflicts/conflicts_dll.cc", 5101 "conflicts/conflicts_dll.cc",
5101 ] 5102 ]
5102 } 5103 }
5103 } 5104 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_service.cc ('k') | components/certificate_reporting/error_reporter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698