From f7520395821090b36a5ad8c658a844c3342dbf66 Mon Sep 17 00:00:00 2001 From: Nicolas Pena Date: Thu, 10 Aug 2017 16:36:56 -0400 Subject: LCMS: rename folder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5f240cb0779648dc5427fecb5561086e7c0fb16a Reviewed-on: https://pdfium-review.googlesource.com/10650 Reviewed-by: dsinclair Commit-Queue: Nicolás Peña --- core/fxcodec/DEPS | 2 +- core/fxcodec/codec/ccodec_iccmodule.h | 2 +- core/fxcodec/codec/fx_codec_icc.cpp | 2 +- core/fxcodec/codec/fx_codec_jpx_opj.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'core/fxcodec') diff --git a/core/fxcodec/DEPS b/core/fxcodec/DEPS index f82f477616..9919478889 100644 --- a/core/fxcodec/DEPS +++ b/core/fxcodec/DEPS @@ -1,5 +1,5 @@ include_rules = [ - '+third_party/lcms2-2.6', + '+third_party/lcms', '+third_party/libjpeg/jpeglib.h', # For non-standalone builds that may use libjpeg_turbo. '+third_party/libjpeg_turbo/jpeglib.h', diff --git a/core/fxcodec/codec/ccodec_iccmodule.h b/core/fxcodec/codec/ccodec_iccmodule.h index e775475249..c304b4bb8e 100644 --- a/core/fxcodec/codec/ccodec_iccmodule.h +++ b/core/fxcodec/codec/ccodec_iccmodule.h @@ -17,7 +17,7 @@ #if defined(USE_SYSTEM_LCMS2) #include #else -#include "third_party/lcms2-2.6/include/lcms2.h" +#include "third_party/lcms/include/lcms2.h" #endif class CLcmsCmm { diff --git a/core/fxcodec/codec/fx_codec_icc.cpp b/core/fxcodec/codec/fx_codec_icc.cpp index 00ddf65115..b6d17d9d96 100644 --- a/core/fxcodec/codec/fx_codec_icc.cpp +++ b/core/fxcodec/codec/fx_codec_icc.cpp @@ -12,7 +12,7 @@ #if defined(USE_SYSTEM_LCMS2) #include #else -#include "third_party/lcms2-2.6/include/lcms2.h" +#include "third_party/lcms/include/lcms2.h" #endif namespace { diff --git a/core/fxcodec/codec/fx_codec_jpx_opj.cpp b/core/fxcodec/codec/fx_codec_jpx_opj.cpp index 27c2dd440b..00e93fb3d5 100644 --- a/core/fxcodec/codec/fx_codec_jpx_opj.cpp +++ b/core/fxcodec/codec/fx_codec_jpx_opj.cpp @@ -23,7 +23,7 @@ #if defined(USE_SYSTEM_LCMS2) #include #else -#include "third_party/lcms2-2.6/include/lcms2.h" +#include "third_party/lcms/include/lcms2.h" #endif namespace { -- cgit v1.2.3