Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(730)

Unified Diff: media/base/BUILD.gn

Issue 1754523004: media: Add fuzzer test for bit_reader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use TestRandom Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/base/bit_reader_core.cc » ('j') | media/base/bit_reader_fuzzertest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/BUILD.gn
diff --git a/media/base/BUILD.gn b/media/base/BUILD.gn
index f79041937f30ec026139e1df5fce0e711e4da997..ef69b2d7723430f2509b855153e6ddda5bb66b1a 100644
--- a/media/base/BUILD.gn
+++ b/media/base/BUILD.gn
@@ -559,6 +559,16 @@ if (current_cpu == "x86" || current_cpu == "x64") {
}
}
+fuzzer_test("media_bit_reader_fuzzer") {
+ sources = [
+ "bit_reader_fuzzertest.cc",
+ ]
+ deps = [
+ "//base",
+ "//media",
+ ]
+}
+
fuzzer_test("media_container_names_fuzzer") {
sources = [
"container_names_fuzzertest.cc",
« no previous file with comments | « no previous file | media/base/bit_reader_core.cc » ('j') | media/base/bit_reader_fuzzertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698