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

Unified Diff: third_party/qcms/DEPS

Issue 2807083002: Add LLVM fuzzer: QCMS color space and color transform (Closed)
Patch Set: Review comments: Move to root BUILD.gn file. 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
Index: third_party/qcms/DEPS
diff --git a/third_party/qcms/DEPS b/third_party/qcms/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..9fedf4a37f61bfc57479c7e978be18e0840f4c39
--- /dev/null
+++ b/third_party/qcms/DEPS
@@ -0,0 +1,6 @@
+specific_include_rules = {
+ "qcms_color_space_fuzzer\.cc": [
+ "+base",
+ "+testing/libfuzzer/fuzzers",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698