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

Unified Diff: BUILD.gn

Issue 2383563002: Move core/fpdftext/include to core/fpdftext (Closed)
Patch Set: Rebase to master Created 4 years, 3 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/fpdftext/cpdf_linkextract.h » ('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 8e552f31d6fda422d770327f06e73a0bb1e61bcf..4e38d58b6e3cc5d9436e0b9209c21a0c6244e3a9 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -553,11 +553,11 @@ static_library("fpdfapi") {
static_library("fpdftext") {
sources = [
"core/fpdftext/cpdf_linkextract.cpp",
+ "core/fpdftext/cpdf_linkextract.h",
"core/fpdftext/cpdf_textpage.cpp",
+ "core/fpdftext/cpdf_textpage.h",
"core/fpdftext/cpdf_textpagefind.cpp",
- "core/fpdftext/include/cpdf_linkextract.h",
- "core/fpdftext/include/cpdf_textpage.h",
- "core/fpdftext/include/cpdf_textpagefind.h",
+ "core/fpdftext/cpdf_textpagefind.h",
"core/fpdftext/unicodenormalizationdata.cpp",
"core/fpdftext/unicodenormalizationdata.h",
]
« no previous file with comments | « no previous file | core/fpdftext/cpdf_linkextract.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698