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

Unified Diff: DEPS

Issue 1910063004: Add a simple check for V4 cross reference table (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: address comments Created 4 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 | core/fpdfapi/fpdf_parser/cpdf_parser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 8005526c375dfdb21f196c4a3bf34f6a5127ef05..6b9f6c52b67751a245a0ad4af21315d3545dad7e 100644
--- a/DEPS
+++ b/DEPS
@@ -67,6 +67,13 @@ include_rules = [
'+third_party/base',
]
+specific_include_rules = {
+ # Allow embedder tests to use public APIs.
+ "(.*embeddertest\.cpp)": [
+ "+public",
+ ]
+}
+
hooks = [
# Pull GN binaries. This needs to be before running GYP below.
{
« no previous file with comments | « no previous file | core/fpdfapi/fpdf_parser/cpdf_parser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698