summaryrefslogtreecommitdiffstats
path: root/mojo
diff options
context:
space:
mode:
authorYuzhu Shen <yzshen@chromium.org>2016-03-14 20:05:43 -0700
committerYuzhu Shen <yzshen@chromium.org>2016-03-15 03:08:03 +0000
commit451ae6ebf3666d077c380d715f62dfe55f666504 (patch)
tree3ea15317a75ceafd4f262a9561d9f0e397f58474 /mojo
parentbb98522277b46d1870196e5334858298ef68f6a9 (diff)
downloadchromium_src-451ae6ebf3666d077c380d715f62dfe55f666504.zip
chromium_src-451ae6ebf3666d077c380d715f62dfe55f666504.tar.gz
chromium_src-451ae6ebf3666d077c380d715f62dfe55f666504.tar.bz2
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}
Diffstat (limited to 'mojo')
-rw-r--r--mojo/mojo_edk_tests.gyp1
-rw-r--r--mojo/public/cpp/bindings/tests/BUILD.gn1
2 files changed, 0 insertions, 2 deletions
diff --git a/mojo/mojo_edk_tests.gyp b/mojo/mojo_edk_tests.gyp
index e1a51de..539a161 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 6a516bb..7bbd0bd 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",