From efbc1912f10f5a53e7df3a24ebfd6b78412f0bba Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 17 Feb 2016 16:54:43 -0500 Subject: Expand all paths to be based off pdfium/ directory This CL runs a script over the source and updates the include files to be a full path from the pdfium/ directory. BUG=pdfium:65 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1707923002 . --- core/include/fpdfdoc/fpdf_ap.h | 2 +- core/include/fxcodec/fx_codec.h | 1 - core/include/fxcrt/fx_arb.h | 4 ++-- core/include/fxcrt/fx_basic.h | 8 ++++---- core/include/fxcrt/fx_bidi.h | 4 ++-- core/include/fxcrt/fx_coordinates.h | 2 +- core/include/fxcrt/fx_memory.h | 2 +- core/include/fxcrt/fx_safe_types.h | 4 ++-- core/include/fxcrt/fx_stream.h | 2 +- core/include/fxcrt/fx_string.h | 4 ++-- core/include/fxcrt/fx_ucd.h | 2 +- 11 files changed, 17 insertions(+), 18 deletions(-) (limited to 'core/include') diff --git a/core/include/fpdfdoc/fpdf_ap.h b/core/include/fpdfdoc/fpdf_ap.h index 510b39cb9b..f9ade57d97 100644 --- a/core/include/fpdfdoc/fpdf_ap.h +++ b/core/include/fpdfdoc/fpdf_ap.h @@ -8,7 +8,7 @@ #define CORE_INCLUDE_FPDFDOC_FPDF_AP_H_ #include "core/include/fpdfapi/fpdf_parser.h" -#include "fpdf_vt.h" +#include "core/include/fpdfdoc/fpdf_vt.h" class IPVT_FontMap { public: diff --git a/core/include/fxcodec/fx_codec.h b/core/include/fxcodec/fx_codec.h index b0c1d5710a..1c120aa0ab 100644 --- a/core/include/fxcodec/fx_codec.h +++ b/core/include/fxcodec/fx_codec.h @@ -14,7 +14,6 @@ #include "core/include/fxcodec/fx_codec_def.h" #include "core/include/fxcrt/fx_basic.h" #include "core/include/fxcrt/fx_coordinates.h" // For FX_RECT. -#include "fx_codec_def.h" class CFX_DIBSource; class CJPX_Decoder; diff --git a/core/include/fxcrt/fx_arb.h b/core/include/fxcrt/fx_arb.h index 6760ef3d79..112118d5f9 100644 --- a/core/include/fxcrt/fx_arb.h +++ b/core/include/fxcrt/fx_arb.h @@ -7,8 +7,8 @@ #ifndef CORE_INCLUDE_FXCRT_FX_ARB_H_ #define CORE_INCLUDE_FXCRT_FX_ARB_H_ -#include "fx_system.h" -#include "fx_ucd.h" +#include "core/include/fxcrt/fx_system.h" +#include "core/include/fxcrt/fx_ucd.h" class IFX_ArabicChar; diff --git a/core/include/fxcrt/fx_basic.h b/core/include/fxcrt/fx_basic.h index 7099e28447..3acdda7797 100644 --- a/core/include/fxcrt/fx_basic.h +++ b/core/include/fxcrt/fx_basic.h @@ -9,10 +9,10 @@ #include -#include "fx_memory.h" -#include "fx_stream.h" -#include "fx_string.h" -#include "fx_system.h" +#include "core/include/fxcrt/fx_memory.h" +#include "core/include/fxcrt/fx_stream.h" +#include "core/include/fxcrt/fx_string.h" +#include "core/include/fxcrt/fx_system.h" // The FX_ArraySize(arr) macro returns the # of elements in an array arr. // The expression is a compile-time constant, and therefore can be diff --git a/core/include/fxcrt/fx_bidi.h b/core/include/fxcrt/fx_bidi.h index ecf888b306..4ea17dae86 100644 --- a/core/include/fxcrt/fx_bidi.h +++ b/core/include/fxcrt/fx_bidi.h @@ -10,8 +10,8 @@ #include #include -#include "fx_string.h" -#include "fx_system.h" +#include "core/include/fxcrt/fx_string.h" +#include "core/include/fxcrt/fx_system.h" // Processes characters and group them into segments based on text direction. class CFX_BidiChar { diff --git a/core/include/fxcrt/fx_coordinates.h b/core/include/fxcrt/fx_coordinates.h index bb8f2f71f8..97462303a3 100644 --- a/core/include/fxcrt/fx_coordinates.h +++ b/core/include/fxcrt/fx_coordinates.h @@ -7,7 +7,7 @@ #ifndef CORE_INCLUDE_FXCRT_FX_COORDINATES_H_ #define CORE_INCLUDE_FXCRT_FX_COORDINATES_H_ -#include "fx_basic.h" +#include "core/include/fxcrt/fx_basic.h" template class CFX_PSVTemplate; diff --git a/core/include/fxcrt/fx_memory.h b/core/include/fxcrt/fx_memory.h index c607de2159..b49305aa32 100644 --- a/core/include/fxcrt/fx_memory.h +++ b/core/include/fxcrt/fx_memory.h @@ -7,7 +7,7 @@ #ifndef CORE_INCLUDE_FXCRT_FX_MEMORY_H_ #define CORE_INCLUDE_FXCRT_FX_MEMORY_H_ -#include "fx_system.h" +#include "core/include/fxcrt/fx_system.h" #ifdef __cplusplus extern "C" { diff --git a/core/include/fxcrt/fx_safe_types.h b/core/include/fxcrt/fx_safe_types.h index d10bdbeb1a..aec1ca7e96 100644 --- a/core/include/fxcrt/fx_safe_types.h +++ b/core/include/fxcrt/fx_safe_types.h @@ -7,8 +7,8 @@ #include // For size_t. -#include "fx_stream.h" // for FX_FILESIZE. -#include "fx_system.h" +#include "core/include/fxcrt/fx_stream.h" // for FX_FILESIZE. +#include "core/include/fxcrt/fx_system.h" #include "third_party/base/numerics/safe_math.h" typedef pdfium::base::CheckedNumeric FX_SAFE_DWORD; diff --git a/core/include/fxcrt/fx_stream.h b/core/include/fxcrt/fx_stream.h index f98e44b846..263a355fff 100644 --- a/core/include/fxcrt/fx_stream.h +++ b/core/include/fxcrt/fx_stream.h @@ -7,7 +7,7 @@ #ifndef CORE_INCLUDE_FXCRT_FX_STREAM_H_ #define CORE_INCLUDE_FXCRT_FX_STREAM_H_ -#include "fx_string.h" +#include "core/include/fxcrt/fx_string.h" void* FX_OpenFolder(const FX_CHAR* path); void* FX_OpenFolder(const FX_WCHAR* path); diff --git a/core/include/fxcrt/fx_string.h b/core/include/fxcrt/fx_string.h index 6abcf52c76..36eba8d1c1 100644 --- a/core/include/fxcrt/fx_string.h +++ b/core/include/fxcrt/fx_string.h @@ -10,8 +10,8 @@ #include // For intptr_t. #include -#include "fx_memory.h" -#include "fx_system.h" +#include "core/include/fxcrt/fx_memory.h" +#include "core/include/fxcrt/fx_system.h" class CFX_BinaryBuf; class CFX_ByteString; diff --git a/core/include/fxcrt/fx_ucd.h b/core/include/fxcrt/fx_ucd.h index 27812de13d..e091f8bd8a 100644 --- a/core/include/fxcrt/fx_ucd.h +++ b/core/include/fxcrt/fx_ucd.h @@ -7,7 +7,7 @@ #ifndef CORE_INCLUDE_FXCRT_FX_UCD_H_ #define CORE_INCLUDE_FXCRT_FX_UCD_H_ -#include "fx_basic.h" +#include "core/include/fxcrt/fx_basic.h" #define FX_BIDICLASSBITS 6 #define FX_BIDICLASSBITSMASK (31 << FX_BIDICLASSBITS) -- cgit v1.2.3