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

Unified Diff: BUILD.gn

Issue 2376153004: Move core/fpdfapi/include to core/fpdfapi (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/fpdfapi/cpdf_modulemgr.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 3d2d32bf1b850fe22f6a63eb2db5bc7877a0391a..83f68fbe7c81ee114cb97aaa782e2f0c429d4883 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -328,7 +328,9 @@ static_library("fpdfdoc") {
static_library("fpdfapi") {
sources = [
"core/fpdfapi/cpdf_modulemgr.cpp",
+ "core/fpdfapi/cpdf_modulemgr.h",
"core/fpdfapi/cpdf_pagerendercontext.cpp",
+ "core/fpdfapi/cpdf_pagerendercontext.h",
"core/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp",
"core/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp",
"core/fpdfapi/fpdf_cmaps/CNS1/B5pc-V_0.cpp",
@@ -541,8 +543,6 @@ static_library("fpdfapi") {
"core/fpdfapi/fpdf_render/fpdf_render_pattern.cpp",
"core/fpdfapi/fpdf_render/fpdf_render_text.cpp",
"core/fpdfapi/fpdf_render/render_int.h",
- "core/fpdfapi/include/cpdf_modulemgr.h",
- "core/fpdfapi/include/cpdf_pagerendercontext.h",
]
configs += [ ":pdfium_core_config" ]
deps = [
« no previous file with comments | « no previous file | core/fpdfapi/cpdf_modulemgr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698