Changeset 128696 in webkit


Ignore:
Timestamp:
Sep 15, 2012 3:59:03 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Include missing header files in the tarball
https://bugs.webkit.org/show_bug.cgi?id=96860

Patch by Kalev Lember <kalevlember@gmail.com> on 2012-09-15
Reviewed by Kentaro Hara.

Build fix; dist two additional headers that are needed for building on
Windows platform.

  • GNUmakefile.list.am:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r128694 r128696  
     12012-09-15  Kalev Lember  <kalevlember@gmail.com>
     2
     3        [GTK] Include missing header files in the tarball
     4        https://bugs.webkit.org/show_bug.cgi?id=96860
     5
     6        Reviewed by Kentaro Hara.
     7
     8        Build fix; dist two additional headers that are needed for building on
     9        Windows platform.
     10
     11        * GNUmakefile.list.am:
     12
    1132012-09-15  Michael Saboff  <msaboff@apple.com>
    214
  • trunk/Source/WebCore/GNUmakefile.list.am

    r128626 r128696  
    59785978webcore_sources += \
    59795979        Source/WebCore/platform/graphics/win/DIBPixelData.cpp \
     5980        Source/WebCore/platform/graphics/win/DIBPixelData.h \
    59805981        Source/WebCore/platform/graphics/win/GraphicsContextCairoWin.cpp \
    59815982        Source/WebCore/platform/graphics/win/GraphicsContextWin.cpp \
     
    59885989        Source/WebCore/platform/win/WebCoreInstanceHandle.cpp \
    59895990        Source/WebCore/platform/win/WebCoreInstanceHandle.h \
     5991        Source/WebCore/platform/win/WindowsExtras.h \
    59905992        Source/WebCore/plugins/win/PluginDatabaseWin.cpp \
    59915993        Source/WebCore/plugins/win/PluginMessageThrottlerWin.cpp \
Note: See TracChangeset for help on using the changeset viewer.