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

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

Issue 2620203003: Add initial version of captive portal list checking. (Closed)
Patch Set: More tests and rebase Created 3 years, 10 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 1704 matching lines...) Expand 10 before | Expand all | Expand 10 after
1715 "../browser/sessions/session_restore_browsertest_chromeos.cc", 1715 "../browser/sessions/session_restore_browsertest_chromeos.cc",
1716 "../browser/sessions/tab_restore_browsertest.cc", 1716 "../browser/sessions/tab_restore_browsertest.cc",
1717 "../browser/site_details_browsertest.cc", 1717 "../browser/site_details_browsertest.cc",
1718 "../browser/ui/ask_google_for_suggestions_dialog_browsertest.cc", 1718 "../browser/ui/ask_google_for_suggestions_dialog_browsertest.cc",
1719 1719
1720 # If this list is used on Android in the future, these browser/speech/* 1720 # If this list is used on Android in the future, these browser/speech/*
1721 # files will probably not be applicable. 1721 # files will probably not be applicable.
1722 "../browser/speech/extension_api/tts_extension_apitest.cc", 1722 "../browser/speech/extension_api/tts_extension_apitest.cc",
1723 "../browser/speech/speech_recognition_browsertest.cc", 1723 "../browser/speech/speech_recognition_browsertest.cc",
1724 "../browser/spellchecker/spellcheck_service_browsertest.cc", 1724 "../browser/spellchecker/spellcheck_service_browsertest.cc",
1725 "../browser/ssl/captive_portal_blocking_page_browsertest.cc",
1726 "../browser/ssl/cert_verifier_browser_test.cc", 1725 "../browser/ssl/cert_verifier_browser_test.cc",
1727 "../browser/ssl/cert_verifier_browser_test.h", 1726 "../browser/ssl/cert_verifier_browser_test.h",
1728 "../browser/ssl/certificate_reporting_test_utils.cc", 1727 "../browser/ssl/certificate_reporting_test_utils.cc",
1729 "../browser/ssl/certificate_reporting_test_utils.h", 1728 "../browser/ssl/certificate_reporting_test_utils.h",
1730 "../browser/ssl/chrome_ssl_host_state_delegate_test.cc", 1729 "../browser/ssl/chrome_ssl_host_state_delegate_test.cc",
1731 "../browser/ssl/security_state_tab_helper_browser_tests.cc", 1730 "../browser/ssl/security_state_tab_helper_browser_tests.cc",
1732 "../browser/ssl/ssl_browser_tests.cc", 1731 "../browser/ssl/ssl_browser_tests.cc",
1733 "../browser/ssl/ssl_client_certificate_selector_test.cc", 1732 "../browser/ssl/ssl_client_certificate_selector_test.cc",
1734 "../browser/ssl/ssl_client_certificate_selector_test.h", 1733 "../browser/ssl/ssl_client_certificate_selector_test.h",
1735 "../browser/storage/durable_storage_browsertest.cc", 1734 "../browser/storage/durable_storage_browsertest.cc",
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
2011 ] 2010 ]
2012 } 2011 }
2013 2012
2014 # TODO(crbug.com/679127): Enable these tests on "mac_views_browser" once it 2013 # TODO(crbug.com/679127): Enable these tests on "mac_views_browser" once it
2015 # is supported. 2014 # is supported.
2016 if (is_linux || is_win) { 2015 if (is_linux || is_win) {
2017 sources += 2016 sources +=
2018 [ "../browser/payments/site_per_process_payments_browsertest.cc" ] 2017 [ "../browser/payments/site_per_process_payments_browsertest.cc" ]
2019 } 2018 }
2020 2019
2020 if (enable_captive_portal_detection) {
2021 sources +=
2022 [ "../browser/ssl/captive_portal_blocking_page_browsertest.cc" ]
2023 }
2021 if (!enable_one_click_signin) { 2024 if (!enable_one_click_signin) {
2022 sources -= [ "../browser/ui/sync/one_click_signin_links_delegate_impl_brow sertest.cc" ] 2025 sources -= [ "../browser/ui/sync/one_click_signin_links_delegate_impl_brow sertest.cc" ]
2023 } 2026 }
2024 if (enable_nacl) { 2027 if (enable_nacl) {
2025 sources += [ 2028 sources += [
2026 "../browser/chrome_service_worker_browsertest.cc", 2029 "../browser/chrome_service_worker_browsertest.cc",
2027 "../browser/extensions/extension_nacl_browsertest.cc", 2030 "../browser/extensions/extension_nacl_browsertest.cc",
2028 "../browser/nacl_host/test/gdb_debug_stub_browsertest.cc", 2031 "../browser/nacl_host/test/gdb_debug_stub_browsertest.cc",
2029 "nacl/nacl_browsertest.cc", 2032 "nacl/nacl_browsertest.cc",
2030 "nacl/nacl_browsertest_uma.cc", 2033 "nacl/nacl_browsertest_uma.cc",
(...skipping 3120 matching lines...) Expand 10 before | Expand all | Expand 10 after
5151 } 5154 }
5152 5155
5153 if (is_win) { 5156 if (is_win) {
5154 loadable_module("conflicts_dll") { 5157 loadable_module("conflicts_dll") {
5155 testonly = true 5158 testonly = true
5156 sources = [ 5159 sources = [
5157 "conflicts/conflicts_dll.cc", 5160 "conflicts/conflicts_dll.cc",
5158 ] 5161 ]
5159 } 5162 }
5160 } 5163 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698