Skip to content

Commit

Permalink
BUILD.gn: use public_deps for the proxy group.
Browse files Browse the repository at this point in the history
Otherwise the public_configs of the proxied targets don't correctly get
propagated, causing Dawn to fail compilation due to missing include
directories.

Bug: 706
Change-Id: Ib8acfb06105e77ad005c3900975e8173d85dcf32
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/44680
Auto-Submit: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
  • Loading branch information
Kangz authored and Commit Bot service account committed Mar 15, 2021
1 parent 5929a04 commit 717fbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import("tint_overrides_with_defaults.gni")
# Temporary group to not break dependents while they rename their Tint GN
# targets
group("libtint") {
deps = [ "src:libtint" ]
public_deps = [ "src:libtint" ]
}

# This target is built when no specific target is specified on the command line.
Expand Down

0 comments on commit 717fbbf

Please sign in to comment.