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

Unified Diff: testing/libfuzzer/fuzzers/BUILD.gn

Issue 2807083002: Add LLVM fuzzer: QCMS color space and color transform (Closed)
Patch Set: Review comments: Move fuzzer into third_party/qcms. Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/qcms/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/libfuzzer/fuzzers/BUILD.gn
diff --git a/testing/libfuzzer/fuzzers/BUILD.gn b/testing/libfuzzer/fuzzers/BUILD.gn
index 6b001ef01d6b82eb0e7167df8c522c455918f1c8..faaf5ebe8ffadb24327f7733be97f271e9f6b6d2 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -10,6 +10,9 @@ import("//testing/libfuzzer/fuzzer_test.gni")
# root BUILD depends on this target. Needed for package discovery
group("fuzzers") {
+ deps = [
+ "//third_party/qcms:fuzzers",
Oliver Chang 2017/04/11 19:46:47 chiming in here. is this explicit dependency neces
Noel Gordon 2017/04/12 00:13:57 Ok, moved it there.
+ ]
}
fuzzer_test("empty_fuzzer") {
« no previous file with comments | « no previous file | third_party/qcms/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698