Linux: Fix Debug build v8_context_snapshot_generator failure (fixes issue #3371)
This commit is contained in:
parent
21d714ab6e
commit
3b90a084b4
|
@ -104,18 +104,18 @@ index 0e2f451ac050f..3faa2a3dff79d 100644
|
||||||
|
|
||||||
// PrintingContext with optional native UI for print dialog and pdf_paper_size.
|
// PrintingContext with optional native UI for print dialog and pdf_paper_size.
|
||||||
class COMPONENT_EXPORT(PRINTING) PrintingContextLinux : public PrintingContext {
|
class COMPONENT_EXPORT(PRINTING) PrintingContextLinux : public PrintingContext {
|
||||||
diff --git ui/linux/BUILD.gn ui/linux/BUILD.gn
|
diff --git tools/v8_context_snapshot/BUILD.gn tools/v8_context_snapshot/BUILD.gn
|
||||||
index 48b78fe4b8b68..063131c2cb782 100644
|
index a06eae4ab3217..43851307c531f 100644
|
||||||
--- ui/linux/BUILD.gn
|
--- tools/v8_context_snapshot/BUILD.gn
|
||||||
+++ ui/linux/BUILD.gn
|
+++ tools/v8_context_snapshot/BUILD.gn
|
||||||
@@ -3,6 +3,7 @@
|
@@ -106,6 +106,7 @@ if (use_v8_context_snapshot) {
|
||||||
# found in the LICENSE file.
|
deps = [
|
||||||
|
"//gin:gin",
|
||||||
import("//build/config/linux/gtk/gtk.gni")
|
"//mojo/core/embedder",
|
||||||
+import("//printing/buildflags/buildflags.gni")
|
+ "//printing",
|
||||||
import("//ui/qt/qt.gni")
|
"//services/service_manager/public/cpp",
|
||||||
|
"//third_party/blink/public:blink",
|
||||||
assert(is_linux)
|
"//v8",
|
||||||
diff --git ui/linux/linux_ui.cc ui/linux/linux_ui.cc
|
diff --git ui/linux/linux_ui.cc ui/linux/linux_ui.cc
|
||||||
index bae51eec69a8d..8675048b9117f 100644
|
index bae51eec69a8d..8675048b9117f 100644
|
||||||
--- ui/linux/linux_ui.cc
|
--- ui/linux/linux_ui.cc
|
||||||
|
|
Loading…
Reference in New Issue