⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 99272 in webkit


Ignore:
Timestamp:
Nov 4, 2011, 4:23:18 AM (15 years ago)
Author:
commit-queue@webkit.org
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 <tommyw@google.com> on 2011-11-04
Reviewed by Tony Gentilcore.

  • WebCore.gypi:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r99267 r99272  
     12011-11-04  Tommy Widenflycht  <tommyw@google.com>
     2
     3        [chromium] MediaStream API: Fixing wrong path for PeerConnectionHandler.h in WebCore.gyp
     4        https://bugs.webkit.org/show_bug.cgi?id=71548
     5
     6        Reviewed by Tony Gentilcore.
     7
     8        * WebCore.gypi:
     9
    1102011-11-04  Patrick Gansterer  <paroga@webkit.org>
    211
  • trunk/Source/WebCore/WebCore.gypi

    r99261 r99272  
    817817            'platform/mediastream/MediaStreamDescriptor.h',
    818818            'platform/mediastream/MediaStreamSource.h',
    819             'platform/mediastream/PeerConnectionHandler.h',
    820819            'platform/mediastream/PeerConnectionHandlerClient.h',
     820            'platform/mediastream/chromium/PeerConnectionHandler.h',
    821821            'platform/mock/DeviceOrientationClientMock.h',
    822822            'platform/mock/GeolocationClientMock.h',
Note: See TracChangeset for help on using the changeset viewer.