From 1596f0ae0a289da6f16ede1dd7e3fbcc55ef8b41 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 7 Apr 2016 08:33:21 -0700 Subject: Cleanup DEPS files after include/ changes. This cleans up left over DEPS files or DEPS file entries from moving the code into subfolder include/ directories. Review URL: https://codereview.chromium.org/1865313002 --- fpdfsdk/DEPS | 1 - xfa/DEPS | 1 - xfa/include/fxfa/DEPS | 3 --- 3 files changed, 5 deletions(-) delete mode 100644 xfa/include/fxfa/DEPS diff --git a/fpdfsdk/DEPS b/fpdfsdk/DEPS index 33b0af6064..096b556fdb 100644 --- a/fpdfsdk/DEPS +++ b/fpdfsdk/DEPS @@ -1,5 +1,4 @@ include_rules = [ - '+core/include', '+core/fpdftext/include', '+core/fpdfapi/include', '+core/fpdfapi/fpdf_edit/include', diff --git a/xfa/DEPS b/xfa/DEPS index f106513e9c..f935fbc269 100644 --- a/xfa/DEPS +++ b/xfa/DEPS @@ -1,5 +1,4 @@ include_rules = [ - '+core/include', '+core/fxcrt/include', '+core/fpdfapi/fpdf_parser/include', '+core/fxge/include', diff --git a/xfa/include/fxfa/DEPS b/xfa/include/fxfa/DEPS deleted file mode 100644 index 97ccb1faa6..0000000000 --- a/xfa/include/fxfa/DEPS +++ /dev/null @@ -1,3 +0,0 @@ -include_rules = [ - '+core/fxcodec/include', -] -- cgit v1.2.3