diff options
author | Chris Palmer <palmer@chromium.org> | 2017-06-22 10:10:17 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-06-22 17:41:45 +0000 |
commit | 7726a581626bbb72d6ab294ae1adbad4ca10dfb0 (patch) | |
tree | b9ab95fb40d0f05ef1cc2e3010d5ee75830714f1 /samples/DEPS | |
parent | 9a25eded6f4afe3f4815a00b34b31d3a0fbadb69 (diff) | |
download | pdfium-7726a581626bbb72d6ab294ae1adbad4ca10dfb0.tar.xz |
Add a |gGeneralPartitionAllocator| and use it in the |FX_*Alloc| wrappers.chromium/3142chromium/3141chromium/3140chromium/3139
BUG=pdfium:690
Change-Id: I922279e4bdc8b411f47f49798155e8f9118c1396
Reviewed-on: https://pdfium-review.googlesource.com/6552
Commit-Queue: Chris Palmer <palmer@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'samples/DEPS')
-rw-r--r-- | samples/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/DEPS b/samples/DEPS index fb322dee20..0a426d6e9c 100644 --- a/samples/DEPS +++ b/samples/DEPS @@ -5,4 +5,5 @@ include_rules = [ '+third_party/zlib', '+v8', '+core/fdrm/crypto/fx_crypt.h', + '+core/fxcrt/fx_memory.h', ] |