From a03709ea217218126b09bef8bb332cb943a494dd Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Fri, 16 Oct 2015 09:44:50 -0700 Subject: Merge to XFA: DEPS include_rules no longer allows core/ -> fpsdfsk/ inclusion. Original Review URL: https://codereview.chromium.org/1411493002 . (cherry picked from commit 8316a8a0274558f7a0f515e04bb13a7cca5762b2) BUG=pdfium:217 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1405243004 . --- DEPS | 2 -- fpdfsdk/DEPS | 2 ++ samples/DEPS | 2 ++ testing/DEPS | 2 ++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 534bb970ab..69618a7976 100644 --- a/DEPS +++ b/DEPS @@ -29,10 +29,8 @@ deps_os = { } include_rules = [ - '+public', '+testing', '+third_party/base', - '+v8', ] hooks = [ diff --git a/fpdfsdk/DEPS b/fpdfsdk/DEPS index f7d431cdde..44beeca888 100644 --- a/fpdfsdk/DEPS +++ b/fpdfsdk/DEPS @@ -1,5 +1,7 @@ include_rules = [ '+core/include', '+javascript', + '+public', + '+v8', '+xfa/include', ] 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 diff --git a/testing/DEPS b/testing/DEPS index c7267d3b70..76f3117de1 100644 --- a/testing/DEPS +++ b/testing/DEPS @@ -1,4 +1,6 @@ include_rules = [ '+core/include', '+fpdfsdk/include', + '+public', + '+v8', ] \ No newline at end of file -- cgit v1.2.3