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

Unified Diff: BUILD.gn

Issue 2702613003: webkit_layout_tests: Add osmesa as data_dep. (Closed)
Patch Set: Created 3 years, 10 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 | no next file » | 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 5f42fa9d1c8b5176ef29127f1bd47683a56bc68f..b7c332b4db9724d817f9b0e0b55a8ec51040549a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -930,6 +930,7 @@ if (!is_ios) {
testonly = true
data_deps = [
"//content/shell:content_shell",
+ "//third_party/mesa:osmesa",
Dirk Pranke 2017/02/23 02:59:11 This doesn't seem right. Why would the layout test
"//tools/imagediff",
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698