Commit 6f1a8a68 authored by aizatsky's avatar aizatsky Committed by Commit bot

adding missing //base dependency

BUG=

Review URL: https://codereview.chromium.org/1468123002

Cr-Commit-Position: refs/heads/master@{#361157}
parent 84d17540
...@@ -164,6 +164,7 @@ test("url_parse_fuzzer") { ...@@ -164,6 +164,7 @@ test("url_parse_fuzzer") {
"url_parse_fuzzer.cc", "url_parse_fuzzer.cc",
] ]
deps = [ deps = [
"//base",
"//base:i18n", "//base:i18n",
"//testing/libfuzzer:libfuzzer_main", "//testing/libfuzzer:libfuzzer_main",
"//url:url", "//url:url",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment