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

Unified Diff: testing/DEPS

Issue 2255083004: Add a fuzzer for CPDF_HintTables. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: Add a fuzzer for CPDF_HintTables. Created 4 years, 4 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 | « core/fpdfapi/fpdf_parser/cpdf_hint_tables.cpp ('k') | testing/libfuzzer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/DEPS
diff --git a/testing/DEPS b/testing/DEPS
index babefb8593f17de5e1a6ec3fe1ca0f91939bdd28..d3cc6f38693786f06ff2bdb0624ab387f3ee69b9 100644
--- a/testing/DEPS
+++ b/testing/DEPS
@@ -1,13 +1,14 @@
include_rules = [
- '+core/include',
+ '+core/fpdfapi',
'+core/fxcodec',
'+core/fxcrt/include',
'+core/fxge/include',
+ '+core/include',
'+fxjs/include',
'+public',
'+v8',
'+xfa/fde',
'+xfa/fgas',
- '+xfa/fxfa/parser',
'+xfa/fxfa/fm2js',
+ '+xfa/fxfa/parser',
]
« no previous file with comments | « core/fpdfapi/fpdf_parser/cpdf_hint_tables.cpp ('k') | testing/libfuzzer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698