diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-06-04 19:05:21 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-06-04 19:05:21 -0700 |
commit | 6675a80c6afe3652b7bd918b80a16a8effb51b8f (patch) | |
tree | 869efaae9312c11bb8f2fb7c707690a3fa468708 /BUILD.gn | |
parent | 76510e4127dc938d121ac5026000f3b0d84a2d46 (diff) | |
download | pdfium-6675a80c6afe3652b7bd918b80a16a8effb51b8f.tar.xz |
Merge to XFA: Move fx_safe_types.h to include/ directory.
Original Review URL: https://codereview.chromium.org/1147353006
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/1152693005
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -552,13 +552,13 @@ static_library("fxcrt") { "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", |