diff options
author | Lei Zhang <thestig@chromium.org> | 2016-01-15 12:20:27 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2016-01-15 12:20:27 -0800 |
commit | fa92864d257f57e5afdc0a36eafad8f2575c528a (patch) | |
tree | d792e53ea13f87d1fa2995127c864621b7701146 /samples/DEPS | |
parent | 45f2a47df2d6505c351ee0586969bf142c93bf6b (diff) | |
download | pdfium-fa92864d257f57e5afdc0a36eafad8f2575c528a.tar.xz |
XFA: Upgrade libpng to 1.6.20.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1591483003 .
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 7bd794e6ef..18ab975611 100644 --- a/samples/DEPS +++ b/samples/DEPS @@ -1,6 +1,6 @@ include_rules = [ - '+fx_lpng', '+public', + '+third_party/libpng', '+third_party/zlib_v128', '+v8', ] |