Changeset 96505 in webkit


Ignore:
Timestamp:
Oct 3, 2011 9:11:48 AM (13 years ago)
Author:
Carlos Garcia Campos
Message:

[GTK] Fix make distcheck build
https://bugs.webkit.org/show_bug.cgi?id=69243

Reviewed by Martin Robinson.

Source/JavaScriptCore:

  • GNUmakefile.list.am:

Source/WebCore:

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r96503 r96505  
     12011-10-03  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        [GTK] Fix make distcheck build
     4        https://bugs.webkit.org/show_bug.cgi?id=69243
     5
     6        Reviewed by Martin Robinson.
     7
     8        * GNUmakefile.list.am:
     9
    1102011-10-03  Pierre Rossi  <pierre.rossi@gmail.com>
    211
  • trunk/Source/JavaScriptCore/GNUmakefile.list.am

    r96465 r96505  
    8282        Source/JavaScriptCore/assembler/SH4Assembler.h \
    8383        Source/JavaScriptCore/assembler/X86Assembler.h \
     84        Source/JavaScriptCore/bytecode/ActionablePrediction.h \
    8485        Source/JavaScriptCore/bytecode/CodeBlock.cpp \
    8586        Source/JavaScriptCore/bytecode/CodeBlock.h \
     
    136137        Source/JavaScriptCore/heap/AllocationSpace.cpp \
    137138        Source/JavaScriptCore/heap/AllocationSpace.h \
     139        Source/JavaScriptCore/heap/CardSet.h \
    138140        Source/JavaScriptCore/heap/ConservativeRoots.cpp \
    139141        Source/JavaScriptCore/heap/ConservativeRoots.h \
     
    565567        Source/JavaScriptCore/wtf/OwnPtrCommon.h \
    566568        Source/JavaScriptCore/wtf/OwnPtr.h \
     569        Source/JavaScriptCore/wtf/PackedIntVector.h \
    567570        Source/JavaScriptCore/wtf/PageAllocation.h \
    568571        Source/JavaScriptCore/wtf/PageAllocationAligned.cpp \
     
    640643        Source/JavaScriptCore/wtf/TypeTraits.cpp \
    641644        Source/JavaScriptCore/wtf/TypeTraits.h \
     645        Source/JavaScriptCore/wtf/UnionFind.h \
    642646        Source/JavaScriptCore/wtf/unicode/CharacterNames.h \
    643647        Source/JavaScriptCore/wtf/unicode/CollatorDefault.cpp \
  • trunk/Source/WebCore/ChangeLog

    r96503 r96505  
     12011-10-03  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        [GTK] Fix make distcheck build
     4        https://bugs.webkit.org/show_bug.cgi?id=69243
     5
     6        Reviewed by Martin Robinson.
     7
     8        * GNUmakefile.am:
     9        * GNUmakefile.list.am:
     10
    1112011-10-03  Pierre Rossi  <pierre.rossi@gmail.com>
    212
  • trunk/Source/WebCore/GNUmakefile.am

    r96398 r96505  
    892892        Source/WebCore/inspector/InjectedScriptSource.js \
    893893        Source/WebCore/inspector/Inspector.json \
     894        Source/WebCore/inspector/Inspector-0.1.json \
    894895        Source/WebCore/inspector/generate-inspector-idl \
     896        Source/WebCore/inspector/generate-inspector-protocol-version \
    895897        Source/WebCore/inspector/xxd.pl \
    896898        Source/WebCore/LICENSE-APPLE \
  • trunk/Source/WebCore/GNUmakefile.list.am

    r96398 r96505  
    29782978        Source/WebCore/rendering/RenderBox.cpp \
    29792979        Source/WebCore/rendering/RenderBox.h \
     2980        Source/WebCore/rendering/RenderBoxRegionInfo.h \
    29802981        Source/WebCore/rendering/RenderBoxModelObject.cpp \
    29812982        Source/WebCore/rendering/RenderBoxModelObject.h \
Note: See TracChangeset for help on using the changeset viewer.