Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: third_party/mojo/src/mojo/edk/test/BUILD.gn

Issue 1139123006: Fork the mojo shell interfaces used by Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/mojo/src/mojo/edk/test/BUILD.gn
diff --git a/third_party/mojo/src/mojo/edk/test/BUILD.gn b/third_party/mojo/src/mojo/edk/test/BUILD.gn
index 87357082cde3f15729f71f45f979f8a5fd898428..6f460bc0d68aeb2868291ae13054304d63e92751 100644
--- a/third_party/mojo/src/mojo/edk/test/BUILD.gn
+++ b/third_party/mojo/src/mojo/edk/test/BUILD.gn
@@ -84,7 +84,6 @@ mojo_edk_source_set("test_support_impl") {
group("public_tests") {
testonly = true
deps = [
- ":mojo_public_application_unittests",
":mojo_public_bindings_unittests",
":mojo_public_environment_unittests",
":mojo_public_system_perftests",
@@ -94,13 +93,6 @@ group("public_tests") {
]
}
-test("mojo_public_application_unittests") {
- deps = [
- ":run_all_unittests",
- "../../public/cpp/application/tests",
- ]
-}
-
test("mojo_public_bindings_unittests") {
deps = [
":run_all_unittests",

Powered by Google App Engine
This is Rietveld 408576698