Changeset 195169 in webkit


Ignore:
Timestamp:
Jan 16, 2016 8:46:03 AM (8 years ago)
Author:
commit-queue@webkit.org
Message:

Add Platform.cpp to ANGLESupport

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

Patch by Jeremy Huddleston Sequoia <jeremyhu@apple.com> on 2016-01-16
Reviewed by Darin Adler.

No new tests, only addresses a build failure.

  • CMakeLists.txt:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/CMakeLists.txt

    r195087 r195169  
    32833283        ${THIRDPARTY_DIR}/ANGLE/src/compiler/translator/timing/RestrictVertexShaderTiming.cpp
    32843284
     3285        ${THIRDPARTY_DIR}/ANGLE/src/libANGLE/Platform.cpp
     3286
    32853287        ${THIRDPARTY_DIR}/ANGLE/src/third_party/compiler/ArrayBoundsClamper.cpp
    32863288    )
  • trunk/Source/WebCore/ChangeLog

    r195167 r195169  
     12016-01-16  Jeremy Huddleston Sequoia  <jeremyhu@apple.com>
     2
     3        Add Platform.cpp to ANGLESupport
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=153120
     6
     7        Reviewed by Darin Adler.
     8
     9        No new tests, only addresses a build failure.
     10
     11        * CMakeLists.txt:
     12
    1132016-01-16  Carlos Garcia Campos  <cgarcia@igalia.com>
    214
Note: See TracChangeset for help on using the changeset viewer.