Skip to content

Commit

Permalink
Fix chromium build (#3152)
Browse files Browse the repository at this point in the history
Signed-off-by: Shahbaz Youssefi <syoussefi@google.com>
  • Loading branch information
ShabbyX authored and jaebaek committed Jan 24, 2020
1 parent 5d786f6 commit 1b34410
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,8 @@ static_library("spvtools_val") {

deps = [
":spvtools",
":spvtools_language_header_cldebuginfo100",
":spvtools_language_header_debuginfo",
]
public_deps = [
":spvtools_headers",
Expand Down Expand Up @@ -709,6 +711,8 @@ static_library("spvtools_opt") {

deps = [
":spvtools",
":spvtools_language_header_cldebuginfo100",
":spvtools_language_header_debuginfo",
":spvtools_vendor_tables_spv-amd-shader-ballot",
]
public_deps = [
Expand Down

0 comments on commit 1b34410

Please sign in to comment.