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

Side by Side Diff: net/DEPS

Issue 1742813002: Move network fuzzers from //testing/libfuzzer/fuzzers to //net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fuzz1
Patch Set: rebase 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 unified diff | Download patch
« no previous file with comments | « net/BUILD.gn ('k') | net/base/unescape_url_component_fuzzer.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+crypto", 2 "+crypto",
3 "+gin", 3 "+gin",
4 "+jni", 4 "+jni",
5 "+mojo/common", 5 "+mojo/common",
6 "+mojo/public", 6 "+mojo/public",
7 "+third_party/apple_apsl", 7 "+third_party/apple_apsl",
8 "+third_party/nss", 8 "+third_party/nss",
9 "+third_party/protobuf/src/google/protobuf", 9 "+third_party/protobuf/src/google/protobuf",
10 "+third_party/zlib", 10 "+third_party/zlib",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "+mojo/edk", 57 "+mojo/edk",
58 ], 58 ],
59 59
60 "brotli_filter\.cc": [ 60 "brotli_filter\.cc": [
61 "+third_party/brotli", 61 "+third_party/brotli",
62 ], 62 ],
63 63
64 "get_domain_and_registry_fuzzer.cc": [ 64 "get_domain_and_registry_fuzzer.cc": [
65 "+base/i18n", 65 "+base/i18n",
66 ], 66 ],
67
68 "ftp_directory_listing_fuzzer.cc": [
69 "+base/i18n",
70 ],
67 } 71 }
68 72
69 skip_child_includes = [ 73 skip_child_includes = [
70 "third_party", 74 "third_party",
71 "tools/flip_server", 75 "tools/flip_server",
72 ] 76 ]
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/base/unescape_url_component_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698