Title: [141453] trunk/Source/WebKit/chromium
- Revision
- 141453
- Author
- t...@chromium.org
- Date
- 2013-01-31 11:37:53 -0800 (Thu, 31 Jan 2013)
Log Message
[Chromium] webkit_unit_tests should depend on base/allocator for ASAN
https://bugs.webkit.org/show_bug.cgi?id=108497
Reviewed by James Robinson.
* WebKitUnitTests.gyp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (141452 => 141453)
--- trunk/Source/WebKit/chromium/ChangeLog 2013-01-31 19:35:21 UTC (rev 141452)
+++ trunk/Source/WebKit/chromium/ChangeLog 2013-01-31 19:37:53 UTC (rev 141453)
@@ -1,3 +1,12 @@
+2013-01-31 Tony Chang <t...@chromium.org>
+
+ [Chromium] webkit_unit_tests should depend on base/allocator for ASAN
+ https://bugs.webkit.org/show_bug.cgi?id=108497
+
+ Reviewed by James Robinson.
+
+ * WebKitUnitTests.gyp:
+
2013-01-31 Alexandre Elias <ael...@chromium.org>
Call FrameView::contentsResized() when setting fixed layout size
Modified: trunk/Source/WebKit/chromium/WebKitUnitTests.gyp (141452 => 141453)
--- trunk/Source/WebKit/chromium/WebKitUnitTests.gyp 2013-01-31 19:35:21 UTC (rev 141452)
+++ trunk/Source/WebKit/chromium/WebKitUnitTests.gyp 2013-01-31 19:37:53 UTC (rev 141453)
@@ -127,6 +127,11 @@
'public/mac',
],
}],
+ [ 'os_posix==1 and OS!="mac" and OS!="android" and OS!="ios" and linux_use_tcmalloc==1', {
+ 'dependencies': [
+ '<(chromium_src_dir)/base/allocator/allocator.gyp:allocator',
+ ],
+ }],
],
}
], # targets
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes