From 764ec513eecbebd12781bcc96ce81ed5e736ee92 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Mon, 14 Mar 2016 13:35:12 -0400 Subject: 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 . --- core/fxcodec/codec/DEPS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 core/fxcodec/codec/DEPS (limited to 'core/fxcodec/codec/DEPS') diff --git a/core/fxcodec/codec/DEPS b/core/fxcodec/codec/DEPS new file mode 100644 index 0000000000..495d288992 --- /dev/null +++ b/core/fxcodec/codec/DEPS @@ -0,0 +1,4 @@ +include_rules = [ + '+third_party/libpng16/png.h', + '+third_party/libtiff/tiffiop.h', +] -- cgit v1.2.3