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

Unified Diff: ui/display/util/BUILD.gn

Issue 2294733002: Set log level to logging::LOG_FATAL for edid_parser_fuzzer. (Closed)
Patch Set: Add "//base" to deps to avoid linker failure on debug build. Created 4 years, 4 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 | ui/display/util/edid_parser_fuzzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/util/BUILD.gn
diff --git a/ui/display/util/BUILD.gn b/ui/display/util/BUILD.gn
index 3739a8a43fb0cacee87ecf6bbdebec3bf8b797c8..98d90fa8b86b609f45ddb219137ad440062a84e1 100644
--- a/ui/display/util/BUILD.gn
+++ b/ui/display/util/BUILD.gn
@@ -45,6 +45,7 @@ fuzzer_test("edid_parser_fuzzer") {
]
deps = [
":util",
+ "//base",
"//ui/gfx/geometry",
]
seed_corpus = "fuzz_corpus"
« no previous file with comments | « no previous file | ui/display/util/edid_parser_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698