Title: [137785] trunk/Source/WebCore
- Revision
- 137785
- Author
- [email protected]
- Date
- 2012-12-14 15:47:29 -0800 (Fri, 14 Dec 2012)
Log Message
Unreviewed bug fix after r137782.
Add new source file TextTrackRepresentation.cpp to CMakeLists.txt.
* CMakeLists.txt:
Modified Paths
Diff
Modified: trunk/Source/WebCore/CMakeLists.txt (137784 => 137785)
--- trunk/Source/WebCore/CMakeLists.txt 2012-12-14 23:40:22 UTC (rev 137784)
+++ trunk/Source/WebCore/CMakeLists.txt 2012-12-14 23:47:29 UTC (rev 137785)
@@ -2636,6 +2636,13 @@
)
endif ()
+if (ENABLE_VIDEO_TRACK)
+ list(APPEND WebCore_SOURCES
+ platform/graphics/TextTrackRepresentation.cpp
+ )
+endif ()
+
+
if (WTF_USE_3D_GRAPHICS)
list(APPEND WebCore_INCLUDE_DIRECTORIES
${OPENGL_INCLUDE_DIR}
Modified: trunk/Source/WebCore/ChangeLog (137784 => 137785)
--- trunk/Source/WebCore/ChangeLog 2012-12-14 23:40:22 UTC (rev 137784)
+++ trunk/Source/WebCore/ChangeLog 2012-12-14 23:47:29 UTC (rev 137785)
@@ -1,3 +1,11 @@
+2012-12-14 Jer Noble <[email protected]>
+
+ Unreviewed bug fix after r137782.
+
+ Add new source file TextTrackRepresentation.cpp to CMakeLists.txt.
+
+ * CMakeLists.txt:
+
2012-12-14 Sheriff Bot <[email protected]>
Unreviewed, rolling out r137767.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes