summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2016-03-14 15:56:00 -0400
committerDan Sinclair <dsinclair@chromium.org>2016-03-14 15:56:00 -0400
commit13ee55a8267963c9b39486a6a22646fbdd770742 (patch)
treee50fd9cb4dbde547de6a913c54128114db64df4e /BUILD.gn
parent544bbc6d81ee9d94a09809830b3f622f2dbad28a (diff)
downloadpdfium-13ee55a8267963c9b39486a6a22646fbdd770742.tar.xz
Move fx_crypto.h and fpdf_text.h out of core/include.
This CL moves the two files and breaks fpdf_text.h apart into individual pieces. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1801973002 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn6
1 files changed, 4 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 2f51c21fab..d0de412f08 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -201,7 +201,7 @@ static_library("fdrm") {
"core/fdrm/crypto/fx_crypt.cpp",
"core/fdrm/crypto/fx_crypt_aes.cpp",
"core/fdrm/crypto/fx_crypt_sha.cpp",
- "core/include/fdrm/fx_crypt.h",
+ "core/fdrm/crypto/include/fx_crypt.h",
]
configs += [ ":pdfium_config" ]
}
@@ -390,11 +390,13 @@ static_library("fpdfapi") {
static_library("fpdftext") {
sources = [
"core/fpdftext/fpdf_text_int.cpp",
+ "core/fpdftext/include/ipdf_linkextract.h",
+ "core/fpdftext/include/ipdf_textpage.h",
+ "core/fpdftext/include/ipdf_textpagefind.h",
"core/fpdftext/text_int.h",
"core/fpdftext/unicodenormalization.cpp",
"core/fpdftext/unicodenormalizationdata.cpp",
"core/fpdftext/unicodenormalizationdata.h",
- "core/include/fpdftext/fpdf_text.h",
]
configs += [ ":pdfium_config" ]
}