Commit e271a7e4 by John Bauman Committed by Commit Bot

Use data_deps to depend on :copy_compiler_dll

This should ensure that d3dcompiler_47.dll is saved into an isolate in chromium, as it's used at runtime. BUG=611235 Change-Id: I64801f00bf90f2be68c7a691724609bbf4d28dfa Reviewed-on: https://chromium-review.googlesource.com/344351 Tryjob-Request: John Bauman <jbauman@chromium.org> Reviewed-by: 's avatarKenneth Russell <kbr@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: John Bauman <jbauman@chromium.org> Reviewed-by: 's avatarDirk Pranke <dpranke@chromium.org>
parent 7aea7e05
...@@ -315,7 +315,7 @@ static_library("libANGLE") { ...@@ -315,7 +315,7 @@ static_library("libANGLE") {
] ]
if (is_win) { if (is_win) {
deps += [ ":copy_compiler_dll" ] data_deps = [ ":copy_compiler_dll" ]
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment