Skip to content

Commit

Permalink
webkit_layout_tests: Add osmesa as data_dep.
Browse files Browse the repository at this point in the history
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}
  • Loading branch information
mithro authored and Commit bot committed Feb 17, 2017
1 parent 1d79a85 commit aac85d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,7 @@ if (!is_ios) {
testonly = true
data_deps = [
"//content/shell:content_shell",
"//third_party/mesa:osmesa",
"//tools/imagediff",
]

Expand Down

0 comments on commit aac85d7

Please sign in to comment.