Title: [157573] trunk/Source/WebCore
- Revision
- 157573
- Author
- [email protected]
- Date
- 2013-10-17 07:02:11 -0700 (Thu, 17 Oct 2013)
Log Message
[GTK] Add URLMediaStream in the build
https://bugs.webkit.org/show_bug.cgi?id=122833
Reviewed by Carlos Garcia Campos.
* GNUmakefile.am: Add mediastream/gstreamer in include directories list.
* GNUmakefile.list.am: Add DOMURLMediaStream files in the build.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (157572 => 157573)
--- trunk/Source/WebCore/ChangeLog 2013-10-17 13:47:25 UTC (rev 157572)
+++ trunk/Source/WebCore/ChangeLog 2013-10-17 14:02:11 UTC (rev 157573)
@@ -1,3 +1,13 @@
+2013-10-15 Philippe Normand <[email protected]>
+
+ [GTK] Add URLMediaStream in the build
+ https://bugs.webkit.org/show_bug.cgi?id=122833
+
+ Reviewed by Carlos Garcia Campos.
+
+ * GNUmakefile.am: Add mediastream/gstreamer in include directories list.
+ * GNUmakefile.list.am: Add DOMURLMediaStream files in the build.
+
2013-10-17 Andreas Kling <[email protected]>
Use PassRef for constructing StylePropertySets.
Modified: trunk/Source/WebCore/GNUmakefile.am (157572 => 157573)
--- trunk/Source/WebCore/GNUmakefile.am 2013-10-17 13:47:25 UTC (rev 157572)
+++ trunk/Source/WebCore/GNUmakefile.am 2013-10-17 14:02:11 UTC (rev 157573)
@@ -128,6 +128,7 @@
-I$(srcdir)/Source/WebCore/platform/graphics/gstreamer \
-I$(srcdir)/Source/WebCore/platform/graphics/gtk \
-I$(srcdir)/Source/WebCore/platform/gtk \
+ -I$(srcdir)/Source/WebCore/platform/mediastream/gstreamer \
-I$(srcdir)/Source/WebCore/platform/network/soup \
-I$(srcdir)/Source/WebCore/platform/text/enchant
Modified: trunk/Source/WebCore/GNUmakefile.list.am (157572 => 157573)
--- trunk/Source/WebCore/GNUmakefile.list.am 2013-10-17 13:47:25 UTC (rev 157572)
+++ trunk/Source/WebCore/GNUmakefile.list.am 2013-10-17 14:02:11 UTC (rev 157573)
@@ -728,6 +728,8 @@
DerivedSources/WebCore/JSTreeWalker.h \
DerivedSources/WebCore/JSUIEvent.cpp \
DerivedSources/WebCore/JSUIEvent.h \
+ DerivedSources/WebCore/JSDOMURLMediaStream.cpp \
+ DerivedSources/WebCore/JSDOMURLMediaStream.h \
DerivedSources/WebCore/JSValidityState.cpp \
DerivedSources/WebCore/JSValidityState.h \
DerivedSources/WebCore/JSVoidCallback.cpp \
@@ -1234,6 +1236,7 @@
$(WebCore)/Modules/mediastream/RTCStatsReport.idl \
$(WebCore)/Modules/mediastream/RTCStatsResponse.idl \
$(WebCore)/Modules/mediastream/SourceInfo.idl \
+ $(WebCore)/Modules/mediastream/DOMURLMediaStream.idl \
$(WebCore)/Modules/mediastream/VideoStreamTrack.idl \
$(WebCore)/Modules/navigatorcontentutils/NavigatorContentUtils.idl \
$(WebCore)/Modules/notifications/DOMWindowNotifications.idl \
@@ -1938,6 +1941,8 @@
Source/WebCore/Modules/mediastream/RTCVoidRequestImpl.h \
Source/WebCore/Modules/mediastream/SourceInfo.cpp \
Source/WebCore/Modules/mediastream/SourceInfo.h \
+ Source/WebCore/Modules/mediastream/DOMURLMediaStream.cpp \
+ Source/WebCore/Modules/mediastream/DOMURLMediaStream.h \
Source/WebCore/Modules/mediastream/UserMediaClient.h \
Source/WebCore/Modules/mediastream/UserMediaController.h \
Source/WebCore/Modules/mediastream/UserMediaController.cpp \
@@ -3691,6 +3696,7 @@
Source/WebCore/html/TypeAhead.h \
Source/WebCore/html/URLInputType.cpp \
Source/WebCore/html/URLInputType.h \
+ Source/WebCore/html/URLRegistry.h \
Source/WebCore/html/ValidationMessage.cpp \
Source/WebCore/html/ValidationMessage.h \
Source/WebCore/html/ValidityState.h \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes