summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/core/configure/BUILD.root.gn.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/configure/BUILD.root.gn.in b/src/core/configure/BUILD.root.gn.in
index b64b367b9..81f2fb4be 100644
--- a/src/core/configure/BUILD.root.gn.in
+++ b/src/core/configure/BUILD.root.gn.in
@@ -216,6 +216,7 @@ source_set("qtwebengine_sources") {
"//components/performance_manager",
"//components/plugins/renderer/",
"//extensions/buildflags:buildflags",
+ "//printing/buildflags:buildflags",
"//qtwebengine/common:mojo_bindings",
"//rlz/buildflags:buildflags",
"//third_party/blink/public/mojom:mojom_platform",
@@ -349,9 +350,6 @@ source_set("qtwebengine_sources") {
"//chrome/browser/printing/print_job_worker.cc",
"//chrome/browser/printing/print_job_worker.h",
]
- deps += [
- "//printing/buildflags:buildflags",
- ]
}
if (enable_pdf) {
deps += [