Sign in
webkit
/
WebKit
/
94282b3012763946e314e7ec5baa639b52d716da
/
.
/
Source
/
ThirdParty
/
ANGLE
/
linux.cmake
blob: f3d9cc06e03eb559136661299dbf2a3d5bc54dfe [
file
] [
log
] [
blame
]
if
(
is_android OR is_linux OR is_chromeos
)
set
(
angle_dma_buf_sources
"src/common/linux/dma_buf_utils.cpp"
"src/common/linux/dma_buf_utils.h"
)
endif
()