summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-03-06 18:56:33 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-03-06 18:56:33 +0000
commitf8af565a78ee1910b8c98a5bdfb9ab6b88442317 (patch)
tree89f09c7bb361b255c09cc8627317750a19bf4949 /BUILD.gn
parenta32145f1f16b7b02110bf359208f587d7d486551 (diff)
downloadpdfium-chromium/3364.tar.xz
Rename IFX classes in core/fxge to Ifacechromium/3364
This CL renames IFX classes in core/fxge to Iface. Change-Id: I137167ddd4ff1563d8002d9501222c27183408cc Reviewed-on: https://pdfium-review.googlesource.com/27990 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn8
1 files changed, 4 insertions, 4 deletions
diff --git a/BUILD.gn b/BUILD.gn
index bb8969e0af..485afe28bf 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1044,7 +1044,7 @@ jumbo_static_library("fxge") {
"core/fxge/dib/cstretchengine.cpp",
"core/fxge/dib/cstretchengine.h",
"core/fxge/dib/fx_dib_main.cpp",
- "core/fxge/dib/ifx_scanlinecomposer.h",
+ "core/fxge/dib/scanlinecomposer_iface.h",
"core/fxge/fontdata/chromefontdata/FoxitDingbats.cpp",
"core/fxge/fontdata/chromefontdata/FoxitFixed.cpp",
"core/fxge/fontdata/chromefontdata/FoxitFixedBold.cpp",
@@ -1069,9 +1069,9 @@ jumbo_static_library("fxge") {
"core/fxge/fx_ge_fontmap.cpp",
"core/fxge/fx_ge_linux.cpp",
"core/fxge/fx_ge_text.cpp",
- "core/fxge/ifx_renderdevicedriver.cpp",
- "core/fxge/ifx_renderdevicedriver.h",
- "core/fxge/ifx_systemfontinfo.h",
+ "core/fxge/renderdevicedriver_iface.cpp",
+ "core/fxge/renderdevicedriver_iface.h",
+ "core/fxge/systemfontinfo_iface.h",
"core/fxge/win32/cfx_windowsdib.h",
]