Sign in
webkit
/
WebKit
/
49c45f529348e27f11122daecbee33e4fa730919
/
.
/
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
()