summaryrefslogtreecommitdiffstats
path: root/src/core/configure/BUILD.root.gn.in
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-02-24 15:27:04 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-05-15 17:33:16 +0100
commita15d3db7538b131ea445d36eddb97852c46e587c (patch)
tree7574dcef2d3541de0f73f74112945ef9abbbe69e /src/core/configure/BUILD.root.gn.in
parent1e27d42a8071532b6cc30a9bcc5f700edc56952a (diff)
Refactor custom handlers
Reimplement the chrome specific classes, as we use very little of them, and move everything to a subdir. Change-Id: I93873399b1bea46c08ed171b7dc75ad252f20108 Reviewed-by: Kirill Burtsev <kirill.burtsev@qt.io>
Diffstat (limited to 'src/core/configure/BUILD.root.gn.in')
-rw-r--r--src/core/configure/BUILD.root.gn.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/configure/BUILD.root.gn.in b/src/core/configure/BUILD.root.gn.in
index e685eabbf..a5a27e4f0 100644
--- a/src/core/configure/BUILD.root.gn.in
+++ b/src/core/configure/BUILD.root.gn.in
@@ -223,11 +223,6 @@ source_set("qtwebengine_sources") {
sources = [
"//chrome/browser/accessibility/accessibility_ui.cc",
"//chrome/browser/accessibility/accessibility_ui.h",
- "//chrome/browser/custom_handlers/chrome_protocol_handler_registry_delegate.cc",
- "//chrome/browser/custom_handlers/chrome_protocol_handler_registry_delegate.h",
- "//chrome/browser/custom_handlers/protocol_handler_registry_factory.h",
- "//chrome/browser/custom_handlers/protocol_handler_registry_factory.cc",
- "//chrome/browser/custom_handlers/protocol_handler_registry_factory.h",
"//chrome/browser/devtools/devtools_eye_dropper.cc",
"//chrome/browser/devtools/devtools_eye_dropper.h",
"//chrome/browser/media/webrtc/desktop_media_list.h",