Changeset 207667 in webkit


Ignore:
Timestamp:
Oct 21, 2016 5:24:25 AM (8 years ago)
Author:
adam.bergkvist@ericsson.com
Message:

WebRTC: [OpenWebRTC] Move SDPProcessorScriptResource(Gtk) to openwebrtc directory
https://bugs.webkit.org/show_bug.cgi?id=163778

Reviewed by Philippe Normand.

Move SDPProcessorScriptResourceGtk from the platform gtk directory to the port generic
openwebrtc directory to make it usable by other ports. Also drop the Gtk-suffix.

No change of behavior.

  • PlatformGTK.cmake:
  • platform/mediastream/gtk/SDPProcessorScriptResourceGtk.cpp:

(WebCore::SDPProcessorScriptResource::scriptString): Deleted.

  • platform/mediastream/openwebrtc/SDPProcessorScriptResource.cpp: Renamed from Source/WebCore/platform/mediastream/gtk/SDPProcessorScriptResourceGtk.cpp.

(WebCore::SDPProcessorScriptResource::scriptString):

Location:
trunk/Source/WebCore
Files:
1 deleted
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r207666 r207667  
     12016-10-21  Xabier Rodriguez Calvar  <calvaris@igalia.com> and Adam Bergkvist  <adam.bergkvist@ericsson.com>
     2
     3        WebRTC: [OpenWebRTC] Move SDPProcessorScriptResource(Gtk) to openwebrtc directory
     4        https://bugs.webkit.org/show_bug.cgi?id=163778
     5
     6        Reviewed by Philippe Normand.
     7
     8        Move SDPProcessorScriptResourceGtk from the platform gtk directory to the port generic
     9        openwebrtc directory to make it usable by other ports. Also drop the Gtk-suffix.
     10
     11        No change of behavior.
     12
     13        * PlatformGTK.cmake:
     14        * platform/mediastream/gtk/SDPProcessorScriptResourceGtk.cpp:
     15        (WebCore::SDPProcessorScriptResource::scriptString): Deleted.
     16        * platform/mediastream/openwebrtc/SDPProcessorScriptResource.cpp: Renamed from Source/WebCore/platform/mediastream/gtk/SDPProcessorScriptResourceGtk.cpp.
     17        (WebCore::SDPProcessorScriptResource::scriptString):
     18
    1192016-10-21  Miguel Gomez  <magomez@igalia.com>
    220
  • trunk/Source/WebCore/PlatformGTK.cmake

    r207615 r207667  
    166166    platform/image-decoders/cairo/ImageBackingStoreCairo.cpp
    167167
    168     platform/mediastream/gtk/SDPProcessorScriptResourceGtk.cpp
     168    platform/mediastream/openwebrtc/SDPProcessorScriptResource.cpp
    169169
    170170    platform/network/soup/AuthenticationChallengeSoup.cpp
     
    261261
    262262set(WebCore_SDP_PROCESSOR_SCRIPTS ${WEBCORE_DIR}/Modules/mediastream/sdp.js)
    263 set(WebCore_SDP_PROCESSOR_SCRIPTS_DEPENDENCIES ${WEBCORE_DIR}/platform/mediastream/gtk/SDPProcessorScriptResourceGtk.cpp)
     263set(WebCore_SDP_PROCESSOR_SCRIPTS_DEPENDENCIES ${WEBCORE_DIR}/platform/mediastream/openwebrtc/SDPProcessorScriptResource.cpp)
    264264
    265265list(APPEND WebCore_LIBRARIES
Note: See TracChangeset for help on using the changeset viewer.