Skip to content

Commit

Permalink
Fixing tests dependencies.
Browse files Browse the repository at this point in the history
For some reason these problems are found only when doing
'gn gen --check' (which is what builtbot does).

BUG=
TBR=krasin@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#356594}
  • Loading branch information
aizatsky-chromium authored and Commit bot committed Oct 28, 2015
1 parent 889cfba commit 3f03259
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testing/libfuzzer/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ test("es_parser_adts_fuzzer") {
]
deps = [
":libfuzzer_main",
"//base",
"//media",
]
}
Expand All @@ -78,6 +79,7 @@ test("es_parser_h264_fuzzer") {
]
deps = [
":libfuzzer_main",
"//base",
"//media",
]
}
Expand All @@ -88,6 +90,7 @@ test("es_parser_mpeg1audio_fuzzer") {
]
deps = [
":libfuzzer_main",
"//base",
"//media",
]
}
Expand Down Expand Up @@ -120,6 +123,7 @@ test("language_detection_fuzzer") {
]
deps = [
":libfuzzer_main",
"//base",
"//components/translate/core/language_detection:language_detection",
]
}
Expand Down

0 comments on commit 3f03259

Please sign in to comment.