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

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

Issue 2448943002: Refactor SecurityStateModel/Clients for simplicity and reusability. (Closed)
Patch Set: Remove *SecurityModelClient. 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 1103 matching lines...) Expand 10 before | Expand all | Expand 10 after
1114 "speech/tts_message_filter.h", 1114 "speech/tts_message_filter.h",
1115 "speech/tts_platform.cc", 1115 "speech/tts_platform.cc",
1116 "speech/tts_platform.h", 1116 "speech/tts_platform.h",
1117 "speech/tts_win.cc", 1117 "speech/tts_win.cc",
1118 "ssl/bad_clock_blocking_page.cc", 1118 "ssl/bad_clock_blocking_page.cc",
1119 "ssl/bad_clock_blocking_page.h", 1119 "ssl/bad_clock_blocking_page.h",
1120 "ssl/cert_report_helper.cc", 1120 "ssl/cert_report_helper.cc",
1121 "ssl/cert_report_helper.h", 1121 "ssl/cert_report_helper.h",
1122 "ssl/chrome_expect_ct_reporter.cc", 1122 "ssl/chrome_expect_ct_reporter.cc",
1123 "ssl/chrome_expect_ct_reporter.h", 1123 "ssl/chrome_expect_ct_reporter.h",
1124 "ssl/chrome_security_state_model_client.cc", 1124 "ssl/chrome_security_state_model.cc",
1125 "ssl/chrome_security_state_model_client.h",
1126 "ssl/chrome_ssl_host_state_delegate.cc", 1125 "ssl/chrome_ssl_host_state_delegate.cc",
1127 "ssl/chrome_ssl_host_state_delegate.h", 1126 "ssl/chrome_ssl_host_state_delegate.h",
1128 "ssl/chrome_ssl_host_state_delegate_factory.cc", 1127 "ssl/chrome_ssl_host_state_delegate_factory.cc",
1129 "ssl/chrome_ssl_host_state_delegate_factory.h", 1128 "ssl/chrome_ssl_host_state_delegate_factory.h",
1130 "ssl/common_name_mismatch_handler.cc", 1129 "ssl/common_name_mismatch_handler.cc",
1131 "ssl/common_name_mismatch_handler.h", 1130 "ssl/common_name_mismatch_handler.h",
1132 "ssl/ssl_blocking_page.cc", 1131 "ssl/ssl_blocking_page.cc",
1133 "ssl/ssl_blocking_page.h", 1132 "ssl/ssl_blocking_page.h",
1134 "ssl/ssl_cert_reporter.h", 1133 "ssl/ssl_cert_reporter.h",
1135 "ssl/ssl_client_certificate_selector.h", 1134 "ssl/ssl_client_certificate_selector.h",
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
1362 "//components/rappor", 1361 "//components/rappor",
1363 "//components/rappor:rappor_recorder", 1362 "//components/rappor:rappor_recorder",
1364 "//components/renderer_context_menu", 1363 "//components/renderer_context_menu",
1365 "//components/resources", 1364 "//components/resources",
1366 "//components/safe_browsing_db", 1365 "//components/safe_browsing_db",
1367 "//components/safe_json", 1366 "//components/safe_json",
1368 "//components/search", 1367 "//components/search",
1369 "//components/search_engines", 1368 "//components/search_engines",
1370 "//components/search_provider_logos", 1369 "//components/search_provider_logos",
1371 "//components/security_interstitials/core", 1370 "//components/security_interstitials/core",
1372 "//components/security_state", 1371 "//components/security_state/content",
1372 "//components/security_state/core",
1373 "//components/sessions", 1373 "//components/sessions",
1374 "//components/signin/core/browser", 1374 "//components/signin/core/browser",
1375 "//components/ssl_config", 1375 "//components/ssl_config",
1376 "//components/ssl_errors", 1376 "//components/ssl_errors",
1377 "//components/startup_metric_utils/browser:host", 1377 "//components/startup_metric_utils/browser:host",
1378 "//components/startup_metric_utils/browser:lib", 1378 "//components/startup_metric_utils/browser:lib",
1379 "//components/storage_monitor", 1379 "//components/storage_monitor",
1380 "//components/strings", 1380 "//components/strings",
1381 "//components/subresource_filter/content/browser", 1381 "//components/subresource_filter/content/browser",
1382 "//components/subresource_filter/core/browser", 1382 "//components/subresource_filter/core/browser",
(...skipping 2947 matching lines...) Expand 10 before | Expand all | Expand 10 after
4330 # linking all of the test support. 4330 # linking all of the test support.
4331 static_library("pepper_cdm_test_constants") { 4331 static_library("pepper_cdm_test_constants") {
4332 testonly = true 4332 testonly = true
4333 visibility = [ "//chrome/*" ] 4333 visibility = [ "//chrome/*" ]
4334 sources = [ 4334 sources = [
4335 "media/pepper_cdm_test_constants.cc", 4335 "media/pepper_cdm_test_constants.cc",
4336 "media/pepper_cdm_test_constants.h", 4336 "media/pepper_cdm_test_constants.h",
4337 ] 4337 ]
4338 } 4338 }
4339 } 4339 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698