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

Unified Diff: net/DEPS

Issue 1760973002: Initialize ICU before running any of the //net fuzzers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mark as testonly 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 | « net/BUILD.gn ('k') | net/base/fuzzer_test_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/DEPS
diff --git a/net/DEPS b/net/DEPS
index cddc7f07baa1f41260a0aa045bce95344cb567fb..88c82c8eb030972a5951dbf3a7b1a4ed79adca8e 100644
--- a/net/DEPS
+++ b/net/DEPS
@@ -61,11 +61,7 @@ specific_include_rules = {
"+third_party/brotli",
],
- "get_domain_and_registry_fuzzer.cc": [
- "+base/i18n",
- ],
-
- "ftp_directory_listing_fuzzer.cc": [
+ "fuzzer_test_support.cc": [
"+base/i18n",
],
}
« no previous file with comments | « net/BUILD.gn ('k') | net/base/fuzzer_test_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698