Skip to content

Commit

Permalink
Adds blink_tests -> mojo test interfaces runtime dependency.
Browse files Browse the repository at this point in the history
This is so that mojo/binding.html can find the generated bindings for
math_calculator.mojom. This layout test was added in r455925, but failed
to add this data dependency.

BUG=700281
TEST=gn desc blink_tests runtime_deps

Review-Url: https://codereview.chromium.org/2742793003
Cr-Commit-Position: refs/heads/master@{#456119}
  • Loading branch information
alokp-chromium authored and Commit bot committed Mar 10, 2017
1 parent 5299daa commit 51b900d
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 @@ -897,6 +897,7 @@ if (!is_ios) {
testonly = true
data_deps = [
"//content/shell:content_shell",
"//mojo/public/interfaces/bindings/tests:test_interfaces",
"//third_party/WebKit/public:blink_devtools_frontend_resources_files",
"//third_party/mesa:osmesa",
"//tools/imagediff",
Expand Down

0 comments on commit 51b900d

Please sign in to comment.