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

Unified Diff: BUILD.gn

Issue 2375283003: Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font (Closed)
Patch Set: 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_font/cpdf_cidfont.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 e1c42ca1e3b734abe560a927e8d32b33df5ff834..0c5ef4684cde674b0c22a0fb6e6e2c3af9f74b99 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -400,7 +400,9 @@ static_library("fpdfapi") {
"core/fpdfapi/fpdf_font/cpdf_cidfont.cpp",
"core/fpdfapi/fpdf_font/cpdf_cidfont.h",
"core/fpdfapi/fpdf_font/cpdf_font.cpp",
+ "core/fpdfapi/fpdf_font/cpdf_font.h",
"core/fpdfapi/fpdf_font/cpdf_fontencoding.cpp",
+ "core/fpdfapi/fpdf_font/cpdf_fontencoding.h",
"core/fpdfapi/fpdf_font/cpdf_simplefont.cpp",
"core/fpdfapi/fpdf_font/cpdf_simplefont.h",
"core/fpdfapi/fpdf_font/cpdf_truetypefont.cpp",
@@ -414,8 +416,6 @@ static_library("fpdfapi") {
"core/fpdfapi/fpdf_font/font_int.h",
"core/fpdfapi/fpdf_font/fpdf_font.cpp",
"core/fpdfapi/fpdf_font/fpdf_font_cid.cpp",
- "core/fpdfapi/fpdf_font/include/cpdf_font.h",
- "core/fpdfapi/fpdf_font/include/cpdf_fontencoding.h",
"core/fpdfapi/fpdf_font/ttgsubtable.cpp",
"core/fpdfapi/fpdf_font/ttgsubtable.h",
"core/fpdfapi/fpdf_page/cpdf_allstates.cpp",
« no previous file with comments | « no previous file | core/fpdfapi/fpdf_font/cpdf_cidfont.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698