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/src/fxcrt/fx_arabic.cpp | 2 +- core/src/fxcrt/fx_basic_list.cpp | 2 +- core/src/fxcrt/fx_basic_maps.cpp | 2 +- core/src/fxcrt/fx_basic_plex.cpp | 2 +- core/src/fxcrt/fx_extension.cpp | 2 +- core/src/fxcrt/fx_xml_composer.cpp | 2 +- core/src/fxcrt/fx_xml_parser.cpp | 2 +- core/src/fxcrt/fxcrt_platforms.cpp | 2 +- core/src/fxcrt/fxcrt_platforms.h | 2 +- core/src/fxcrt/fxcrt_posix.cpp | 2 +- core/src/fxcrt/fxcrt_posix.h | 2 +- core/src/fxcrt/fxcrt_windows.cpp | 2 +- core/src/fxcrt/fxcrt_windows.h | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'core/src/fxcrt') diff --git a/core/src/fxcrt/fx_arabic.cpp b/core/src/fxcrt/fx_arabic.cpp index 7fb93cfe07..14a57603e1 100644 --- a/core/src/fxcrt/fx_arabic.cpp +++ b/core/src/fxcrt/fx_arabic.cpp @@ -5,7 +5,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "core/include/fxcrt/fx_ucd.h" -#include "fx_arabic.h" +#include "core/src/fxcrt/fx_arabic.h" namespace { diff --git a/core/src/fxcrt/fx_basic_list.cpp b/core/src/fxcrt/fx_basic_list.cpp index 81173d6a0b..5944a2c4af 100644 --- a/core/src/fxcrt/fx_basic_list.cpp +++ b/core/src/fxcrt/fx_basic_list.cpp @@ -5,7 +5,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "core/include/fxcrt/fx_basic.h" -#include "plex.h" +#include "core/src/fxcrt/plex.h" CFX_PtrList::CFX_PtrList(int nBlockSize) : m_pNodeHead(NULL), diff --git a/core/src/fxcrt/fx_basic_maps.cpp b/core/src/fxcrt/fx_basic_maps.cpp index d9b634e649..2aa63fb088 100644 --- a/core/src/fxcrt/fx_basic_maps.cpp +++ b/core/src/fxcrt/fx_basic_maps.cpp @@ -5,7 +5,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "core/include/fxcrt/fx_basic.h" -#include "plex.h" +#include "core/src/fxcrt/plex.h" CFX_MapPtrToPtr::CFX_MapPtrToPtr(int nBlockSize) : m_pHashTable(NULL), diff --git a/core/src/fxcrt/fx_basic_plex.cpp b/core/src/fxcrt/fx_basic_plex.cpp index 91cc1313bd..8689b97bb6 100644 --- a/core/src/fxcrt/fx_basic_plex.cpp +++ b/core/src/fxcrt/fx_basic_plex.cpp @@ -5,7 +5,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "core/include/fxcrt/fx_memory.h" -#include "plex.h" +#include "core/src/fxcrt/plex.h" CFX_Plex* CFX_Plex::Create(CFX_Plex*& pHead, FX_DWORD nMax, diff --git a/core/src/fxcrt/fx_extension.cpp b/core/src/fxcrt/fx_extension.cpp index 8a6987b066..fa6245c9d3 100644 --- a/core/src/fxcrt/fx_extension.cpp +++ b/core/src/fxcrt/fx_extension.cpp @@ -6,7 +6,7 @@ #include "core/include/fxcrt/fx_basic.h" #include "core/include/fxcrt/fx_ext.h" -#include "extension.h" +#include "core/src/fxcrt/extension.h" #if _FXM_PLATFORM_ == _FXM_PLATFORM_WINDOWS_ #include diff --git a/core/src/fxcrt/fx_xml_composer.cpp b/core/src/fxcrt/fx_xml_composer.cpp index 5e0b304efe..e539510372 100644 --- a/core/src/fxcrt/fx_xml_composer.cpp +++ b/core/src/fxcrt/fx_xml_composer.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xml_int.h" +#include "core/src/fxcrt/xml_int.h" #include "core/include/fxcrt/fx_xml.h" diff --git a/core/src/fxcrt/fx_xml_parser.cpp b/core/src/fxcrt/fx_xml_parser.cpp index fb8b1db39a..88789437c9 100644 --- a/core/src/fxcrt/fx_xml_parser.cpp +++ b/core/src/fxcrt/fx_xml_parser.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "xml_int.h" +#include "core/src/fxcrt/xml_int.h" #include "core/include/fxcrt/fx_ext.h" #include "core/include/fxcrt/fx_xml.h" diff --git a/core/src/fxcrt/fxcrt_platforms.cpp b/core/src/fxcrt/fxcrt_platforms.cpp index 4c123d3984..85081a237f 100644 --- a/core/src/fxcrt/fxcrt_platforms.cpp +++ b/core/src/fxcrt/fxcrt_platforms.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "fxcrt_platforms.h" +#include "core/src/fxcrt/fxcrt_platforms.h" #include "core/include/fxcrt/fx_basic.h" diff --git a/core/src/fxcrt/fxcrt_platforms.h b/core/src/fxcrt/fxcrt_platforms.h index 393df694eb..7c659d3a5f 100644 --- a/core/src/fxcrt/fxcrt_platforms.h +++ b/core/src/fxcrt/fxcrt_platforms.h @@ -7,7 +7,7 @@ #ifndef CORE_SRC_FXCRT_FXCRT_PLATFORMS_H_ #define CORE_SRC_FXCRT_FXCRT_PLATFORMS_H_ -#include "extension.h" +#include "core/src/fxcrt/extension.h" #if _FX_OS_ == _FX_ANDROID_ void FXCRT_GetFileModeString(FX_DWORD dwModes, CFX_ByteString& bsMode); diff --git a/core/src/fxcrt/fxcrt_posix.cpp b/core/src/fxcrt/fxcrt_posix.cpp index f6710eb49b..1d3b0c2310 100644 --- a/core/src/fxcrt/fxcrt_posix.cpp +++ b/core/src/fxcrt/fxcrt_posix.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "fxcrt_posix.h" +#include "core/src/fxcrt/fxcrt_posix.h" #include "core/include/fxcrt/fx_basic.h" diff --git a/core/src/fxcrt/fxcrt_posix.h b/core/src/fxcrt/fxcrt_posix.h index b24721dddd..f67618ff96 100644 --- a/core/src/fxcrt/fxcrt_posix.h +++ b/core/src/fxcrt/fxcrt_posix.h @@ -7,7 +7,7 @@ #ifndef CORE_SRC_FXCRT_FXCRT_POSIX_H_ #define CORE_SRC_FXCRT_FXCRT_POSIX_H_ -#include "extension.h" +#include "core/src/fxcrt/extension.h" #if _FXM_PLATFORM_ == _FXM_PLATFORM_LINUX_ || \ _FXM_PLATFORM_ == _FXM_PLATFORM_APPLE_ || \ diff --git a/core/src/fxcrt/fxcrt_windows.cpp b/core/src/fxcrt/fxcrt_windows.cpp index 6f379a127c..d5b535bb16 100644 --- a/core/src/fxcrt/fxcrt_windows.cpp +++ b/core/src/fxcrt/fxcrt_windows.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "fxcrt_windows.h" +#include "core/src/fxcrt/fxcrt_windows.h" #include "core/include/fxcrt/fx_string.h" diff --git a/core/src/fxcrt/fxcrt_windows.h b/core/src/fxcrt/fxcrt_windows.h index b3a20a91e5..522ceec9e5 100644 --- a/core/src/fxcrt/fxcrt_windows.h +++ b/core/src/fxcrt/fxcrt_windows.h @@ -7,7 +7,7 @@ #ifndef CORE_SRC_FXCRT_FXCRT_WINDOWS_H_ #define CORE_SRC_FXCRT_FXCRT_WINDOWS_H_ -#include "extension.h" +#include "core/src/fxcrt/extension.h" #if _FXM_PLATFORM_ == _FXM_PLATFORM_WINDOWS_ class CFXCRT_FileAccess_Win64 : public IFXCRT_FileAccess { -- cgit v1.2.3