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

Unified Diff: BUILD.gn

Issue 2013483003: Remove CFX_PrivateData from CPDF_ModuleMgr (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Re-order two lines in .gyp 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 | « no previous file | core/fpdfapi/cpdf_modulemgr.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 ee5aad5fd9db9b1de34a0fb7e775a3ce48660321..c6c279e7621a40a762920b5017a6e0de45d16120 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -244,7 +244,7 @@ static_library("fpdfdoc") {
static_library("fpdfapi") {
sources = [
- "core/fpdfapi/fpdf_basic_module.cpp",
+ "core/fpdfapi/cpdf_modulemgr.cpp",
"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",
« no previous file with comments | « no previous file | core/fpdfapi/cpdf_modulemgr.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698