Index: content/shell/BUILD.gn |
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn |
index 3fc427df7421e7b642fcf313eec083229abbedca..4a5188ca04d7a9ed388f7f656c910b6f2082acc4 100644 |
--- a/content/shell/BUILD.gn |
+++ b/content/shell/BUILD.gn |
@@ -401,6 +401,9 @@ group("resources") { |
deps = [ |
"//components/test_runner:resources", |
] |
+ data_deps = [ |
+ "//components/test_runner:resources", |
+ ] |
} |
repack("pak") { |
@@ -506,6 +509,10 @@ if (is_android) { |
"//build/win:default_exe_manifest", |
] |
+ data_deps = [ |
+ ":pak", |
+ ] |
+ |
if (is_win) { |
deps += [ "//sandbox" ] |