Changeset 95403 in webkit


Ignore:
Timestamp:
Sep 19, 2011 12:31:19 AM (13 years ago)
Author:
Carlos Garcia Campos
Message:

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

Reviewed by Martin Robinson.

Source/JavaScriptCore:

  • GNUmakefile.list.am:

Source/WebCore:

  • GNUmakefile.list.am:

Source/WebKit2:

  • GNUmakefile.am:
Location:
trunk/Source
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r95400 r95403  
     12011-09-19  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        [GTK] Fix distcheck build
     4        https://bugs.webkit.org/show_bug.cgi?id=68241
     5
     6        Reviewed by Martin Robinson.
     7
     8        * GNUmakefile.list.am:
     9
    1102011-09-18  Dan Bernstein  <mitz@apple.com>
    211
  • trunk/Source/JavaScriptCore/GNUmakefile.list.am

    r95331 r95403  
    9292        Source/JavaScriptCore/bytecode/PredictedType.cpp \
    9393        Source/JavaScriptCore/bytecode/PredictedType.h \
     94        Source/JavaScriptCore/bytecode/PredictionTracker.h \
    9495        Source/JavaScriptCore/bytecode/SamplingTool.cpp \
    9596        Source/JavaScriptCore/bytecode/SamplingTool.h \
     
    107108        Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp \
    108109        Source/JavaScriptCore/dfg/DFGByteCodeParser.h \
     110        Source/JavaScriptCore/dfg/DFGCapabilities.cpp \
     111        Source/JavaScriptCore/dfg/DFGCapabilities.h \
    109112        Source/JavaScriptCore/dfg/DFGDriver.cpp \
    110113        Source/JavaScriptCore/dfg/DFGDriver.h \
     
    121124        Source/JavaScriptCore/dfg/DFGOperations.cpp \
    122125        Source/JavaScriptCore/dfg/DFGOperations.h \
     126        Source/JavaScriptCore/dfg/DFGOSREntry.cpp \
     127        Source/JavaScriptCore/dfg/DFGOSREntry.h \
    123128        Source/JavaScriptCore/dfg/DFGPropagator.cpp \
    124129        Source/JavaScriptCore/dfg/DFGPropagator.h \
     
    157162        Source/JavaScriptCore/heap/VTableSpectrum.h \
    158163        Source/JavaScriptCore/heap/Weak.h \
     164        Source/JavaScriptCore/heap/WeakReferenceHarvester.h \
    159165        Source/JavaScriptCore/heap/WriteBarrierSupport.cpp \
    160166        Source/JavaScriptCore/heap/WriteBarrierSupport.h \
     
    211217        Source/JavaScriptCore/interpreter/Register.h \
    212218        Source/JavaScriptCore/JavaScriptCorePrefix.h \
     219        Source/JavaScriptCore/jit/CompactJITCodeMap.h \
    213220        Source/JavaScriptCore/jit/ExecutableAllocator.cpp \
    214221        Source/JavaScriptCore/jit/ExecutableAllocator.h \
  • trunk/Source/WebCore/ChangeLog

    r95401 r95403  
     12011-09-19  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        [GTK] Fix distcheck build
     4        https://bugs.webkit.org/show_bug.cgi?id=68241
     5
     6        Reviewed by Martin Robinson.
     7
     8        * GNUmakefile.list.am:
     9
    1102011-09-18  Ilya Tikhonovsky  <loislo@chromium.org>
    211
  • trunk/Source/WebCore/GNUmakefile.list.am

    r95372 r95403  
    899899        Source/WebCore/bridge/jsc/BridgeJSC.cpp \
    900900        Source/WebCore/bridge/jsc/BridgeJSC.h \
    901         Source/WebCore/bridge/npapi.h \
    902901        Source/WebCore/bridge/NP_jsobject.cpp \
    903902        Source/WebCore/bridge/NP_jsobject.h \
    904903        Source/WebCore/bridge/npruntime.cpp \
    905         Source/WebCore/bridge/npruntime.h \
    906904        Source/WebCore/bridge/npruntime_impl.h \
    907905        Source/WebCore/bridge/npruntime_internal.h \
    908906        Source/WebCore/bridge/npruntime_priv.h \
    909         Source/WebCore/bridge/nptypes.h \
    910907        Source/WebCore/bridge/runtime_array.cpp \
    911908        Source/WebCore/bridge/runtime_array.h \
     
    28932890        Source/WebCore/platform/Widget.h \
    28942891        Source/WebCore/platform/WindowsKeyboardCodes.h \
     2892        Source/WebCore/plugins/npapi.h \
     2893        Source/WebCore/plugins/npruntime.h \
     2894        Source/WebCore/plugins/nptypes.h \
    28952895        Source/WebCore/plugins/DOMMimeTypeArray.cpp \
    28962896        Source/WebCore/plugins/DOMMimeTypeArray.h \
  • trunk/Source/WebKit2/ChangeLog

    r95387 r95403  
     12011-09-19  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        [GTK] Fix distcheck build
     4        https://bugs.webkit.org/show_bug.cgi?id=68241
     5
     6        Reviewed by Martin Robinson.
     7
     8        * GNUmakefile.am:
     9
    1102011-09-17  Mihai Parparita  <mihaip@chromium.org>
    211
  • trunk/Source/WebKit2/GNUmakefile.am

    r95303 r95403  
    510510        Source/WebKit2/UIProcess/TiledDrawingAreaProxy.cpp \
    511511        Source/WebKit2/UIProcess/TiledDrawingAreaProxy.h \
    512         Source/WebKit2/UIProcess/TiledDrawingAreaTile.h \
    513512        Source/WebKit2/UIProcess/VisitedLinkProvider.cpp \
    514513        Source/WebKit2/UIProcess/VisitedLinkProvider.h \
Note: See TracChangeset for help on using the changeset viewer.