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

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

Issue 1803883002: Reland: Media Galleries Partial Deprecation: Remove image metadata & libexif. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove a remnant on MacOSX official build Created 4 years, 9 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
Index: testing/libfuzzer/fuzzers/BUILD.gn
diff --git a/testing/libfuzzer/fuzzers/BUILD.gn b/testing/libfuzzer/fuzzers/BUILD.gn
index 56a42579c2beab6f20ca1ca58bd0ad7400d4a2f1..95e40467997fae601ea71db922a955b94f992f23 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -233,18 +233,6 @@ fuzzer_test("unicode_string_codepage_create_fuzzer") {
]
}
-if (is_linux) {
- # libexif_fuzzer is linux only atm
- fuzzer_test("libexif_parser_fuzzer") {
- sources = [
- "libexif_parser_fuzzer.cc",
- ]
- deps = [
- "//third_party/libexif:libexif_fuzzers",
- ]
- }
-}
-
fuzzer_test("libpng_read_fuzzer") {
sources = [
"libpng_read_fuzzer.cc",
« no previous file with comments | « testing/chromoting/chromoting_browser_tests.isolate ('k') | testing/libfuzzer/fuzzers/libexif_parser_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698