Changeset 158194 in webkit


Ignore:
Timestamp:
Oct 29, 2013 9:32:44 AM (10 years ago)
Author:
Philippe Normand
Message:

[GTK] enable media-stream in build-webkit
https://bugs.webkit.org/show_bug.cgi?id=123144

Reviewed by Martin Robinson.

Source/WebCore:

  • GNUmakefile.list.am: Add new MediaStream files to the GTK port build.

Tools:

  • Scripts/webkitperl/FeatureList.pm: Enable media-stream build

for the GTK+ port.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r158193 r158194  
     12013-10-29  Philippe Normand  <pnormand@igalia.com>
     2
     3        [GTK] enable media-stream in build-webkit
     4        https://bugs.webkit.org/show_bug.cgi?id=123144
     5
     6        Reviewed by Martin Robinson.
     7
     8        * GNUmakefile.list.am: Add new MediaStream files to the GTK port build.
     9
    1102013-10-28  Chris Fleizach  <cfleizach@apple.com>
    211
  • trunk/Source/WebCore/GNUmakefile.list.am

    r158115 r158194  
    53965396        Source/WebCore/platform/mediastream/MediaStreamSource.h \
    53975397        Source/WebCore/platform/mediastream/MediaStreamSourceCapabilities.h \
     5398        Source/WebCore/platform/mediastream/MediaStreamTrackPrivate.cpp \
     5399        Source/WebCore/platform/mediastream/MediaStreamTrackPrivate.h \
    53985400        Source/WebCore/platform/mediastream/MediaStreamTrackSourcesRequestClient.h \
    53995401        Source/WebCore/platform/mediastream/RTCConfiguration.h \
     
    54225424        Source/WebCore/platform/mock/MockMediaStreamCenter.cpp \
    54235425        Source/WebCore/platform/mock/MockMediaStreamCenter.h \
     5426        Source/WebCore/platform/mock/RTCDataChannelHandlerMock.cpp \
     5427        Source/WebCore/platform/mock/RTCDataChannelHandlerMock.h \
     5428        Source/WebCore/platform/mock/RTCNotifiersMock.cpp \
     5429        Source/WebCore/platform/mock/RTCNotifiersMock.h \
     5430        Source/WebCore/platform/mock/RTCPeerConnectionHandlerMock.cpp \
     5431        Source/WebCore/platform/mock/RTCPeerConnectionHandlerMock.h \
    54245432        Source/WebCore/platform/mock/ScrollbarThemeMock.cpp \
    54255433        Source/WebCore/platform/mock/ScrollbarThemeMock.h \
  • trunk/Tools/ChangeLog

    r158192 r158194  
     12013-10-29  Philippe Normand  <pnormand@igalia.com>
     2
     3        [GTK] enable media-stream in build-webkit
     4        https://bugs.webkit.org/show_bug.cgi?id=123144
     5
     6        Reviewed by Martin Robinson.
     7
     8        * Scripts/webkitperl/FeatureList.pm: Enable media-stream build
     9        for the GTK+ port.
     10
    1112013-10-29  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
    212
  • trunk/Tools/Scripts/webkitperl/FeatureList.pm

    r158127 r158194  
    347347
    348348    { option => "media-stream", desc => "Toggle Media Stream support",
    349       define => "ENABLE_MEDIA_STREAM", default => isBlackBerry(), value => \$mediaStreamSupport },
     349      define => "ENABLE_MEDIA_STREAM", default => (isBlackBerry() || isGtk()), value => \$mediaStreamSupport },
    350350
    351351    { option => "meter-element", desc => "Toggle Meter Element support",
Note: See TracChangeset for help on using the changeset viewer.