commit | 90f8fec5b6ec6ea9c28388d72c35b0fa153ccdab | [log] [tgz] |
---|---|---|
author | Luum Habtemariam <[email protected]> | Tue Feb 26 00:45:56 2019 |
committer | Commit Bot <[email protected]> | Tue Feb 26 00:45:56 2019 |
tree | 5121e4b9dcb11a12f401ef1faef6ae0d0cd28404 | |
parent | 384527d2cdb40ced3f761bf3290f4f3c5f06b962 [diff] [blame] |
Allow fuzzing libCUPS on linux and chromeos Relaxed use_cups rules to just require a copy of libCUPS to allow fuzzing. Bug: chromium:831914 Test: ran fuzz test Change-Id: I190eab4f7de3bbb4d096a39cabb4bb7fb9e3de3b Reviewed-on: https://chromium-review.googlesource.com/c/1479899 Reviewed-by: Rebekah Potter <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: John Budorick <[email protected]> Reviewed-by: Max Moroz <[email protected]> Commit-Queue: Luum Habtemariam <[email protected]> Cr-Commit-Position: refs/heads/master@{#635339}
diff --git a/BUILD.gn b/BUILD.gn index b708c27a..c312373 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -723,6 +723,7 @@ if ((is_linux && !is_chromecast) || (is_win && (use_drfuzz || use_libfuzzer)) || (use_libfuzzer && is_mac)) { deps += [ + "//chrome/services/cups_ipp_parser/public/cpp:fuzzers", "//testing/libfuzzer/fuzzers", "//third_party/grpc:fuzzers", "//third_party/icu/fuzzers",