Changeset 92573 in webkit


Ignore:
Timestamp:
Aug 7, 2011 6:47:56 AM (13 years ago)
Author:
Martin Robinson
Message:

Distribution fix for GTK+.

Source/JavaScriptCore:

  • GNUmakefile.list.am: Strip removed files from the source list.

Source/WebCore:

  • GNUmakefile.am: Add some files to the distribution list.
  • GNUmakefile.list.am: Strip removed files from the source list.
Location:
trunk/Source
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r92569 r92573  
     12011-08-07  Martin Robinson  <mrobinson@igalia.com>
     2
     3        Distribution fix for GTK+.
     4
     5        * GNUmakefile.list.am: Strip removed files from the source list.
     6
    172011-08-06  Gavin Barraclough  <barraclough@apple.com>
    28
  • trunk/Source/JavaScriptCore/GNUmakefile.list.am

    r92254 r92573  
    361361        Source/JavaScriptCore/runtime/JSWrapperObject.cpp \
    362362        Source/JavaScriptCore/runtime/JSWrapperObject.h \
    363         Source/JavaScriptCore/runtime/JSZombie.h \
    364363        Source/JavaScriptCore/runtime/LiteralParser.cpp \
    365364        Source/JavaScriptCore/runtime/LiteralParser.h \
  • trunk/Source/WebCore/ChangeLog

    r92572 r92573  
     12011-08-07  Martin Robinson  <mrobinson@igalia.com>
     2
     3        Distribution fix for GTK+.
     4
     5        * GNUmakefile.am: Add some files to the distribution list.
     6        * GNUmakefile.list.am: Strip removed files from the source list.
     7
    182011-08-07  Jochen Eisinger  <jochen@chromium.org>
    29
  • trunk/Source/WebCore/GNUmakefile.am

    r92370 r92573  
    865865        $(shell ls $(srcdir)/Source/WebCore/workers/*.idl) \
    866866        $(shell ls $(srcdir)/Source/WebCore/xml/*.idl) \
     867        Source/ThirdParty/ANGLE/src/compiler/glslang.l \
     868        Source/ThirdParty/ANGLE/src/compiler/glslang.y \
    867869        Source/WebCore/bindings/scripts/CodeGenerator.pm \
    868870        Source/WebCore/bindings/scripts/IDLParser.pm \
  • trunk/Source/WebCore/GNUmakefile.list.am

    r92572 r92573  
    22712271        Source/WebCore/page/GroupSettings.cpp \
    22722272        Source/WebCore/page/GroupSettings.h \
    2273         Source/WebCore/page/HaltablePlugin.h \
    22742273        Source/WebCore/page/History.cpp \
    22752274        Source/WebCore/page/History.h \
Note: See TracChangeset for help on using the changeset viewer.