12017-04-27 Carlos Garcia Campos <cgarcia@igalia.com>
2
3 Move UUID from WebCore/platform to WTF
4 https://bugs.webkit.org/show_bug.cgi?id=171372
5
6 Reviewed by NOBODY (OOPS!).
7
8 UUID only contains createCanonicalUUIDString() that is platform independent and doesn't depend on anything from
9 WebCore, only from WTF.
10
11 * CMakeLists.txt:
12 * Modules/encryptedmedia/legacy/LegacyCDMSessionClearKey.cpp:
13 * Modules/mediacontrols/MediaControlsHost.cpp:
14 * Modules/mediastream/RTCPeerConnection.cpp:
15 * Modules/webaudio/MediaStreamAudioSource.cpp:
16 * Modules/webdatabase/DatabaseTracker.cpp:
17 * WebCore.order:
18 * WebCore.xcodeproj/project.pbxproj:
19 * editing/mac/EditorMac.mm:
20 * fileapi/BlobURL.cpp:
21 * loader/appcache/ApplicationCacheHost.cpp:
22 * loader/appcache/ApplicationCacheStorage.cpp:
23 * platform/URL.cpp:
24 * platform/glib/FileSystemGlib.cpp:
25 * platform/graphics/avfoundation/cf/CDMSessionAVFoundationCF.cpp:
26 * platform/graphics/avfoundation/objc/CDMSessionAVContentKeySession.mm:
27 * platform/graphics/avfoundation/objc/CDMSessionAVFoundationObjC.mm:
28 * platform/graphics/avfoundation/objc/CDMSessionAVStreamSession.mm:
29 * platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm:
30 * platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:
31 * platform/mediastream/CaptureDeviceManager.cpp:
32 * platform/mediastream/MediaStreamPrivate.h:
33 * platform/mediastream/MediaStreamTrackPrivate.cpp:
34 * platform/mediastream/RealtimeMediaSource.cpp:
35 * platform/mediastream/mac/AVCaptureDeviceManager.mm:
36 * platform/mediastream/mac/AVMediaCaptureSource.mm:
37 * platform/mediastream/openwebrtc/RealtimeMediaSourceCenterOwr.cpp:
38 * platform/mock/MockRealtimeAudioSource.cpp:
39 * platform/mock/MockRealtimeMediaSourceCenter.cpp:
40 * platform/mock/MockRealtimeVideoSource.cpp:
41 * testing/MockCDMFactory.cpp:
42