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

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

Issue 1765243002: Remove Mojo bindings environment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « mojo/edk/system/BUILD.gn ('k') | mojo/environment/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/test/BUILD.gn
diff --git a/mojo/edk/test/BUILD.gn b/mojo/edk/test/BUILD.gn
index d81ff022d70293c42317c8317ea6c2055a57eb36..171d0875b50da85d33012f2abc1b407b9a8101ba 100644
--- a/mojo/edk/test/BUILD.gn
+++ b/mojo/edk/test/BUILD.gn
@@ -92,7 +92,6 @@ group("public_tests") {
testonly = true
deps = [
":mojo_public_bindings_unittests",
- ":mojo_public_environment_unittests",
":mojo_public_system_perftests",
":mojo_public_system_unittests",
":mojo_public_utility_unittests",
@@ -115,13 +114,6 @@ test("mojo_public_bindings_unittests") {
]
}
-test("mojo_public_environment_unittests") {
- deps = [
- ":run_all_unittests",
- "//mojo/public/cpp/environment/tests",
- ]
-}
-
test("mojo_public_system_perftests") {
deps = [
":run_all_perftests",
« no previous file with comments | « mojo/edk/system/BUILD.gn ('k') | mojo/environment/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698