Dep on //printing in //ui/qt if printing is enabled
qt_ui.h can use printing/printing_context_linux.h, and needs to dep on //printing if it does, to avoid a missing dependency build break. Without this fix, a clean build can fail on obj/ui/qt/qt/qt_ui.o with In file included from ../../ui/qt/qt_ui.cc:8: In file included from ../../ui/qt/qt_ui.h:21: ../../printing/printing_context_linux.h:12:10: fatal error: 'printing/mojom/print.mojom.h' file not found (the #include is a // NOGNCHECK one, which is how this came to be) Change-Id: I70af37071e232ffbf462a05e026051efae044b69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4566944 Reviewed-by:Thomas Anderson <thomasanderson@chromium.org> Auto-Submit: Tomasz Śniatowski <tomasz.sniatowski@xperi.com> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/main@{#1149138}
Loading
Please register or sign in to comment