Title: [146230] trunk/Source/WTF
- Revision
- 146230
- Author
- [email protected]
- Date
- 2013-03-19 11:50:22 -0700 (Tue, 19 Mar 2013)
Log Message
Fix the WTF gyp build for GTK+.
* WTF.gyp/WTFGTK.gyp: Skip files with CF in the name.
Modified Paths
Diff
Modified: trunk/Source/WTF/ChangeLog (146229 => 146230)
--- trunk/Source/WTF/ChangeLog 2013-03-19 18:47:25 UTC (rev 146229)
+++ trunk/Source/WTF/ChangeLog 2013-03-19 18:50:22 UTC (rev 146230)
@@ -1,3 +1,9 @@
+2013-03-19 Martin Robinson <[email protected]>
+
+ Fix the WTF gyp build for GTK+.
+
+ * WTF.gyp/WTFGTK.gyp: Skip files with CF in the name.
+
2013-03-19 Alberto Garcia <[email protected]>
[BlackBerry] Enable USE_SYSTEM_MALLOC by default
Modified: trunk/Source/WTF/WTF.gyp/WTFGTK.gyp (146229 => 146230)
--- trunk/Source/WTF/WTF.gyp/WTFGTK.gyp 2013-03-19 18:47:25 UTC (rev 146229)
+++ trunk/Source/WTF/WTF.gyp/WTFGTK.gyp 2013-03-19 18:50:22 UTC (rev 146230)
@@ -41,7 +41,7 @@
['exclude', 'wtf/wx'],
['exclude', 'wtf/unicode/qt4'],
['exclude', 'wtf/unicode/wchar'],
- ['exclude', '(Default|Wchar|Mac|None|Qt|Win|Wx|Efl)\\.(cpp|mm)$'],
+ ['exclude', '(Default|Wchar|Mac|CF|None|Qt|Win|Wx|Efl)\\.(cpp|mm)$'],
],
'cflags' : [ '-fPIC', ],
'all_dependent_settings': {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes