Skip to content
  • zandobersek@gmail.com's avatar
    [GTK] Move more build targets for source code that's free of layer violations into libPlatform · 60be53da
    zandobersek@gmail.com authored
    https://bugs.webkit.org/show_bug.cgi?id=115936
    
    Reviewed by Martin Robinson.
    
    Source/Platform: 
    
    * GNUmakefile.am: Add additional Source/WebCore/platform subdirectories to the list of the directories
    that are specific to the platform layer but still located in WebCore. Add Enchant and Freetype dependencies'
    CFLAGS to the list of libPlatform CPPFLAGS. Add GStreamer dependency's CFLAGS to the list of libPlatformGtk
    CPPFLAGS.
    
    Source/WebCore: 
    
    No new tests - no new functionality.
    
    * GNUmakefile.list.am: Move more build targets under the platform_sources and platformgtk_sources listing.
    These build targets represent source files that are already free of platform layer violations and are as such
    ready to be pushed down from the WebCore layer into the Platform layer.
    
    Source/WebKit2: 
    
    * GNUmakefile.am: Add GStreamer dependency's CFLAGS to the list of libPlatformGtk2 CPPFLAGS.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@151522 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    60be53da