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

Unified Diff: third_party/mesa/BUILD.gn

Issue 839143002: Roll Chrome into Mojo. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 11 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/harfbuzz-ng/src/hb-version.h ('k') | tools/android/forwarder2/common.h » ('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 0b1f828af135357ef9875d145db08bf09b9ff150..468a7e612b92671cb349ad49ec1d890037d84468 100644
--- a/third_party/mesa/BUILD.gn
+++ b/third_party/mesa/BUILD.gn
@@ -688,5 +688,9 @@ if (!is_android) { # TODO(GYP) enable for Android.
]
}
}
+} else {
+ # Placeholder to allow targets to unconditionally depend on this.
+ group("osmesa") {
+ }
} # !is_android
# TODO(GYP) Android osmesa_in_lib_dir target.
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-version.h ('k') | tools/android/forwarder2/common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698