Title: [99272] trunk/Source/WebCore
Revision
99272
Author
[email protected]
Date
2011-11-04 04:23:18 -0700 (Fri, 04 Nov 2011)

Log Message

[chromium] MediaStream API: Fixing wrong path for PeerConnectionHandler.h in WebCore.gyp
https://bugs.webkit.org/show_bug.cgi?id=71548

Patch by Tommy Widenflycht <[email protected]> on 2011-11-04
Reviewed by Tony Gentilcore.

* WebCore.gypi:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (99271 => 99272)


--- trunk/Source/WebCore/ChangeLog	2011-11-04 09:20:06 UTC (rev 99271)
+++ trunk/Source/WebCore/ChangeLog	2011-11-04 11:23:18 UTC (rev 99272)
@@ -1,3 +1,12 @@
+2011-11-04  Tommy Widenflycht  <[email protected]>
+
+        [chromium] MediaStream API: Fixing wrong path for PeerConnectionHandler.h in WebCore.gyp
+        https://bugs.webkit.org/show_bug.cgi?id=71548
+
+        Reviewed by Tony Gentilcore.
+
+        * WebCore.gypi:
+
 2011-11-04  Patrick Gansterer  <[email protected]>
 
         Unreviewed CMake build fix for !ENABLE(SQL_DATABASE).

Modified: trunk/Source/WebCore/WebCore.gypi (99271 => 99272)


--- trunk/Source/WebCore/WebCore.gypi	2011-11-04 09:20:06 UTC (rev 99271)
+++ trunk/Source/WebCore/WebCore.gypi	2011-11-04 11:23:18 UTC (rev 99272)
@@ -816,8 +816,8 @@
             'platform/mediastream/MediaStreamComponent.h',
             'platform/mediastream/MediaStreamDescriptor.h',
             'platform/mediastream/MediaStreamSource.h',
-            'platform/mediastream/PeerConnectionHandler.h',
             'platform/mediastream/PeerConnectionHandlerClient.h',
+            'platform/mediastream/chromium/PeerConnectionHandler.h',
             'platform/mock/DeviceOrientationClientMock.h',
             'platform/mock/GeolocationClientMock.h',
             'platform/network/AuthenticationChallengeBase.h',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to