diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-10-16 09:44:50 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-10-16 09:44:50 -0700 |
commit | a03709ea217218126b09bef8bb332cb943a494dd (patch) | |
tree | 94193b39d1eef1ada4ca58cd73a9eed61ab65cc2 /fpdfsdk/DEPS | |
parent | 1e27a0e1c74e9f772c7434b4708dd2035cae6da8 (diff) | |
download | pdfium-a03709ea217218126b09bef8bb332cb943a494dd.tar.xz |
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 .
Diffstat (limited to 'fpdfsdk/DEPS')
-rw-r--r-- | fpdfsdk/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
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', ] |