Title: [106326] trunk
Revision
106326
Author
[email protected]
Date
2012-01-30 20:39:16 -0800 (Mon, 30 Jan 2012)

Log Message

[wx] Update build dirs and includes after recent trunk changes.

Modified Paths


Diff

Modified: trunk/Source/WebKit/wx/ChangeLog (106325 => 106326)


--- trunk/Source/WebKit/wx/ChangeLog	2012-01-31 04:37:57 UTC (rev 106325)
+++ trunk/Source/WebKit/wx/ChangeLog	2012-01-31 04:39:16 UTC (rev 106326)
@@ -1,3 +1,10 @@
+2012-01-30  Kevin Ollivier  <[email protected]>
+
+        [wx] Unreviewed. Build fix, add _javascript_Core/runtime
+        to include dirs.
+
+        * bindings/python/wscript:
+
 2012-01-26  Kevin Ollivier  <[email protected]>
 
         [wx] Unreviewed. 

Modified: trunk/Source/WebKit/wx/bindings/python/wscript (106325 => 106326)


--- trunk/Source/WebKit/wx/bindings/python/wscript	2012-01-31 04:37:57 UTC (rev 106325)
+++ trunk/Source/WebKit/wx/bindings/python/wscript	2012-01-31 04:39:16 UTC (rev 106326)
@@ -31,6 +31,7 @@
 
 include_paths = [
             os.path.join(wk_root, 'Source', '_javascript_Core'),
+            os.path.join(wk_root, 'Source', '_javascript_Core', 'runtime'),
             os.path.join(wk_root, 'Source', 'WebCore', 'bindings', 'cpp'),
             os.path.join(wk_root, 'Source', 'WebCore', 'DerivedSources'),
             os.path.join(wk_root, 'Source', 'WebKit', 'wx'),

Modified: trunk/Tools/ChangeLog (106325 => 106326)


--- trunk/Tools/ChangeLog	2012-01-31 04:37:57 UTC (rev 106325)
+++ trunk/Tools/ChangeLog	2012-01-31 04:39:16 UTC (rev 106326)
@@ -1,3 +1,10 @@
+2012-01-30  Kevin Ollivier  <[email protected]>
+
+        [wx] Unreviewed. Build fix, add _javascript_Core/tools
+        to the list of build directories.
+        
+        * waf/build/settings.py:
+
 2012-01-30  Kentaro Hara  <[email protected]>
 
         REGRESSION(r105797): prepare-ChangeLog for a .cpp file can

Modified: trunk/Tools/waf/build/settings.py (106325 => 106326)


--- trunk/Tools/waf/build/settings.py	2012-01-31 04:37:57 UTC (rev 106325)
+++ trunk/Tools/waf/build/settings.py	2012-01-31 04:39:16 UTC (rev 106326)
@@ -89,6 +89,7 @@
     'parser',
     'profiler',
     'runtime',
+    'tools',
     'wtf',
     'wtf/dtoa',
     'wtf/text',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to