diff options
author | dsinclair <dsinclair@chromium.org> | 2016-04-06 12:09:37 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-06 12:09:37 -0700 |
commit | e530fb7976922c4934812f8721e7550ced17786b (patch) | |
tree | 8d1f4ca3dbaa4426acadb037555618021b52e791 /BUILD.gn | |
parent | 4e20094dbb2ea942734b8986fa9a60d2f3ccbb1b (diff) | |
download | pdfium-e530fb7976922c4934812f8721e7550ced17786b.tar.xz |
Move remaining fpdfdoc files
This CL moves the last two fpdfdoc files from core/include/fpdfdoc to
core/fpdfdoc/include.
Review URL: https://codereview.chromium.org/1864163002
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -232,11 +232,11 @@ static_library("fpdfdoc") { "core/fpdfdoc/include/cpvt_wordplace.h", "core/fpdfdoc/include/cpvt_wordprops.h", "core/fpdfdoc/include/cpvt_wordrange.h", + "core/fpdfdoc/include/fpdf_doc.h", + "core/fpdfdoc/include/fpdf_tagged.h", "core/fpdfdoc/ipvt_fontmap.h", "core/fpdfdoc/pdf_vt.h", "core/fpdfdoc/tagged_int.h", - "core/include/fpdfdoc/fpdf_doc.h", - "core/include/fpdfdoc/fpdf_tagged.h", ] configs += [ ":pdfium_config" ] } |