Title: [96964] trunk/Source/WebKit/chromium
- Revision
- 96964
- Author
- [email protected]
- Date
- 2011-10-07 11:55:13 -0700 (Fri, 07 Oct 2011)
Log Message
Fix chromium compile when using the components build. This test
helper file is using methods not available when compiling as a dll.
* WebKit.gyp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (96963 => 96964)
--- trunk/Source/WebKit/chromium/ChangeLog 2011-10-07 18:47:57 UTC (rev 96963)
+++ trunk/Source/WebKit/chromium/ChangeLog 2011-10-07 18:55:13 UTC (rev 96964)
@@ -1,3 +1,10 @@
+2011-10-07 Tony Chang <[email protected]>
+
+ Fix chromium compile when using the components build. This test
+ helper file is using methods not available when compiling as a dll.
+
+ * WebKit.gyp:
+
2011-10-07 Adam Barth <[email protected]>
Remove setShouldPaintCustomScrollbars, which has no callers
Modified: trunk/Source/WebKit/chromium/WebKit.gyp (96963 => 96964)
--- trunk/Source/WebKit/chromium/WebKit.gyp 2011-10-07 18:47:57 UTC (rev 96963)
+++ trunk/Source/WebKit/chromium/WebKit.gyp 2011-10-07 18:55:13 UTC (rev 96964)
@@ -672,11 +672,12 @@
# functions defined only in !WEBKIT_IMPLEMENTATION.
'tests/AssociatedURLLoaderTest.cpp',
'tests/CCLayerTreeHostTest.cpp',
+ 'tests/FrameTestHelpers.cpp',
+ 'tests/PopupMenuTest.cpp',
'tests/WebFrameTest.cpp',
'tests/WebPageNewSerializerTest.cpp',
'tests/WebPageSerializerTest.cpp',
'tests/WebViewTest.cpp',
- 'tests/PopupMenuTest.cpp',
],
'conditions': [
['OS=="win" or OS=="mac"', {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes