Changeset 44552 in webkit


Ignore:
Timestamp:
Jun 9, 2009 5:44:03 PM (15 years ago)
Author:
kevino@webkit.org
Message:

wx build fix, adding JSCore/assembler to the list of include dirs, and adding editing/ReplaceNodeSpanCommand.cpp to the build.

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r44549 r44552  
     12009-06-09  Kevin Ollivier  <kevino@theolliviers.com>
     2
     3        wx build fix, adding JSCore/assembler to the list of include dirs, and
     4        adding editing/ReplaceNodeSpanCommand.cpp to the build.
     5       
     6        * WebCoreSources.bkl:
     7        * webcore-base.bkl:
     8
    192009-06-09  Yury Semikhatsky  <yurys@chromium.org>
    210
  • trunk/WebCore/WebCoreSources.bkl

    r44151 r44552  
    528528        editing/RemoveNodeCommand.cpp
    529529        editing/RemoveNodePreservingChildrenCommand.cpp
     530        editing/ReplaceNodeWithSpanCommand.cpp
    530531        editing/ReplaceSelectionCommand.cpp
    531532        editing/SelectionController.cpp
  • trunk/WebCore/webcore-base.bkl

    r43843 r44552  
    107107        <include>$(WK_ROOT)</include>
    108108        <include>$(WK_ROOT)/JavaScriptCore</include>
     109        <include>$(WK_ROOT)/JavaScriptCore/assembler</include>
    109110        <include>$(WK_ROOT)/JavaScriptCore/ForwardingHeaders</include>
    110111        <include>$(WK_ROOT)/JavaScriptCore/bindings</include>
  • trunk/WebKit/wx/ChangeLog

    r44402 r44552  
     12009-06-09  Kevin Ollivier  <kevino@theolliviers.com>
     2
     3        wx build fix, adding JSCore/assembler to the list of include dirs.
     4
     5        * presets/wxwebkit.bkl:
     6
    172009-06-03  Kevin Ollivier  <kevino@theolliviers.com>
    28
  • trunk/WebKit/wx/presets/wxwebkit.bkl

    r42860 r44552  
    150150       
    151151        <include>$(WK_ROOT)/JavaScriptCore</include>
     152        <include>$(WK_ROOT)/JavaScriptCore/assembler</include>
    152153        <include>$(WK_ROOT)/JavaScriptCore/bytecode</include>
    153154        <include>$(WK_ROOT)/JavaScriptCore/bytecompiler</include>
Note: See TracChangeset for help on using the changeset viewer.