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

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

Issue 2448943002: Refactor SecurityStateModel/Clients for simplicity and reusability. (Closed)
Patch Set: sync. 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
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/about_flags.cc » ('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/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 1111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1122 "speech/tts_message_filter.h", 1122 "speech/tts_message_filter.h",
1123 "speech/tts_platform.cc", 1123 "speech/tts_platform.cc",
1124 "speech/tts_platform.h", 1124 "speech/tts_platform.h",
1125 "speech/tts_win.cc", 1125 "speech/tts_win.cc",
1126 "ssl/bad_clock_blocking_page.cc", 1126 "ssl/bad_clock_blocking_page.cc",
1127 "ssl/bad_clock_blocking_page.h", 1127 "ssl/bad_clock_blocking_page.h",
1128 "ssl/cert_report_helper.cc", 1128 "ssl/cert_report_helper.cc",
1129 "ssl/cert_report_helper.h", 1129 "ssl/cert_report_helper.h",
1130 "ssl/chrome_expect_ct_reporter.cc", 1130 "ssl/chrome_expect_ct_reporter.cc",
1131 "ssl/chrome_expect_ct_reporter.h", 1131 "ssl/chrome_expect_ct_reporter.h",
1132 "ssl/chrome_security_state_model_client.cc",
1133 "ssl/chrome_security_state_model_client.h",
1134 "ssl/chrome_ssl_host_state_delegate.cc", 1132 "ssl/chrome_ssl_host_state_delegate.cc",
1135 "ssl/chrome_ssl_host_state_delegate.h", 1133 "ssl/chrome_ssl_host_state_delegate.h",
1136 "ssl/chrome_ssl_host_state_delegate_factory.cc", 1134 "ssl/chrome_ssl_host_state_delegate_factory.cc",
1137 "ssl/chrome_ssl_host_state_delegate_factory.h", 1135 "ssl/chrome_ssl_host_state_delegate_factory.h",
1138 "ssl/common_name_mismatch_handler.cc", 1136 "ssl/common_name_mismatch_handler.cc",
1139 "ssl/common_name_mismatch_handler.h", 1137 "ssl/common_name_mismatch_handler.h",
1138 "ssl/security_state_tab_helper.cc",
1139 "ssl/security_state_tab_helper.h",
1140 "ssl/ssl_blocking_page.cc", 1140 "ssl/ssl_blocking_page.cc",
1141 "ssl/ssl_blocking_page.h", 1141 "ssl/ssl_blocking_page.h",
1142 "ssl/ssl_cert_reporter.h", 1142 "ssl/ssl_cert_reporter.h",
1143 "ssl/ssl_client_certificate_selector.h", 1143 "ssl/ssl_client_certificate_selector.h",
1144 "ssl/ssl_error_handler.cc", 1144 "ssl/ssl_error_handler.cc",
1145 "ssl/ssl_error_handler.h", 1145 "ssl/ssl_error_handler.h",
1146 "status_icons/status_icon.cc", 1146 "status_icons/status_icon.cc",
1147 "status_icons/status_icon.h", 1147 "status_icons/status_icon.h",
1148 "status_icons/status_icon_menu_model.cc", 1148 "status_icons/status_icon_menu_model.cc",
1149 "status_icons/status_icon_menu_model.h", 1149 "status_icons/status_icon_menu_model.h",
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
1372 "//components/rappor", 1372 "//components/rappor",
1373 "//components/rappor:rappor_recorder", 1373 "//components/rappor:rappor_recorder",
1374 "//components/renderer_context_menu", 1374 "//components/renderer_context_menu",
1375 "//components/resources", 1375 "//components/resources",
1376 "//components/safe_browsing_db", 1376 "//components/safe_browsing_db",
1377 "//components/safe_json", 1377 "//components/safe_json",
1378 "//components/search", 1378 "//components/search",
1379 "//components/search_engines", 1379 "//components/search_engines",
1380 "//components/search_provider_logos", 1380 "//components/search_provider_logos",
1381 "//components/security_interstitials/core", 1381 "//components/security_interstitials/core",
1382 "//components/security_state", 1382 "//components/security_state/content",
1383 "//components/security_state/core",
1383 "//components/sessions", 1384 "//components/sessions",
1384 "//components/signin/core/browser", 1385 "//components/signin/core/browser",
1385 "//components/spellcheck:build_features", 1386 "//components/spellcheck:build_features",
1386 "//components/ssl_config", 1387 "//components/ssl_config",
1387 "//components/ssl_errors", 1388 "//components/ssl_errors",
1388 "//components/startup_metric_utils/browser:host", 1389 "//components/startup_metric_utils/browser:host",
1389 "//components/startup_metric_utils/browser:lib", 1390 "//components/startup_metric_utils/browser:lib",
1390 "//components/storage_monitor", 1391 "//components/storage_monitor",
1391 "//components/strings", 1392 "//components/strings",
1392 "//components/subresource_filter/content/browser", 1393 "//components/subresource_filter/content/browser",
(...skipping 3012 matching lines...) Expand 10 before | Expand all | Expand 10 after
4405 # linking all of the test support. 4406 # linking all of the test support.
4406 static_library("pepper_cdm_test_constants") { 4407 static_library("pepper_cdm_test_constants") {
4407 testonly = true 4408 testonly = true
4408 visibility = [ "//chrome/*" ] 4409 visibility = [ "//chrome/*" ]
4409 sources = [ 4410 sources = [
4410 "media/pepper_cdm_test_constants.cc", 4411 "media/pepper_cdm_test_constants.cc",
4411 "media/pepper_cdm_test_constants.h", 4412 "media/pepper_cdm_test_constants.h",
4412 ] 4413 ]
4413 } 4414 }
4414 } 4415 }
OLDNEW
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698