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

Unified Diff: testing/libfuzzer/fuzzers/BUILD.gn

Issue 2537133002: Update brotli to v1.0.0-snapshot. (Closed)
Patch Set: Fixed typo Created 4 years 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 | « net/filter/brotli_source_stream.cc ('k') | testing/libfuzzer/fuzzers/brotli_fuzzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/libfuzzer/fuzzers/BUILD.gn
diff --git a/testing/libfuzzer/fuzzers/BUILD.gn b/testing/libfuzzer/fuzzers/BUILD.gn
index 1ceb18508d5070bf9f748a3417537f0f080678e0..9ab09b70d7a0001377ed7800ad5e88c31b38ebdf 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -24,7 +24,7 @@ fuzzer_test("brotli_fuzzer") {
"brotli_fuzzer.cc",
]
deps = [
- "//third_party/brotli:brotli",
+ "//third_party/brotli:dec",
]
libfuzzer_options = [ "max_len=1280" ]
}
« no previous file with comments | « net/filter/brotli_source_stream.cc ('k') | testing/libfuzzer/fuzzers/brotli_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698