1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12

build_overrides / glslang.gni [blame]

# Copyright 2018 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

glslang_spirv_tools_dir = "//third_party/spirv-tools/src"

# Chromium uses glslang for ANGLE's Vulkan backend.
#
# Note that the latter is not shipped to end users. For ANGLE, glslang is tailored to support only
# what ANGLE needs. This significantly reduces the binary size of ANGLE as well as glslang's startup
# time. This flag makes glslang strip features that are not used by ANGLE.
glslang_angle = true