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

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

Issue 2448943002: Refactor SecurityStateModel/Clients for simplicity and reusability. (Closed)
Patch Set: Remove SecurityStateModel. Created 4 years, 1 month 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/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1110 matching lines...) Expand 10 before | Expand all | Expand 10 after
1121 "speech/tts_message_filter.h", 1121 "speech/tts_message_filter.h",
1122 "speech/tts_platform.cc", 1122 "speech/tts_platform.cc",
1123 "speech/tts_platform.h", 1123 "speech/tts_platform.h",
1124 "speech/tts_win.cc", 1124 "speech/tts_win.cc",
1125 "ssl/bad_clock_blocking_page.cc", 1125 "ssl/bad_clock_blocking_page.cc",
1126 "ssl/bad_clock_blocking_page.h", 1126 "ssl/bad_clock_blocking_page.h",
1127 "ssl/cert_report_helper.cc", 1127 "ssl/cert_report_helper.cc",
1128 "ssl/cert_report_helper.h", 1128 "ssl/cert_report_helper.h",
1129 "ssl/chrome_expect_ct_reporter.cc", 1129 "ssl/chrome_expect_ct_reporter.cc",
1130 "ssl/chrome_expect_ct_reporter.h", 1130 "ssl/chrome_expect_ct_reporter.h",
1131 "ssl/chrome_security_state_model_client.cc",
1132 "ssl/chrome_security_state_model_client.h",
1133 "ssl/chrome_ssl_host_state_delegate.cc", 1131 "ssl/chrome_ssl_host_state_delegate.cc",
1134 "ssl/chrome_ssl_host_state_delegate.h", 1132 "ssl/chrome_ssl_host_state_delegate.h",
1135 "ssl/chrome_ssl_host_state_delegate_factory.cc", 1133 "ssl/chrome_ssl_host_state_delegate_factory.cc",
1136 "ssl/chrome_ssl_host_state_delegate_factory.h", 1134 "ssl/chrome_ssl_host_state_delegate_factory.h",
1137 "ssl/common_name_mismatch_handler.cc", 1135 "ssl/common_name_mismatch_handler.cc",
1138 "ssl/common_name_mismatch_handler.h", 1136 "ssl/common_name_mismatch_handler.h",
1137 "ssl/security_state_tab_helper.cc",
1138 "ssl/security_state_tab_helper.h",
1139 "ssl/ssl_blocking_page.cc", 1139 "ssl/ssl_blocking_page.cc",
1140 "ssl/ssl_blocking_page.h", 1140 "ssl/ssl_blocking_page.h",
1141 "ssl/ssl_cert_reporter.h", 1141 "ssl/ssl_cert_reporter.h",
1142 "ssl/ssl_client_certificate_selector.h", 1142 "ssl/ssl_client_certificate_selector.h",
1143 "ssl/ssl_error_handler.cc", 1143 "ssl/ssl_error_handler.cc",
1144 "ssl/ssl_error_handler.h", 1144 "ssl/ssl_error_handler.h",
1145 "status_icons/status_icon.cc", 1145 "status_icons/status_icon.cc",
1146 "status_icons/status_icon.h", 1146 "status_icons/status_icon.h",
1147 "status_icons/status_icon_menu_model.cc", 1147 "status_icons/status_icon_menu_model.cc",
1148 "status_icons/status_icon_menu_model.h", 1148 "status_icons/status_icon_menu_model.h",
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
1370 "//components/rappor", 1370 "//components/rappor",
1371 "//components/rappor:rappor_recorder", 1371 "//components/rappor:rappor_recorder",
1372 "//components/renderer_context_menu", 1372 "//components/renderer_context_menu",
1373 "//components/resources", 1373 "//components/resources",
1374 "//components/safe_browsing_db", 1374 "//components/safe_browsing_db",
1375 "//components/safe_json", 1375 "//components/safe_json",
1376 "//components/search", 1376 "//components/search",
1377 "//components/search_engines", 1377 "//components/search_engines",
1378 "//components/search_provider_logos", 1378 "//components/search_provider_logos",
1379 "//components/security_interstitials/core", 1379 "//components/security_interstitials/core",
1380 "//components/security_state", 1380 "//components/security_state/content",
1381 "//components/security_state/core",
1381 "//components/sessions", 1382 "//components/sessions",
1382 "//components/signin/core/browser", 1383 "//components/signin/core/browser",
1383 "//components/ssl_config", 1384 "//components/ssl_config",
1384 "//components/ssl_errors", 1385 "//components/ssl_errors",
1385 "//components/startup_metric_utils/browser:host", 1386 "//components/startup_metric_utils/browser:host",
1386 "//components/startup_metric_utils/browser:lib", 1387 "//components/startup_metric_utils/browser:lib",
1387 "//components/storage_monitor", 1388 "//components/storage_monitor",
1388 "//components/strings", 1389 "//components/strings",
1389 "//components/subresource_filter/content/browser", 1390 "//components/subresource_filter/content/browser",
1390 "//components/subresource_filter/core/browser", 1391 "//components/subresource_filter/core/browser",
(...skipping 2981 matching lines...) Expand 10 before | Expand all | Expand 10 after
4372 # linking all of the test support. 4373 # linking all of the test support.
4373 static_library("pepper_cdm_test_constants") { 4374 static_library("pepper_cdm_test_constants") {
4374 testonly = true 4375 testonly = true
4375 visibility = [ "//chrome/*" ] 4376 visibility = [ "//chrome/*" ]
4376 sources = [ 4377 sources = [
4377 "media/pepper_cdm_test_constants.cc", 4378 "media/pepper_cdm_test_constants.cc",
4378 "media/pepper_cdm_test_constants.h", 4379 "media/pepper_cdm_test_constants.h",
4379 ] 4380 ]
4380 } 4381 }
4381 } 4382 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698