Merge "Fix build break by removing TIZEN_RECORDING_SURFACE_SET" into tizen_2.1
[framework/web/webkit-efl.git] / Source / WTF / wtf / PlatformBlackBerry.cmake
1 LIST(APPEND WTF_SOURCES
2     OSAllocatorPosix.cpp
3     TCSystemAlloc.cpp
4     ThreadIdentifierDataPthreads.cpp
5     ThreadingPthreads.cpp
6     blackberry/MainThreadBlackBerry.cpp
7     unicode/icu/CollatorICU.cpp
8 )
9
10 LIST(INSERT WTF_INCLUDE_DIRECTORIES 0
11     "${BLACKBERRY_THIRD_PARTY_DIR}/icu"
12 )