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

Unified Diff: BUILD.gn

Issue 2313083002: Make CPDF_TextStateData private to CPDF_TextState. (Closed)
Patch Set: Don't memcpy in copy ctor 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/fpdfapi/fpdf_page/cpdf_graphicstates.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 1223ef63b97a2f3c600a07cb6f4066974f1cefa5..cb7ec8d55650e84b0c1503e74dda44e14540441a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -442,8 +442,6 @@ static_library("fpdfapi") {
"core/fpdfapi/fpdf_page/cpdf_shadingpattern.h",
"core/fpdfapi/fpdf_page/cpdf_textobject.cpp",
"core/fpdfapi/fpdf_page/cpdf_textstate.cpp",
- "core/fpdfapi/fpdf_page/cpdf_textstate.h",
- "core/fpdfapi/fpdf_page/cpdf_textstatedata.cpp",
"core/fpdfapi/fpdf_page/cpdf_tilingpattern.cpp",
"core/fpdfapi/fpdf_page/cpdf_tilingpattern.h",
"core/fpdfapi/fpdf_page/fpdf_page_colors.cpp",
@@ -466,7 +464,7 @@ static_library("fpdfapi") {
"core/fpdfapi/fpdf_page/include/cpdf_pathobject.h",
"core/fpdfapi/fpdf_page/include/cpdf_shadingobject.h",
"core/fpdfapi/fpdf_page/include/cpdf_textobject.h",
- "core/fpdfapi/fpdf_page/include/cpdf_textstatedata.h",
+ "core/fpdfapi/fpdf_page/include/cpdf_textstate.h",
"core/fpdfapi/fpdf_page/pageint.h",
"core/fpdfapi/fpdf_parser/cfdf_document.cpp",
"core/fpdfapi/fpdf_parser/cpdf_array.cpp",
« no previous file with comments | « no previous file | core/fpdfapi/fpdf_page/cpdf_graphicstates.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698