diff options
author | npm <npm@chromium.org> | 2016-07-29 15:20:25 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-29 15:20:25 -0700 |
commit | 7484762421e85aa5d610f47aa547470786eecab8 (patch) | |
tree | 321455e17ca3796a17f3edc9b33e11435bc9d7fb /BUILD.gn | |
parent | 246221724a106c11481eedbf1f94475afba23569 (diff) | |
download | pdfium-7484762421e85aa5d610f47aa547470786eecab8.tar.xz |
Refactor fxge/fx_apple and fx_win header files
- Renamed header for CFX_QuartzDevice class
- Removed unused class CFX_WinBitmapDevice
- Split remaining fx_ge_win32 header
Review-Url: https://codereview.chromium.org/2197513004
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -684,6 +684,7 @@ static_library("fxge") { "core/fxge/android/fx_android_font.h", "core/fxge/android/fx_android_imp.cpp", "core/fxge/apple/apple_int.h", + "core/fxge/apple/cfx_quartzdevice.h", "core/fxge/apple/fx_mac_imp.cpp", "core/fxge/apple/fx_quartz_device.cpp", "core/fxge/dib/dib_int.h", @@ -726,13 +727,13 @@ static_library("fxge") { "core/fxge/ge/include/cfx_fontmgr.h", "core/fxge/ge/include/ifx_systemfontinfo.h", "core/fxge/ifx_renderdevicedriver.cpp", + "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/fx_ge_apple.h", - "core/fxge/include/fx_ge_win32.h", "core/fxge/include/ifx_renderdevicedriver.h", + "core/fxge/win32/cfx_windowsdib.h", ] configs += [ |