summaryrefslogtreecommitdiff
path: root/chromium/tools/v8_context_snapshot/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/tools/v8_context_snapshot/BUILD.gn')
-rw-r--r--chromium/tools/v8_context_snapshot/BUILD.gn6
1 files changed, 5 insertions, 1 deletions
diff --git a/chromium/tools/v8_context_snapshot/BUILD.gn b/chromium/tools/v8_context_snapshot/BUILD.gn
index 33a147bd79f..84aa15eb6a0 100644
--- a/chromium/tools/v8_context_snapshot/BUILD.gn
+++ b/chromium/tools/v8_context_snapshot/BUILD.gn
@@ -101,13 +101,17 @@ if (use_v8_context_snapshot) {
}
executable("v8_context_snapshot_generator") {
- sources = [ "v8_context_snapshot_generator.cc" ]
+ sources = [
+ "v8_context_snapshot_generator.cc",
+ "qt_overrides.cc"
+ ]
deps = [
"//gin:gin",
"//mojo/core/embedder",
"//services/service_manager/public/cpp",
"//third_party/blink/public:blink",
+ "//content/public/common:static_switches",
"//v8",
]