Title: [208216] trunk/Source/WebCore
Revision
208216
Author
rn...@webkit.org
Date
2016-10-31 23:32:13 -0700 (Mon, 31 Oct 2016)

Log Message

Add StaticPasteboard.cpp to the cmake after r207841.

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (208215 => 208216)


--- trunk/Source/WebCore/CMakeLists.txt	2016-11-01 06:24:36 UTC (rev 208215)
+++ trunk/Source/WebCore/CMakeLists.txt	2016-11-01 06:32:13 UTC (rev 208216)
@@ -2170,6 +2170,7 @@
     platform/ScrollbarThemeComposite.cpp
     platform/SharedBuffer.cpp
     platform/SharedBufferChunkReader.cpp
+    platform/StaticPasteboard.cpp
     platform/SystemSleepListener.cpp
     platform/Theme.cpp
     platform/ThreadGlobalData.cpp

Modified: trunk/Source/WebCore/ChangeLog (208215 => 208216)


--- trunk/Source/WebCore/ChangeLog	2016-11-01 06:24:36 UTC (rev 208215)
+++ trunk/Source/WebCore/ChangeLog	2016-11-01 06:32:13 UTC (rev 208216)
@@ -1,3 +1,9 @@
+2016-10-31  Ryosuke Niwa  <rn...@webkit.org>
+
+        Add StaticPasteboard.cpp to the cmake after r207841.
+
+        * CMakeLists.txt:
+
 2016-10-31  Zalan Bujtas  <za...@apple.com>
 
         Simple line layout: Clear needs layout flag even when only overflow is getting recomputed.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to