Title: [195169] trunk/Source/WebCore
Revision
195169
Author
[email protected]
Date
2016-01-16 08:46:03 -0800 (Sat, 16 Jan 2016)

Log Message

Add Platform.cpp to ANGLESupport

https://bugs.webkit.org/show_bug.cgi?id=153120

Patch by Jeremy Huddleston Sequoia <[email protected]> on 2016-01-16
Reviewed by Darin Adler.

No new tests, only addresses a build failure.

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (195168 => 195169)


--- trunk/Source/WebCore/CMakeLists.txt	2016-01-16 15:15:09 UTC (rev 195168)
+++ trunk/Source/WebCore/CMakeLists.txt	2016-01-16 16:46:03 UTC (rev 195169)
@@ -3282,6 +3282,8 @@
         ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/timing/RestrictFragmentShaderTiming.cpp
         ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/timing/RestrictVertexShaderTiming.cpp
 
+        ${THIRDPARTY_DIR}/ANGLE/src/libANGLE/Platform.cpp
+
         ${THIRDPARTY_DIR}/ANGLE/src/third_party/compiler/ArrayBoundsClamper.cpp
     )
 

Modified: trunk/Source/WebCore/ChangeLog (195168 => 195169)


--- trunk/Source/WebCore/ChangeLog	2016-01-16 15:15:09 UTC (rev 195168)
+++ trunk/Source/WebCore/ChangeLog	2016-01-16 16:46:03 UTC (rev 195169)
@@ -1,3 +1,15 @@
+2016-01-16  Jeremy Huddleston Sequoia  <[email protected]>
+
+        Add Platform.cpp to ANGLESupport
+
+        https://bugs.webkit.org/show_bug.cgi?id=153120
+
+        Reviewed by Darin Adler.
+
+        No new tests, only addresses a build failure.
+
+        * CMakeLists.txt:
+
 2016-01-16  Carlos Garcia Campos  <[email protected]>
 
         [GTK] List box selections stopped working again with GTK+ from current git master
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to