Title: [126457] trunk
Revision
126457
Author
kev...@webkit.org
Date
2012-08-23 11:41:33 -0700 (Thu, 23 Aug 2012)

Log 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.

Modified Paths

Diff

Modified: trunk/ChangeLog (126456 => 126457)


--- trunk/ChangeLog	2012-08-23 18:37:59 UTC (rev 126456)
+++ trunk/ChangeLog	2012-08-23 18:41:33 UTC (rev 126457)
@@ -1,3 +1,10 @@
+2012-08-23  Kevin Ollivier  <kev...@theolliviers.com>
+
+        [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.
+        
+        * wscript:
+
 2012-08-22  Jesus Sanchez-Palencia  <jesus.palen...@openbossa.org>
 
         [EFL] Use WTF_USE_SOUP instead BUILDING_SOUP__

Modified: trunk/wscript (126456 => 126457)


--- trunk/wscript	2012-08-23 18:37:59 UTC (rev 126456)
+++ trunk/wscript	2012-08-23 18:41:33 UTC (rev 126457)
@@ -169,6 +169,7 @@
                     os.path.join(wk_root, 'Source', '_javascript_Core'),
                     os.path.join(wk_root, 'Source', 'WebCore'),
                     os.path.join(wk_root, 'Source', 'WebCore', 'DerivedSources'),
+                    os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'graphics', 'opentype'),
                     os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'image-decoders'),
                     os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'win'),
                     os.path.join(wk_root, 'Source', 'WebCore', 'workers'),
@@ -238,9 +239,7 @@
                    'Source/WebCore/platform/graphics/cg/FloatSizeCG.cpp',
                    'Source/WebCore/platform/graphics/mac/ComplexTextController.cpp',
                    'Source/WebCore/platform/graphics/mac/ComplexTextControllerCoreText.mm',
-                   'Source/WebCore/platform/graphics/mac/ComplexTextControllerATSUI.cpp',
                    'Source/WebCore/platform/graphics/mac/GlyphPageTreeNodeMac.cpp',
-                   'Source/WebCore/platform/graphics/mac/SimpleFontDataATSUI.mm',
                    'Source/WebCore/platform/graphics/mac/SimpleFontDataCoreText.cpp',
                    'Source/WebCore/platform/graphics/wx/FontPlatformDataWxMac.mm',
                    'Source/WebCore/platform/wx/wxcode/mac/carbon/fontprops.mm',
@@ -382,6 +381,9 @@
         excludes.append('WebNativeNodeFilterCondition.cpp')
         excludes.append('WebDOMNodeFilterCustom.cpp')
         
+        # don't compile for now until we figure out the issue with using DOMStringList
+        excludes.append('WebDOMInternals.cpp')
+        
         # this file is unused by any port, not sure why it was
         # left in the tree
         excludes.append('GeneratedImage.cpp')
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to