Chromium Code Reviews| Index: third_party/BUILD.gn |
| diff --git a/third_party/BUILD.gn b/third_party/BUILD.gn |
| index f3ea1273804e2635c3d33eb17d6a5d15f6ea69ce..f973f84fb70e412cf6f67713ee480ac09b14168c 100644 |
| --- a/third_party/BUILD.gn |
| +++ b/third_party/BUILD.gn |
| @@ -6,6 +6,8 @@ if (is_android) { |
| import("//build/config/android/config.gni") |
| } |
| +assert(!is_ios, "This is not used on iOS, don't drag it in unintentionally") |
| + |
| declare_args() { |
| # Uses system libjpeg. If true, overrides use_libjpeg_turbo. |
| use_system_libjpeg = false |