Changeset 201864 in webkit
- Timestamp:
- Jun 9, 2016, 8:14:41 AM (10 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
PlatformGTK.cmake (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r201862 r201864 1 2016-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 1 9 2016-06-09 Frederic Wang <fwang@igalia.com> 2 10 -
trunk/Source/WebCore/PlatformGTK.cmake
r201861 r201864 249 249 250 250 set(WebCore_SDP_PROCESSOR_SCRIPTS ${WEBCORE_DIR}/Modules/mediastream/sdp.js) 251 set(WebCore_SDP_PROCESSOR_SCRIPTS_DEPENDENCIES ${WEBCORE_DIR}/platform/mediastream/gtk/SDPProcessorScriptResource .cpp)251 set(WebCore_SDP_PROCESSOR_SCRIPTS_DEPENDENCIES ${WEBCORE_DIR}/platform/mediastream/gtk/SDPProcessorScriptResourceGtk.cpp) 252 252 253 253 list(APPEND WebCore_LIBRARIES
Note:
See TracChangeset
for help on using the changeset viewer.