Commit 30e11ab2 by Corentin Wallez Committed by Commit Bot

BUILD.gn: make the translator fuzzer a source set

When we want to use GN standalone, the fuzzer_test template won't exist. Instead make the fuzzer a source set that is used by a target in Chrome. BUG=angleproject:1522 Change-Id: I347e633448d508eb124d0861b0fb28315923016c Reviewed-on: https://chromium-review.googlesource.com/386636Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
parent 8fcdf6ee
...@@ -239,7 +239,7 @@ static_library("translator_static") { ...@@ -239,7 +239,7 @@ static_library("translator_static") {
] ]
} }
fuzzer_test("translator_fuzzer") { source_set("translator_fuzzer") {
sources = [ sources = [
"src/compiler/fuzz/translator_fuzzer.cpp", "src/compiler/fuzz/translator_fuzzer.cpp",
] ]
......
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