Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(290)

Unified Diff: third_party/mesa/BUILD.gn

Issue 2209703002: gn: Don't depend on osmesa. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: asdfadsfa Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/events/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « no previous file | ui/events/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698