Title: [94858] trunk/Tools
Revision
94858
Author
kev...@webkit.org
Date
2011-09-09 09:49:49 -0700 (Fri, 09 Sep 2011)

Log Message

[wx] Unreviewed build fix. Add Source/_javascript_Core/dfg directory to the build.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (94857 => 94858)


--- trunk/Tools/ChangeLog	2011-09-09 16:23:53 UTC (rev 94857)
+++ trunk/Tools/ChangeLog	2011-09-09 16:49:49 UTC (rev 94858)
@@ -1,3 +1,9 @@
+2011-09-09  Kevin Ollivier  <kev...@theolliviers.com>
+
+        [wx] Unreviewed build fix. Add Source/_javascript_Core/dfg directory to the build.
+
+        * waf/build/settings.py:
+
 2011-09-09  Sheriff Bot  <webkit.review....@gmail.com>
 
         Unreviewed, rolling out r94851.

Modified: trunk/Tools/waf/build/settings.py (94857 => 94858)


--- trunk/Tools/waf/build/settings.py	2011-09-09 16:23:53 UTC (rev 94857)
+++ trunk/Tools/waf/build/settings.py	2011-09-09 16:49:49 UTC (rev 94858)
@@ -84,6 +84,7 @@
     'bytecompiler',
     'debugger',
     'DerivedSources',
+    'dfg',
     'heap',
     'interpreter',
     'jit',
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to