Changeset 81610 in webkit


Ignore:
Timestamp:
Mar 21, 2011 2:44:33 PM (13 years ago)
Author:
abarth@webkit.org
Message:

2011-03-21 Adam Barth <abarth@webkit.org>

Reviewed by Dimitri Glazkov.

Add new files to JavaScriptCore.gypi
https://bugs.webkit.org/show_bug.cgi?id=56766

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r81609 r81610  
     12011-03-21  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        Add new files to JavaScriptCore.gypi
     6        https://bugs.webkit.org/show_bug.cgi?id=56766
     7
     8        * JavaScriptCore.gypi:
     9
    1102011-03-21  Sheriff Bot  <webkit.review.bot@gmail.com>
    211
  • trunk/Source/JavaScriptCore/JavaScriptCore.gypi

    r81567 r81610  
    312312            'debugger/DebuggerActivation.cpp',
    313313            'debugger/DebuggerCallFrame.cpp',
     314            'dfg/DFGAliasTracker.h',
     315            'dfg/DFGByteCodeParser.cpp',
     316            'dfg/DFGByteCodeParser.h',
     317            'dfg/DFGGenerationInfo.h',
     318            'dfg/DFGGraph.cpp',
     319            'dfg/DFGGraph.h',
     320            'dfg/DFGJITCodeGenerator.cpp',
     321            'dfg/DFGJITCodeGenerator.h',
     322            'dfg/DFGJITCompiler.cpp',
     323            'dfg/DFGJITCompiler.h',
     324            'dfg/DFGNode.h',
     325            'dfg/DFGNonSpeculativeJIT.cpp',
     326            'dfg/DFGNonSpeculativeJIT.h',
     327            'dfg/DFGOperations.cpp',
     328            'dfg/DFGOperations.h',
     329            'dfg/DFGRegisterBank.h',
     330            'dfg/DFGScoreBoard.h',
     331            'dfg/DFGSpeculativeJIT.cpp',
     332            'dfg/DFGSpeculativeJIT.h',
    314333            'icu/unicode/parseerr.h',
    315334            'icu/unicode/platform.h',
Note: See TracChangeset for help on using the changeset viewer.