Title: [106094] trunk
- Revision
- 106094
- Author
- [email protected]
- Date
- 2012-01-26 23:19:13 -0800 (Thu, 26 Jan 2012)
Log Message
[wx] Unreviewed. Build fix, don't build some sources
which appear to no longer be needed.
Modified Paths
Diff
Modified: trunk/ChangeLog (106093 => 106094)
--- trunk/ChangeLog 2012-01-27 07:13:38 UTC (rev 106093)
+++ trunk/ChangeLog 2012-01-27 07:19:13 UTC (rev 106094)
@@ -1,3 +1,10 @@
+2012-01-26 Kevin Ollivier <[email protected]>
+
+ [wx] Unreviewed. Build fix, don't build some sources
+ which appear to no longer be needed.
+
+ * wscript:
+
2012-01-24 Ryosuke Niwa <[email protected]>
Port Mozilla's Graph Server
Modified: trunk/wscript (106093 => 106094)
--- trunk/wscript 2012-01-27 07:13:38 UTC (rev 106093)
+++ trunk/wscript 2012-01-27 07:19:13 UTC (rev 106094)
@@ -319,6 +319,14 @@
excludes.append('WebDOMScriptProfileNode.cpp')
excludes.append('WebNativeEventListener.cpp')
+ # FIXME: It appears these are no longer needed by any port, once this is confirmed,
+ # we should remove these sources from the tree.
+ excludes.append('WebDOMDOMWindowCustom.cpp')
+ excludes.append('WebDOMHTMLOptionsCollectionCustom.cpp')
+ excludes.append('WebDOMNodeCustom.cpp')
+ excludes.append('WebDOMHTMLDocumentCustom.cpp')
+ excludes.append('WebDOMHTMLCollectionCustom.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
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes