Changeset 47003 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Aug 10, 2009, 2:04:20 PM (16 years ago)
Author:
[email protected]
Message:

2009-08-10 Jan Michael Alonzo <[email protected]>

[Gtk] Unreviewed build fix. Move JSAPIValueWrapper.cpp/.h in the debug
section. This file is already part of AllInOneFile in Release builds.

  • GNUmakefile.am:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r47000 r47003  
     12009-08-10  Jan Michael Alonzo  <[email protected]>
     2
     3        [Gtk] Unreviewed build fix. Move JSAPIValueWrapper.cpp/.h in the debug
     4        section. This file is already part of AllInOneFile in Release builds.
     5
     6        * GNUmakefile.am:
     7
    182009-08-10  Darin Adler  <[email protected]>
    29
  • trunk/JavaScriptCore/GNUmakefile.am

    r46976 r47003  
    180180        JavaScriptCore/runtime/JSActivation.cpp \
    181181        JavaScriptCore/runtime/JSActivation.h \
    182         JavaScriptCore/runtime/JSAPIValueWrapper.cpp \
    183         JavaScriptCore/runtime/JSAPIValueWrapper.h \
    184182        JavaScriptCore/runtime/JSByteArray.cpp \
    185183        JavaScriptCore/runtime/JSByteArray.h \
     
    408406        JavaScriptCore/runtime/JSArray.cpp \
    409407        JavaScriptCore/runtime/JSArray.h \
     408        JavaScriptCore/runtime/JSAPIValueWrapper.cpp \
     409        JavaScriptCore/runtime/JSAPIValueWrapper.h \
    410410        JavaScriptCore/runtime/JSCell.cpp \
    411411        JavaScriptCore/runtime/JSCell.h \
Note: See TracChangeset for help on using the changeset viewer.