Changeset 128037 in webkit for trunk/Source/JavaScriptCore


Ignore:
Timestamp:
Sep 10, 2012, 2:46:12 AM (13 years ago)
Author:
Carlos Garcia Campos
Message:

Unreviewed. Fix make distcheck.

Source/JavaScriptCore:

  • GNUmakefile.list.am: Add missing files.

Source/WebCore:

  • GNUmakefile.list.am: Add missing header files.
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r128015 r128037  
     12012-09-10  Carlos Garcia Campos  <[email protected]>
     2
     3        Unreviewed. Fix make distcheck.
     4
     5        * GNUmakefile.list.am: Add missing files.
     6
    172012-09-09  Mark Lam  <[email protected]>
    28
  • trunk/Source/JavaScriptCore/GNUmakefile.list.am

    r127202 r128037  
    405405        Source/JavaScriptCore/jit/ThunkGenerators.h \
    406406        Source/JavaScriptCore/llint/LLIntCommon.h \
     407        Source/JavaScriptCore/llint/LLIntCLoop.cpp \
     408        Source/JavaScriptCore/llint/LLIntCLoop.h \
    407409        Source/JavaScriptCore/llint/LLIntData.cpp \
    408410        Source/JavaScriptCore/llint/LLIntData.h \
     
    412414        Source/JavaScriptCore/llint/LLIntExceptions.h \
    413415        Source/JavaScriptCore/llint/LLIntOfflineAsmConfig.h \
     416        Source/JavaScriptCore/llint/LLIntOpcode.h \
    414417        Source/JavaScriptCore/llint/LLIntSlowPaths.cpp \
    415418        Source/JavaScriptCore/llint/LLIntSlowPaths.h \
     
    567570        Source/JavaScriptCore/runtime/JSVariableObject.cpp \
    568571        Source/JavaScriptCore/runtime/JSVariableObject.h \
     572        Source/JavaScriptCore/runtime/JSWithScope.h \
    569573        Source/JavaScriptCore/runtime/JSWrapperObject.cpp \
    570574        Source/JavaScriptCore/runtime/JSWrapperObject.h \
     
    694698        Source/JavaScriptCore/offlineasm/ast.rb \
    695699        Source/JavaScriptCore/offlineasm/backends.rb \
     700        Source/JavaScriptCore/offlineasm/cloop.rb \
    696701        Source/JavaScriptCore/offlineasm/config.rb \
    697702        Source/JavaScriptCore/offlineasm/generate_offset_extractor.rb \
Note: See TracChangeset for help on using the changeset viewer.