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

Unified Diff: ui/events/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 | « third_party/mesa/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index 16aa0c9bac1870bdbd00da38c39a3cbb1e7164a8..b6d5cd40f8abe54d51465d29eec5bd325cac265a 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -404,9 +404,11 @@ test("events_unittests") {
]
}
- data_deps = [
- "//third_party/mesa:osmesa",
- ]
+ if (!is_android && !is_ios) {
+ data_deps = [
+ "//third_party/mesa:osmesa",
+ ]
+ }
if (use_x11) {
sources += [
« no previous file with comments | « third_party/mesa/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698