summaryrefslogtreecommitdiffstats
path: root/media/test/BUILD.gn
diff options
context:
space:
mode:
authormmoroz <mmoroz@chromium.org>2016-03-04 02:53:14 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-04 10:55:15 +0000
commit78cf391cfe42ea746f31485e2565fc54e413a118 (patch)
tree56146ce8cbfbe5f773556e41c3e6086891dacaad /media/test/BUILD.gn
parent4ed72916ddc16becae48e3ee861922d6de9b2136 (diff)
downloadchromium_src-78cf391cfe42ea746f31485e2565fc54e413a118.zip
chromium_src-78cf391cfe42ea746f31485e2565fc54e413a118.tar.gz
chromium_src-78cf391cfe42ea746f31485e2565fc54e413a118.tar.bz2
Added libfuzzer options file for media_pipeline_integration_fuzzer.
R=dalecurtis@chromium.org, kcc@chromium.org, xhwang@chromium.org BUG= Review URL: https://codereview.chromium.org/1759193002 Cr-Commit-Position: refs/heads/master@{#379267}
Diffstat (limited to 'media/test/BUILD.gn')
-rw-r--r--media/test/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/test/BUILD.gn b/media/test/BUILD.gn
index a5b47a2..cddbc69 100644
--- a/media/test/BUILD.gn
+++ b/media/test/BUILD.gn
@@ -130,4 +130,5 @@ fuzzer_test("media_pipeline_integration_fuzzer") {
"//testing/gmock",
"//ui/gfx:test_support",
]
+ libfuzzer_options = "media_pipeline_integration_fuzzer.options"
}