summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-06-04 18:53:39 -0700
committerTom Sepez <tsepez@chromium.org>2015-06-04 18:53:39 -0700
commit738ca226d4093e9e422b48e9bb460bb65076f973 (patch)
tree0700ab152ccb6c71e4135b748b22e2157a176301 /pdfium.gyp
parent80b597d3f32ef2509627c7561abb84a6f5ac09bf (diff)
downloadpdfium-738ca226d4093e9e422b48e9bb460bb65076f973.tar.xz
Move fx_safe_types.h to include/ directory.
Small bit of OCD here, since this file is included cross-library (i.e. from fpdfsk), it can't be in src/. In other words, the following should be empty: grep -R 'include.*core/src/' fpdfsdk Fix some IWYU in it at the same time. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1147353006
Diffstat (limited to 'pdfium.gyp')
-rw-r--r--pdfium.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index c8215e7034..c8894aa569 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -512,13 +512,13 @@
'core/include/fxcrt/fx_coordinates.h',
'core/include/fxcrt/fx_ext.h',
'core/include/fxcrt/fx_memory.h',
+ 'core/include/fxcrt/fx_safe_types.h',
'core/include/fxcrt/fx_stream.h',
'core/include/fxcrt/fx_string.h',
'core/include/fxcrt/fx_system.h',
'core/include/fxcrt/fx_ucd.h',
'core/include/fxcrt/fx_xml.h',
'core/src/fxcrt/extension.h',
- 'core/src/fxcrt/fx_safe_types.h',
'core/src/fxcrt/fxcrt_platforms.cpp',
'core/src/fxcrt/fxcrt_platforms.h',
'core/src/fxcrt/fxcrt_posix.cpp',