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

Unified Diff: BUILD.gn

Issue 2223213002: Refactor fx_ge part 3 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 4 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_pagerendercontext.cpp » ('j') | core/fpdfapi/fpdf_page/cpdf_allstates.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 4b8f2223da3f7b3b25c8136fbbb9fc3ecc3eaef9..a2ac8e51b15c69c2c52e1226679b1cb5530e6365 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -735,25 +735,27 @@ static_library("fxge") {
"core/fxge/ge/cfx_fontmapper.cpp",
"core/fxge/ge/cfx_fontmgr.cpp",
"core/fxge/ge/cfx_gemodule.cpp",
+ "core/fxge/ge/cfx_graphstatedata.cpp",
"core/fxge/ge/cfx_pathdata.cpp",
- "core/fxge/ge/fx_ge_device.cpp",
+ "core/fxge/ge/cfx_renderdevice.cpp",
"core/fxge/ge/fx_ge_font.cpp",
"core/fxge/ge/fx_ge_fontmap.cpp",
"core/fxge/ge/fx_ge_linux.cpp",
- "core/fxge/ge/fx_ge_path.cpp",
"core/fxge/ge/fx_ge_text.cpp",
"core/fxge/ge/fx_text_int.h",
"core/fxge/ge/include/cfx_fontmapper.h",
"core/fxge/ge/include/cfx_fontmgr.h",
"core/fxge/ge/include/ifx_systemfontinfo.h",
"core/fxge/ifx_renderdevicedriver.cpp",
+ "core/fxge/include/cfx_fxgedevice.h",
"core/fxge/include/cfx_gemodule.h",
+ "core/fxge/include/cfx_graphstatedata.h",
"core/fxge/include/cfx_pathdata.h",
+ "core/fxge/include/cfx_renderdevice.h",
"core/fxge/include/cfx_windowsdevice.h",
"core/fxge/include/fx_dib.h",
"core/fxge/include/fx_font.h",
"core/fxge/include/fx_freetype.h",
- "core/fxge/include/fx_ge.h",
"core/fxge/include/ifx_renderdevicedriver.h",
"core/fxge/win32/cfx_windowsdib.h",
]
« no previous file with comments | « no previous file | core/fpdfapi/cpdf_pagerendercontext.cpp » ('j') | core/fpdfapi/fpdf_page/cpdf_allstates.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698