Commit b66db687 authored by Robert Sesek's avatar Robert Sesek Committed by Commit Bot

Forward invoker.frameworks in fuzzer_test template.

Bug: 1105916, 1052560
Change-Id: I603aad0284ce6177332ab47f60e06c55bd9d52a7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300601Reviewed-by: default avatarAbhishek Arya <inferno@chromium.org>
Commit-Queue: Robert Sesek <rsesek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#788839}
parent 15f2e1d6
...@@ -14,6 +14,7 @@ import("//testing/test.gni") ...@@ -14,6 +14,7 @@ import("//testing/test.gni")
# - (required) sources - fuzzer test source files # - (required) sources - fuzzer test source files
# - deps - test dependencies # - deps - test dependencies
# - libs - Additional libraries to link. # - libs - Additional libraries to link.
# - frameworks - Apple-only. Additional frameworks to link.
# - additional_configs - additional configs to be used for compilation # - additional_configs - additional configs to be used for compilation
# - dict - a dictionary file for the fuzzer. # - dict - a dictionary file for the fuzzer.
# - environment_variables - certain whitelisted environment variables for the # - environment_variables - certain whitelisted environment variables for the
...@@ -198,6 +199,7 @@ template("fuzzer_test") { ...@@ -198,6 +199,7 @@ template("fuzzer_test") {
"include_dirs", "include_dirs",
"sources", "sources",
"libs", "libs",
"frameworks",
]) ])
deps = test_deps deps = test_deps
data_deps = test_data_deps data_deps = test_data_deps
......
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