Title: [92544] trunk/Source/WebCore
Revision
92544
Author
[email protected]
Date
2011-08-05 21:14:02 -0700 (Fri, 05 Aug 2011)

Log Message

[Chromium] Remove HaltablePlugin references from gyp project files
https://bugs.webkit.org/show_bug.cgi?id=65808

HaltablePlugin and related classes were removed in r92492.  Remove any
reference to the deleted files from the gyp project files.

Patch by Noel Gordon <[email protected]> on 2011-08-05
Reviewed by Adam Barth.

* WebCore.gypi: remove HaltablePlugin.h reference.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (92543 => 92544)


--- trunk/Source/WebCore/ChangeLog	2011-08-06 03:49:48 UTC (rev 92543)
+++ trunk/Source/WebCore/ChangeLog	2011-08-06 04:14:02 UTC (rev 92544)
@@ -1,3 +1,15 @@
+2011-08-05  Noel Gordon  <[email protected]>
+
+        [Chromium] Remove HaltablePlugin references from gyp project files
+        https://bugs.webkit.org/show_bug.cgi?id=65808
+
+        HaltablePlugin and related classes were removed in r92492.  Remove any
+        reference to the deleted files from the gyp project files.
+
+        Reviewed by Adam Barth.
+
+        * WebCore.gypi: remove HaltablePlugin.h reference.
+
 2011-08-05  Mark Rowe  <[email protected]>
 
         Attempt to fix the build after r92538.

Modified: trunk/Source/WebCore/WebCore.gypi (92543 => 92544)


--- trunk/Source/WebCore/WebCore.gypi	2011-08-06 03:49:48 UTC (rev 92543)
+++ trunk/Source/WebCore/WebCore.gypi	2011-08-06 04:14:02 UTC (rev 92544)
@@ -625,7 +625,6 @@
             'page/GeolocationPosition.h',
             'page/Geoposition.h',
             'page/GroupSettings.h',
-            'page/HaltablePlugin.h',
             'page/MediaCanStartListener.h',
             'page/MemoryInfo.h',
             'page/Page.h',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to