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

Unified Diff: BUILD.gn

Issue 2286723003: Split fpdf_text_int into classes (Closed)
Patch Set: Fix bots Created 4 years, 4 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.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 ca2338f6fd5abac97b42a5cf9a3803b21ce7bb55..f603099d0f0c0b40eec12f575ca8fdf2b4f293fb 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -538,7 +538,9 @@ static_library("fpdfapi") {
static_library("fpdftext") {
sources = [
- "core/fpdftext/fpdf_text_int.cpp",
+ "core/fpdftext/cpdf_linkextract.cpp",
+ "core/fpdftext/cpdf_textpage.cpp",
+ "core/fpdftext/cpdf_textpagefind.cpp",
"core/fpdftext/include/cpdf_linkextract.h",
"core/fpdftext/include/cpdf_textpage.h",
"core/fpdftext/include/cpdf_textpagefind.h",
« no previous file with comments | « no previous file | core/fpdftext/cpdf_linkextract.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698