Chromium Code Reviews| Index: skia/BUILD.gn |
| diff --git a/skia/BUILD.gn b/skia/BUILD.gn |
| index 7a425695af7960ae9eaac436468962575190f64c..30a045333169bff2e57526edf275ffe9718b1132 100644 |
| --- a/skia/BUILD.gn |
| +++ b/skia/BUILD.gn |
| @@ -665,6 +665,7 @@ if (is_linux && !is_chromeos) { |
| } |
| executable("filter_fuzz_stub") { |
| + testonly = true |
| sources = [ |
| "tools/filter_fuzz_stub/filter_fuzz_stub.cc", |
| ] |
| @@ -672,6 +673,7 @@ if (is_linux && !is_chromeos) { |
| deps = [ |
| ":skia", |
| "//base", |
| + "//base/test:test_support", |
| ] |
| } |
| } |