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

Unified Diff: pdfium.gyp

Issue 1979463002: Move some classes out of doc_vt.cpp into their own files. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: Move CTypeset into its own file. Created 4 years, 7 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 | « core/fpdfdoc/doc_vt.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdfium.gyp
diff --git a/pdfium.gyp b/pdfium.gyp
index 10bba9d4884c36f10fe5969f798244ea14187334..63b4011e3fc3b7bd9f957dd9b1076227f48e5ee8 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -235,7 +235,9 @@
'core/fpdfdoc/cpvt_lineinfo.h',
'core/fpdfdoc/cpvt_sectioninfo.h',
'core/fpdfdoc/cpvt_wordinfo.h',
+ 'core/fpdfdoc/csection.cpp',
'core/fpdfdoc/csection.h',
+ 'core/fpdfdoc/ctypeset.cpp',
'core/fpdfdoc/ctypeset.h',
'core/fpdfdoc/doc_action.cpp',
'core/fpdfdoc/doc_annot.cpp',
« no previous file with comments | « core/fpdfdoc/doc_vt.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698