| Index: third_party/mesa/BUILD.gn
|
| diff --git a/third_party/mesa/BUILD.gn b/third_party/mesa/BUILD.gn
|
| index 62c3387ad153cb04643fb9b208f4d10e5a9804e1..a883d418d9ceefee26fc5fe2ec91cec3f146ed5e 100644
|
| --- a/third_party/mesa/BUILD.gn
|
| +++ b/third_party/mesa/BUILD.gn
|
| @@ -15,7 +15,7 @@ config("mesa_headers_config") {
|
| generated_src_dir = "src/chromium_gensrc"
|
|
|
| source_set("mesa_headers") {
|
| - direct_dependent_configs = [ ":mesa_headers_config" ]
|
| + public_configs = [ ":mesa_headers_config" ]
|
| }
|
|
|
| # This config must generally be prepended to the configs list so that the Mesa
|
|
|