From aac85d78a79fe653d913ad9278c18da28900a25b Mon Sep 17 00:00:00 2001 From: tansell Date: Thu, 16 Feb 2017 21:13:04 -0800 Subject: [PATCH] webkit_layout_tests: Add osmesa as data_dep. osmesa is a "loadable module" object and hence needs to end up in the data_deps file. See content/shell:content_shell_crash_test for another example of this. BUG=693002,524758 NOTRY=true Review-Url: https://codereview.chromium.org/2702613003 Cr-Commit-Position: refs/heads/master@{#451226} --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index e8b26f51c56f87..8c0812052e3c82 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -931,6 +931,7 @@ if (!is_ios) { testonly = true data_deps = [ "//content/shell:content_shell", + "//third_party/mesa:osmesa", "//tools/imagediff", ]