From a4755c6c899c6d29b01b1a0a58dac20b65d361dc Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 14 Jul 2015 16:39:16 -0700 Subject: Add a few include rules for XFA-specific files. Checkdeps is still pretty noisy on XFA. There is some confusion about finding include files since not all are relative. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1241763003 . --- xfa/DEPS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 xfa/DEPS (limited to 'xfa/DEPS') diff --git a/xfa/DEPS b/xfa/DEPS new file mode 100644 index 0000000000..4f814ac338 --- /dev/null +++ b/xfa/DEPS @@ -0,0 +1,4 @@ +include_rules = [ + '+core/include', + '+third_party/bigint' +] -- cgit v1.2.3