Commit 6a65ae6e authored by mostynb's avatar mostynb Committed by Commit bot

add missing content_test_mojo_bindings gyp dep in content_tests.gypi

This should avoid possible build flakiness.

Found using this proposed ninja patch:
https://github.com/martine/ninja/pull/1031

BUG=536641

Review URL: https://codereview.chromium.org/1371073002

Cr-Commit-Position: refs/heads/master@{#351063}
parent 7ecc1120
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
'content.gyp:content_resources', 'content.gyp:content_resources',
'content.gyp:content_utility', 'content.gyp:content_utility',
'content_shell_resources', 'content_shell_resources',
'content_test_mojo_bindings',
'copy_test_netscape_plugin', 'copy_test_netscape_plugin',
'layouttest_support_content', 'layouttest_support_content',
'../base/base.gyp:base', '../base/base.gyp:base',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment