diff options
author | Lei Zhang <thestig@chromium.org> | 2016-01-27 19:08:30 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2016-01-27 19:08:30 -0800 |
commit | 5fe3cb645c4ca8fe60600cbb13246457d70ab75d (patch) | |
tree | 09b512e09f14a7cc301b071d0af7ac09dab68264 /samples/DEPS | |
parent | 94293688e82ee6a979478fa983e217549c44e3c2 (diff) | |
download | pdfium-5fe3cb645c4ca8fe60600cbb13246457d70ab75d.tar.xz |
XFA: Fix checkdeps violations.
TBR=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1647613003 .
Diffstat (limited to 'samples/DEPS')
-rw-r--r-- | samples/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/DEPS b/samples/DEPS index 18ab975611..e77312f4bb 100644 --- a/samples/DEPS +++ b/samples/DEPS @@ -1,6 +1,6 @@ include_rules = [ '+public', - '+third_party/libpng', + '+third_party/libpng16', '+third_party/zlib_v128', '+v8', ] |