Title: [187287] trunk/Source/WebCore
Revision
187287
Author
[email protected]
Date
2015-07-23 21:38:54 -0700 (Thu, 23 Jul 2015)

Log Message

[Win] Unreviewed build fix after r187245.

* PlatformWin.cmake:
Add GDIUtilities.cpp to CMake build.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (187286 => 187287)


--- trunk/Source/WebCore/ChangeLog	2015-07-24 04:16:02 UTC (rev 187286)
+++ trunk/Source/WebCore/ChangeLog	2015-07-24 04:38:54 UTC (rev 187287)
@@ -1,3 +1,10 @@
+2015-07-23  Alex Christensen  <[email protected]>
+
+        [Win] Unreviewed build fix after r187245.
+
+        * PlatformWin.cmake:
+        Add GDIUtilities.cpp to CMake build.
+
 2015-07-23  Matthew Daiter  <[email protected]>
 
         Linking WebKit2 to be able to grab media sources from a UID

Modified: trunk/Source/WebCore/PlatformWin.cmake (187286 => 187287)


--- trunk/Source/WebCore/PlatformWin.cmake	2015-07-24 04:16:02 UTC (rev 187286)
+++ trunk/Source/WebCore/PlatformWin.cmake	2015-07-24 04:38:54 UTC (rev 187287)
@@ -47,6 +47,7 @@
     platform/win/DragImageWin.cpp
     platform/win/EventLoopWin.cpp
     platform/win/FileSystemWin.cpp
+    platform/win/GDIUtilities.cpp
     platform/win/KeyEventWin.cpp
     platform/win/LanguageWin.cpp
     platform/win/LocalizedStringsWin.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to