| Index: third_party/mesa/BUILD.gn
|
| diff --git a/third_party/mesa/BUILD.gn b/third_party/mesa/BUILD.gn
|
| index e5018c9dbb2068868c01d2237d2a0fe672790760..d873142ad958507b0f7ce58e2221440b69556696 100644
|
| --- a/third_party/mesa/BUILD.gn
|
| +++ b/third_party/mesa/BUILD.gn
|
| @@ -13,6 +13,8 @@ config("mesa_headers_config") {
|
| }
|
| }
|
|
|
| +assert(!is_ios, "mesa is not used on iOS, don't pull it in accidentally")
|
| +
|
| # This directory contains checked-in files generated from the Mesa build.
|
| generated_src_dir = "src/chromium_gensrc"
|
|
|
|
|