From 8316a8a0274558f7a0f515e04bb13a7cca5762b2 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Fri, 16 Oct 2015 09:38:32 -0700 Subject: DEPS include_rules no longer allows core/ -> fpsdfsk/ inclusion. Adds the following new violations: ERROR in core/include/fpdfapi/fpdf_parser.h Illegal include: "public/fpdfview.h" ERROR in core/include/fpdfapi/fpdf_render.h Illegal include: "public/fpdf_progressive.h" ERROR in core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp Illegal include: "public/fpdfview.h" BUG=pdfium:217 R=thestig@chromium.org Review URL: https://codereview.chromium.org/1411493002 . --- samples/DEPS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'samples') diff --git a/samples/DEPS b/samples/DEPS index cf2a702a7e..bbe39d0293 100644 --- a/samples/DEPS +++ b/samples/DEPS @@ -1,4 +1,6 @@ include_rules = [ '+fx_lpng', + '+public', '+third_party/zlib_v128', + '+v8', ] \ No newline at end of file -- cgit v1.2.3