Skip to content

Commit

Permalink
Use the full spirv-cross dependency. (google#550)
Browse files Browse the repository at this point in the history
We need the dependency "spirv_cross_full_for_fuzzers" which represents
all of spirv-cross.  The dependency "spirv_cross" can omit parts of
spirv-cross.  This should fix the chrome build.
  • Loading branch information
fjhenigman committed Jan 22, 2019
1 parent cabee68 commit ce7d921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.gn
Expand Up @@ -114,7 +114,7 @@ component("libshaderc_spvc") {
":shaderc_util_sources",
"${spirv_tools_dir}:spvtools",
"${spirv_tools_dir}:spvtools_val",
"${spirv_cross_dir}:spirv_cross",
"${spirv_cross_dir}:spirv_cross_full_for_fuzzers",
]

configs -= [ "//build/config/compiler:chromium_code" ]
Expand Down

0 comments on commit ce7d921

Please sign in to comment.