1build_with_chromium = false 2tint_build_benchmarks = false 3tint_has_build = false 4tint_build_unittests = false 5 6tint_root_dir = "//third_party/dawn" 7tint_spirv_tools_dir = "//third_party/spirv-tools/src" 8tint_googletest_dir = "//third_party/googletest/src" 9tint_spirv_headers_dir = "//third_party/spirv-headers/src" 10 11tint_build_spv_reader = false 12tint_build_spv_writer = true 13tint_build_wgsl_reader = true 14tint_build_wgsl_writer = true 15