Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(330)

Unified Diff: BUILD.gn

Issue 1801973002: Move fx_crypto.h and fpdf_text.h out of core/include. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | core/fdrm/crypto/fx_crypt.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 2f51c21fab8664da0baf6c629dbd918b06dca736..d0de412f0869e0ae62153f9eace0f749f3c88e20 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" ]
}
« no previous file with comments | « no previous file | core/fdrm/crypto/fx_crypt.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698