From 0c96176e6fb4ef37194e7bbff1b04e482e19df89 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 14 Jul 2015 16:17:53 -0700 Subject: Tighten up DEPS include rules. Allows the following command to return only legitimate warnings: buildtools/checkdeps/checkdeps.py --resolve-dotdot The remaining warnings consist of: - fx_parser_filters.cpp, due to inclusion of third_party/zlib_v128/zlib.h, showing the lack of a header and some prototypes in that .cpp file. - third_party/*, due to inclusion of fx_system.h and the like, indicating adulterated libraries that should be restored to their pristine state. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1233583004 . --- testing/DEPS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 testing/DEPS (limited to 'testing/DEPS') diff --git a/testing/DEPS b/testing/DEPS new file mode 100644 index 0000000000..c7267d3b70 --- /dev/null +++ b/testing/DEPS @@ -0,0 +1,4 @@ +include_rules = [ + '+core/include', + '+fpdfsdk/include', +] \ No newline at end of file -- cgit v1.2.3