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

Unified Diff: third_party/mesa/BUILD.gn

Issue 795373005: Add GN interactive UI tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tests
Patch Set: format Created 5 years, 12 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 | « google_apis/google_apis.gyp ('k') | no next file » | 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 | « google_apis/google_apis.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698