Changeset 92536 in webkit


Ignore:
Timestamp:
Aug 5, 2011 6:45:51 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

[Chromium] Remove JSZombie references from gyp project files.
https://bugs.webkit.org/show_bug.cgi?id=65798

JSC runtime/JSZombie.{cpp,h} were removed in r92046. Remove references to these
file names from the gyp projects.

Patch by Noel Gordon <noel.gordon@gmail.com> on 2011-08-05
Reviewed by Darin Adler.

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r92523 r92536  
     12011-08-05  Noel Gordon  <noel.gordon@gmail.com>
     2
     3        [Chromium] Remove JSZombie references from gyp project files.
     4        https://bugs.webkit.org/show_bug.cgi?id=65798
     5
     6        JSC runtime/JSZombie.{cpp,h} were removed in r92046.  Remove references to these
     7        file names from the gyp projects.
     8
     9        Reviewed by Darin Adler.
     10
     11        * JavaScriptCore.gypi: zombies be gone.
     12
    1132011-08-05  Mark Rowe  <mrowe@apple.com>
    214
  • trunk/Source/JavaScriptCore/JavaScriptCore.gypi

    r92254 r92536  
    529529            'runtime/JSVariableObject.cpp',
    530530            'runtime/JSWrapperObject.cpp',
    531             'runtime/JSZombie.cpp',
    532             'runtime/JSZombie.h',
    533531            'runtime/LiteralParser.cpp',
    534532            'runtime/LiteralParser.h',
Note: See TracChangeset for help on using the changeset viewer.