diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-29 13:59:29 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-29 13:59:29 -0700 |
commit | a52ab741019342fbca0468e43a01deb44fa5f1bd (patch) | |
tree | 9b1deef3b8deb23d65bf56348b220fe59dcd3169 /BUILD.gn | |
parent | 8a4e286e686c3027f382afb07d3ddcec4610fdd9 (diff) | |
download | pdfium-a52ab741019342fbca0468e43a01deb44fa5f1bd.tar.xz |
Move core/fxcrt/include to core/fxcrt
BUG=pdfium:611
Review-Url: https://codereview.chromium.org/2382723003
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 34 |
1 files changed, 17 insertions, 17 deletions
@@ -680,9 +680,15 @@ config("fxge_warnings") { static_library("fxcrt") { sources = [ + "core/fxcrt/cfx_count_ref.h", + "core/fxcrt/cfx_observable.h", + "core/fxcrt/cfx_retain_ptr.h", "core/fxcrt/cfx_string_c_template.h", "core/fxcrt/cfx_string_data_template.h", + "core/fxcrt/cfx_string_pool_template.h", + "core/fxcrt/cfx_weak_ptr.h", "core/fxcrt/extension.h", + "core/fxcrt/fx_basic.h", "core/fxcrt/fx_basic_array.cpp", "core/fxcrt/fx_basic_bstring.cpp", "core/fxcrt/fx_basic_buffer.cpp", @@ -696,9 +702,18 @@ static_library("fxcrt") { "core/fxcrt/fx_basic_wstring.cpp", "core/fxcrt/fx_bidi.cpp", "core/fxcrt/fx_bidi.h", + "core/fxcrt/fx_coordinates.h", + "core/fxcrt/fx_ext.h", "core/fxcrt/fx_extension.cpp", + "core/fxcrt/fx_memory.h", + "core/fxcrt/fx_safe_types.h", + "core/fxcrt/fx_stream.h", + "core/fxcrt/fx_string.h", + "core/fxcrt/fx_system.h", + "core/fxcrt/fx_ucd.h", "core/fxcrt/fx_ucddata.cpp", "core/fxcrt/fx_unicode.cpp", + "core/fxcrt/fx_xml.h", "core/fxcrt/fx_xml_composer.cpp", "core/fxcrt/fx_xml_parser.cpp", "core/fxcrt/fxcrt_posix.cpp", @@ -706,21 +721,6 @@ static_library("fxcrt") { "core/fxcrt/fxcrt_stream.cpp", "core/fxcrt/fxcrt_windows.cpp", "core/fxcrt/fxcrt_windows.h", - "core/fxcrt/include/cfx_count_ref.h", - "core/fxcrt/include/cfx_observable.h", - "core/fxcrt/include/cfx_retain_ptr.h", - "core/fxcrt/include/cfx_string_pool_template.h", - "core/fxcrt/include/cfx_weak_ptr.h", - "core/fxcrt/include/fx_basic.h", - "core/fxcrt/include/fx_coordinates.h", - "core/fxcrt/include/fx_ext.h", - "core/fxcrt/include/fx_memory.h", - "core/fxcrt/include/fx_safe_types.h", - "core/fxcrt/include/fx_stream.h", - "core/fxcrt/include/fx_string.h", - "core/fxcrt/include/fx_system.h", - "core/fxcrt/include/fx_ucd.h", - "core/fxcrt/include/fx_xml.h", "core/fxcrt/plex.h", "core/fxcrt/xml_int.h", ] @@ -736,9 +736,9 @@ static_library("fxcrt") { if (pdf_enable_xfa) { sources += [ "core/fxcrt/fx_arabic.cpp", + "core/fxcrt/fx_arabic.h", + "core/fxcrt/fx_arb.h", "core/fxcrt/fx_basic_maps.cpp", - "core/fxcrt/include/fx_arabic.h", - "core/fxcrt/include/fx_arb.h", ] } } |