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

Unified Diff: BUILD.gn

Issue 1649993002: Add a data_dep for osmesa to //ui/gl and run ui_unittests. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: asdf Created 4 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 | « no previous file | mojo/tools/data/apptests » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index de6c2568b66adc1a98aa0ed9b0bbe62f11df0add..18f558f9809f623b0fed2b7c92a0e5c7a9efff17 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -21,7 +21,12 @@ group("default") {
]
if (is_linux) {
- deps += [ "//fusl" ]
+ deps += [
+ "//fusl",
+
+ # We need this to run tests (especially on bots).
+ "//third_party/mesa:osmesa",
+ ]
}
# TODO(cstout): fix sandbox build for fnl/musl
« no previous file with comments | « no previous file | mojo/tools/data/apptests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698