Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / build_overrides / angle.gni
1 angle_root = "//third_party/externals/angle2"
2 angle_zlib_compression_utils_dir = "//third_party/zlib"
3 angle_spirv_headers_dir = "//third_party/externals/spirv-headers"
4 angle_spirv_tools_dir = "//third_party/externals/spirv-tools"
5
6 # We don't have Chromium's build/ or testing/ directories.
7 angle_has_build = false
8
9 # Bunch of features ANGLE's build files test for that we never set.
10 is_cfi = false
11 is_chromecast = false
12 is_chromeos = false