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

Changeset 201864 in webkit


Ignore:
Timestamp:
Jun 9, 2016, 8:14:41 AM (10 years ago)
Author:
calvaris@igalia.com
Message:

Unreviewed, fixing compilation issue with WebRTC

The code dependencies of the SDP processor were not right.

  • PlatformGTK.cmake:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r201862 r201864  
     12016-06-09  Xabier Rodriguez Calvar  <calvaris@igalia.com>
     2
     3        Unreviewed, fixing compilation issue with WebRTC
     4
     5        The code dependencies of the SDP processor were not right.
     6
     7        * PlatformGTK.cmake:
     8
    192016-06-09  Frederic Wang  <fwang@igalia.com>
    210
  • trunk/Source/WebCore/PlatformGTK.cmake

    r201861 r201864  
    249249
    250250set(WebCore_SDP_PROCESSOR_SCRIPTS ${WEBCORE_DIR}/Modules/mediastream/sdp.js)
    251 set(WebCore_SDP_PROCESSOR_SCRIPTS_DEPENDENCIES ${WEBCORE_DIR}/platform/mediastream/gtk/SDPProcessorScriptResource.cpp)
     251set(WebCore_SDP_PROCESSOR_SCRIPTS_DEPENDENCIES ${WEBCORE_DIR}/platform/mediastream/gtk/SDPProcessorScriptResourceGtk.cpp)
    252252
    253253list(APPEND WebCore_LIBRARIES
Note: See TracChangeset for help on using the changeset viewer.