Exclude src/android from CMake build too.
It requires src/codec. BUG=skia: CQ_EXTRA_TRYBOTS=client.skia.compile:Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot,Build-Mac10.9-Clang-x86_64-Release-CMake-Trybot Review URL: https://codereview.chromium.org/1438123008
This commit is contained in:
parent
0274efbd3d
commit
0b47d4b520
@ -101,7 +101,7 @@ if (WIN32)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
remove_srcs(../src/gpu/gl/angle/*) # TODO
|
remove_srcs(../src/gpu/gl/angle/*) # TODO
|
||||||
remove_srcs(../src/codec/*) # TODO: Requires Chromium's libjpeg-turbo, and incompatible giflib.
|
remove_srcs(../src/codec/* ../src/android/*) # TODO: Requires Chromium's libjpeg-turbo, and incompatible giflib.
|
||||||
|
|
||||||
# Certain files must be compiled with support for SSSE3 or SSE4.1 intrinsics.
|
# Certain files must be compiled with support for SSSE3 or SSE4.1 intrinsics.
|
||||||
file (GLOB_RECURSE ssse3_srcs ../src/*ssse3*.cpp ../src/*SSSE3*.cpp)
|
file (GLOB_RECURSE ssse3_srcs ../src/*ssse3*.cpp ../src/*SSSE3*.cpp)
|
||||||
|
Loading…
Reference in New Issue
Block a user