Title: [117704] trunk
Revision
117704
Author
[email protected]
Date
2012-05-19 18:55:26 -0700 (Sat, 19 May 2012)

Log Message

[wx] Unreviewed build fix. Remove a couple files wx doesn't use from the build.

Modified Paths

Diff

Modified: trunk/ChangeLog (117703 => 117704)


--- trunk/ChangeLog	2012-05-20 00:19:26 UTC (rev 117703)
+++ trunk/ChangeLog	2012-05-20 01:55:26 UTC (rev 117704)
@@ -1,3 +1,9 @@
+2012-05-19  Kevin Ollivier  <[email protected]>
+
+        [wx] Unreviewed build fix. Remove a couple files wx doesn't use from the build.
+
+        * wscript:
+
 2012-05-18  Christophe Dumez  <[email protected]>
 
         [EFL] Web Intents code is not compiling

Modified: trunk/wscript (117703 => 117704)


--- trunk/wscript	2012-05-20 00:19:26 UTC (rev 117703)
+++ trunk/wscript	2012-05-20 01:55:26 UTC (rev 117704)
@@ -300,9 +300,10 @@
         # Qt specific file in common sources
         excludes.append('ContextShadow.cpp')
 
-        # FIXME: these three require headers that I can't seem to find in trunk.
+        # FIXME: these require headers that I can't seem to find in trunk.
         # Investigate how to resolve these issues.
         excludes.append('JSAbstractView.cpp')
+        excludes.append('JSIntentConstructor.cpp')
         excludes.append('JSPositionCallback.cpp')
         excludes.append('JSInspectorController.cpp')
         
@@ -376,6 +377,7 @@
         excludes.append('AuthenticationCF.cpp')
         excludes.append('LoaderRunLoopCF.cpp')
         excludes.append('ResourceErrorCF.cpp')
+        excludes.append('RunLoopCF.cpp')
         
         # once we move over to the new FPD implementation, remove this.
         excludes.append('FontPlatformData.cpp')
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to