diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2016-03-14 13:35:12 -0400 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2016-03-14 13:35:12 -0400 |
commit | 764ec513eecbebd12781bcc96ce81ed5e736ee92 (patch) | |
tree | 12763fde4be1f10ea1183d92185917b2b587e00b /core/src/fxcodec/codec/DEPS | |
parent | 97da97662417085774f75c26e535c6fbe70266ae (diff) | |
download | pdfium-764ec513eecbebd12781bcc96ce81ed5e736ee92.tar.xz |
Move core/src/ up to core/.
This CL moves the core/src/ files up to core/ and fixes up the include guards,
includes and build files.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1800523005 .
Diffstat (limited to 'core/src/fxcodec/codec/DEPS')
-rw-r--r-- | core/src/fxcodec/codec/DEPS | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/src/fxcodec/codec/DEPS b/core/src/fxcodec/codec/DEPS deleted file mode 100644 index 495d288992..0000000000 --- a/core/src/fxcodec/codec/DEPS +++ /dev/null @@ -1,4 +0,0 @@ -include_rules = [ - '+third_party/libpng16/png.h', - '+third_party/libtiff/tiffiop.h', -] |