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',