summaryrefslogtreecommitdiff
path: root/chromium/chrome/child/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/child/BUILD.gn')
-rw-r--r--chromium/chrome/child/BUILD.gn5
1 files changed, 4 insertions, 1 deletions
diff --git a/chromium/chrome/child/BUILD.gn b/chromium/chrome/child/BUILD.gn
index 669d80ce95e..578cc2591e1 100644
--- a/chromium/chrome/child/BUILD.gn
+++ b/chromium/chrome/child/BUILD.gn
@@ -17,10 +17,13 @@ static_library("child") {
"//chrome/common:buildflags",
"//content/public/child",
"//gin",
- "//tools/v8_context_snapshot",
"//v8",
]
+ data_deps = [
+ "//tools/v8_context_snapshot",
+ ]
+
if (is_win) {
deps += [ "//components/crash/content/app:crash_export_thunk_include" ]
}