Changeset 126457 in webkit


Ignore:
Timestamp:
Aug 23, 2012 11:41:33 AM (12 years ago)
Author:
kevino@webkit.org
Message:

[wx] Unreviewed build fix. Disable compilation of WebDOM file for now,
add the opentype directory, and remove old ATSUI files no longer in the tree.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r126453 r126457  
     12012-08-23  Kevin Ollivier  <kevino@theolliviers.com>
     2
     3        [wx] Unreviewed build fix. Disable compilation of WebDOM file for now,
     4        add the opentype directory, and remove old ATSUI files no longer in the tree.
     5       
     6        * wscript:
     7
    182012-08-22  Jesus Sanchez-Palencia  <jesus.palencia@openbossa.org>
    29
  • trunk/wscript

    r119325 r126457  
    170170                    os.path.join(wk_root, 'Source', 'WebCore'),
    171171                    os.path.join(wk_root, 'Source', 'WebCore', 'DerivedSources'),
     172                    os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'graphics', 'opentype'),
    172173                    os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'image-decoders'),
    173174                    os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'win'),
     
    239240                   'Source/WebCore/platform/graphics/mac/ComplexTextController.cpp',
    240241                   'Source/WebCore/platform/graphics/mac/ComplexTextControllerCoreText.mm',
    241                    'Source/WebCore/platform/graphics/mac/ComplexTextControllerATSUI.cpp',
    242242                   'Source/WebCore/platform/graphics/mac/GlyphPageTreeNodeMac.cpp',
    243                    'Source/WebCore/platform/graphics/mac/SimpleFontDataATSUI.mm',
    244243                   'Source/WebCore/platform/graphics/mac/SimpleFontDataCoreText.cpp',
    245244                   'Source/WebCore/platform/graphics/wx/FontPlatformDataWxMac.mm',
     
    383382        excludes.append('WebDOMNodeFilterCustom.cpp')
    384383       
     384        # don't compile for now until we figure out the issue with using DOMStringList
     385        excludes.append('WebDOMInternals.cpp')
     386       
    385387        # this file is unused by any port, not sure why it was
    386388        # left in the tree
Note: See TracChangeset for help on using the changeset viewer.