diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-12 14:27:29 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-13 09:35:20 +0000 |
commit | c30a6232df03e1efbd9f3b226777b07e087a1122 (patch) | |
tree | e992f45784689f373bcc38d1b79a239ebe17ee23 /chromium/chrome/common/BUILD.gn | |
parent | 7b5b123ac58f58ffde0f4f6e488bcd09aa4decd3 (diff) | |
download | qtwebengine-chromium-85-based.tar.gz |
BASELINE: Update Chromium to 85.0.4183.14085-based
Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/chrome/common/BUILD.gn')
-rw-r--r-- | chromium/chrome/common/BUILD.gn | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/chromium/chrome/common/BUILD.gn b/chromium/chrome/common/BUILD.gn index 57d7ce2fd3e..e6496ae6ef9 100644 --- a/chromium/chrome/common/BUILD.gn +++ b/chromium/chrome/common/BUILD.gn @@ -106,8 +106,6 @@ static_library("common") { "chrome_descriptors.h", "chrome_isolated_world_ids.h", "chrome_result_codes.h", - "chrome_ui_features_prefs.cc", - "chrome_ui_features_prefs.h", "common_message_generator.cc", "common_message_generator.h", "component_flash_hint_file_linux.cc", @@ -140,8 +138,6 @@ static_library("common") { "pdf_util.h", "pref_names_util.cc", "pref_names_util.h", - "prerender_messages.h", - "prerender_types.h", "prerender_url_loader_throttle.cc", "prerender_url_loader_throttle.h", "prerender_util.cc", @@ -152,8 +148,8 @@ static_library("common") { "search/instant_types.cc", "search/instant_types.h", "search/ntp_logging_events.h", - "secure_origin_whitelist.cc", - "secure_origin_whitelist.h", + "secure_origin_allowlist.cc", + "secure_origin_allowlist.h", "ssl_insecure_content.cc", "ssl_insecure_content.h", "url_constants.cc", @@ -161,8 +157,6 @@ static_library("common") { "web_application_info.cc", "web_application_info.h", "web_application_info_provider_param_traits.h", - "web_components_prefs.cc", - "web_components_prefs.h", "webui_url_constants.cc", "webui_url_constants.h", ] @@ -184,11 +178,13 @@ static_library("common") { "//base", "//base:base_static", "//base:i18n", + "//base/util/values:values_util", "//chrome:resources", "//chrome:strings", "//chrome/app/theme:theme_resources", "//chrome/common:constants", "//chrome/common/net", + "//chrome/common/privacy_budget", "//chrome/common/profiler", "//chrome/common/qr_code_generator", "//chrome/common/search:mojo_bindings", @@ -267,6 +263,8 @@ static_library("common") { "//components/google/core/common", "//components/metrics:call_stack_profile_builder", "//components/page_load_metrics/common:common", + "//components/prerender/common", + "//components/prerender/common:mojo_bindings", ] if (enable_plugins) { @@ -698,13 +696,14 @@ mojom("mojo_bindings") { "media/webrtc_logging.mojom", "metrics.mojom", "navigation_corrector.mojom", + "net/net_error_page_support.mojom", "net_benchmarking.mojom", "network_diagnostics.mojom", "network_easter_egg.mojom", "open_search_description_document_handler.mojom", "plugin.mojom", - "prerender_canceler.mojom", "renderer_configuration.mojom", + "subresource_redirect_service.mojom", "sync_encryption_keys_extension.mojom", ] @@ -727,6 +726,7 @@ mojom("mojo_bindings") { if (enable_offline_pages) { sources += [ "mhtml_page_notifier.mojom" ] deps += [ "//third_party/blink/public/mojom:mojom_mhtml_load_result" ] + enabled_features = [ "enable_offline_pages" ] } public_deps = [ |