Title: [112632] trunk/Source/WebCore
Revision
112632
Author
[email protected]
Date
2012-03-29 18:34:51 -0700 (Thu, 29 Mar 2012)

Log Message

Unreviewed, rolling out r112611.
http://trac.webkit.org/changeset/112611
https://bugs.webkit.org/show_bug.cgi?id=82676

Does not compile in Windows component build

* WebCore.gyp/WebCore.gyp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (112631 => 112632)


--- trunk/Source/WebCore/ChangeLog	2012-03-30 01:29:50 UTC (rev 112631)
+++ trunk/Source/WebCore/ChangeLog	2012-03-30 01:34:51 UTC (rev 112632)
@@ -1,3 +1,13 @@
+2012-03-29  Adam Barth  <[email protected]>
+
+        Unreviewed, rolling out r112611.
+        http://trac.webkit.org/changeset/112611
+        https://bugs.webkit.org/show_bug.cgi?id=82676
+
+        Does not compile in Windows component build
+
+        * WebCore.gyp/WebCore.gyp:
+
 2012-03-29  Bear Travis  <[email protected]>
 
         Update shape-inside/shape-outside CSS Exclusion properties

Modified: trunk/Source/WebCore/WebCore.gyp/WebCore.gyp (112631 => 112632)


--- trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2012-03-30 01:29:50 UTC (rev 112631)
+++ trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2012-03-30 01:34:51 UTC (rev 112632)
@@ -1470,15 +1470,6 @@
         ['exclude', 'platform/text/TextEncodingDetectorNone\\.cpp$'],
       ],
       'conditions': [
-        ['inside_chromium_build==1', {
-            'conditions': [
-                ['component=="shared_library"', {
-                    'defines': [
-                        'WEBKIT_DLL',
-                    ],
-                }],
-            ],
-        }],
         ['use_x11 == 1', {
           'sources/': [
             # Cherry-pick files excluded by the broader regular expressions above.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to