From 451ae6ebf3666d077c380d715f62dfe55f666504 Mon Sep 17 00:00:00 2001 From: Yuzhu Shen Date: Mon, 14 Mar 2016 20:05:43 -0700 Subject: [PATCH] Mojo C++ bindings: fix the for_blink_tests target. 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} --- mojo/mojo_edk_tests.gyp | 1 - mojo/public/cpp/bindings/tests/BUILD.gn | 1 - 2 files changed, 2 deletions(-) diff --git a/mojo/mojo_edk_tests.gyp b/mojo/mojo_edk_tests.gyp index e1a51def0591b2..539a16139016bd 100644 --- a/mojo/mojo_edk_tests.gyp +++ b/mojo/mojo_edk_tests.gyp @@ -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', ], diff --git a/mojo/public/cpp/bindings/tests/BUILD.gn b/mojo/public/cpp/bindings/tests/BUILD.gn index 6a516bb51dd8d7..7bbd0bdba40ce8 100644 --- a/mojo/public/cpp/bindings/tests/BUILD.gn +++ b/mojo/public/cpp/bindings/tests/BUILD.gn @@ -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",