Title: [146234] trunk/Tools
Revision
146234
Author
[email protected]
Date
2013-03-19 12:18:18 -0700 (Tue, 19 Mar 2013)

Log Message

Unreviewed, rolling out r146101.
https://bugs.webkit.org/show_bug.cgi?id=111884

re-enable custom freetype on asan; this needs to be on
now that the bot is running lucid.

* DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (146233 => 146234)


--- trunk/Tools/ChangeLog	2013-03-19 19:14:23 UTC (rev 146233)
+++ trunk/Tools/ChangeLog	2013-03-19 19:18:18 UTC (rev 146234)
@@ -1,3 +1,13 @@
+2013-03-19  Dirk Pranke  <[email protected]>
+
+        Unreviewed, rolling out r146101.
+        https://bugs.webkit.org/show_bug.cgi?id=111884
+
+        re-enable custom freetype on asan; this needs to be on
+        now that the bot is running lucid.
+
+        * DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:
+
 2013-03-19  Alberto Garcia  <[email protected]>
 
         [BlackBerry] Enable USE_SYSTEM_MALLOC by default

Modified: trunk/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp (146233 => 146234)


--- trunk/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp	2013-03-19 19:14:23 UTC (rev 146233)
+++ trunk/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp	2013-03-19 19:18:18 UTC (rev 146234)
@@ -44,7 +44,7 @@
                 # WebKit is checked out in src/chromium/third_party/WebKit
                 'chromium_src_dir': '<(tools_dir)/../../..',
             }],
-            ['OS=="linux" and asan==0', {
+            ['OS=="linux"', {
                 'use_custom_freetype%': 1,
             }, {
                 'use_custom_freetype%': 0,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to