Changeset 79645 in webkit


Ignore:
Timestamp:
Feb 24, 2011 4:58:16 PM (13 years ago)
Author:
abarth@webkit.org
Message:

2011-02-24 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel.

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

I forgot to add mm files in my previous patch.

Location:
trunk/Source/JavaScriptCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r79644 r79645  
     12011-02-24  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Add missing files to JavaScriptCore.gypi
     6        https://bugs.webkit.org/show_bug.cgi?id=55193
     7
     8        I forgot to add mm files in my previous patch.
     9
     10        * JavaScriptCore.gyp/JavaScriptCore.gyp:
     11        * JavaScriptCore.gypi:
     12
    1132011-02-24  Adam Barth  <abarth@webkit.org>
    214
  • trunk/Source/JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp

    r79519 r79645  
    121121        ['exclude', '../wtf/gtk'],
    122122        ['exclude', '../wtf/haiku'],
     123        ['exclude', '../wtf/mac'],
    123124        ['exclude', '../wtf/qt'],
    124125        ['exclude', '../wtf/url'],
  • trunk/Source/JavaScriptCore/JavaScriptCore.gypi

    r79519 r79645  
    197197            'profiler/Profiler.h',
    198198            'profiler/ProfilerServer.h',
     199            'profiler/ProfilerServer.mm',
    199200            'qt/api/qscriptconverter_p.h',
    200201            'qt/api/qscriptengine.cpp',
     
    585586            'wtf/haiku/MainThreadHaiku.cpp',
    586587            'wtf/haiku/StringHaiku.cpp',
     588            'wtf/mac/MainThreadMac.mm',
    587589            'wtf/qt/MainThreadQt.cpp',
    588590            'wtf/qt/StringQt.cpp',
Note: See TracChangeset for help on using the changeset viewer.