SET (graphics_SRC
    ${graphics_SRC}
    ${CMAKE_CURRENT_BINARY_DIR}/generated_sources/WebCore/ColorData.c #generated sources
    BAL/Implementations/Graphics/Linux/BCAffineTransform.cpp
    BAL/Implementations/Graphics/Common/BitmapImage.cpp
    BAL/Implementations/Graphics/Common/BitmapImageBal.cpp
    BAL/Implementations/Graphics/Common/BCGraphicsContext.cpp
    BAL/Implementations/Graphics/Common/Color.cpp
    BAL/Implementations/Graphics/Common/DragControllerBal.cpp
    BAL/Implementations/Graphics/Common/DragImageBal.cpp
    BAL/Implementations/Graphics/Common/GraphicsTypes.cpp
    BAL/Implementations/Graphics/Common/Image.cpp
    BAL/Implementations/Graphics/Common/ImageBal.cpp
    BAL/Implementations/Graphics/Common/ImageSource.cpp
    BAL/Implementations/Graphics/Common/Path.cpp
    BAL/Implementations/Graphics/Common/PathCommon.cpp
    BAL/Implementations/Graphics/Common/PathTraversalState.cpp
#    BAL/Implementations/Graphics/Common/ScrollBar.cpp
    BAL/Implementations/Graphics/Common/PopupMenuBal.cpp
    BAL/Implementations/Graphics/Common/SearchPopupMenuBal.cpp
    BAL/Implementations/Graphics/Common/ScreenBal.cpp
    BAL/Implementations/Graphics/Common/SoundBal.cpp
    ${GRAPHICS_PREFIX}BAL/Implementations/Graphics/${GRAPHICS}/BCGraphicsDevice${GRAPHICS}.cpp
    ${GRAPHICS_PREFIX}BAL/Implementations/Graphics/${GRAPHICS}/BCNativeImage${GRAPHICS}.cpp
    ${GRAPHICS_PREFIX}BAL/Implementations/Graphics/${GRAPHICS}/Cursor${GRAPHICS}.cpp
)


