Skip to content

Commit

Permalink
Mojo C++ bindings: fix the for_blink_tests target.
Browse files Browse the repository at this point in the history
It depends on mojo_public_test_support, which is unnecessary and broke
blink_platform_unittests in isolated mode.

BUG=583738
TBR=rockot@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#381164}
  • Loading branch information
yzshen committed Mar 15, 2016
1 parent bb98522 commit 451ae6e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mojo/mojo_edk_tests.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
'dependencies': [
'../testing/gtest.gyp:gtest',
'mojo_public.gyp:mojo_cpp_bindings',
'mojo_public.gyp:mojo_public_test_utils',
'mojo_public.gyp:mojo_public_test_wtf_types',
'mojo_public.gyp:mojo_public_test_wtf_types_blink',
],
Expand Down
1 change: 0 additions & 1 deletion mojo/public/cpp/bindings/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ source_set("for_blink_tests") {
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/bindings:callback",
"//mojo/public/cpp/system",
"//mojo/public/cpp/test_support:test_utils",
"//mojo/public/interfaces/bindings/tests:test_wtf_types",
"//mojo/public/interfaces/bindings/tests:test_wtf_types_blink",
"//testing/gtest",
Expand Down

0 comments on commit 451ae6e

Please sign in to comment.