Commit a662abb5 by Brett Wilson Committed by Geoff Lang

Fix GN Windows component build.

The translator_static dependency is missing from libANGLE. GYP has this dependency. Change-Id: I30165a041f88f7e3c6f550744d2c7a4103d0f520 Reviewed-on: https://chromium-review.googlesource.com/264425Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 95663914
......@@ -261,7 +261,7 @@ static_library("libANGLE") {
deps = [
":commit_id",
":includes",
":translator",
":translator_static",
":angle_common",
]
......
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