Commit 653cdb44 authored by Jochen Eisinger's avatar Jochen Eisinger

Add missing config to fuzzer_support gn rules

BUG=
R=yangguo@chromium.org, machenbach@chromium.org

Review URL: https://codereview.chromium.org/1748393002 .

Cr-Commit-Position: refs/heads/master@{#34390}
parent 7b693cc4
...@@ -1844,6 +1844,7 @@ source_set("fuzzer_support") { ...@@ -1844,6 +1844,7 @@ source_set("fuzzer_support") {
configs += [ "//build/config/compiler:no_chromium_code" ] configs += [ "//build/config/compiler:no_chromium_code" ]
configs += [ configs += [
":internal_config_base", ":internal_config_base",
":libplatform_config",
":features", ":features",
":toolchain", ":toolchain",
] ]
......
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