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

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

Issue 1784643002: Mojo C++ bindings: remove the utility/ folder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@13_1_remove_thread_dep
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/js/test/BUILD.gn ('k') | mojo/mojo_base.gyp » ('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 171d0875b50da85d33012f2abc1b407b9a8101ba..791d62c00b6a37c69ec45b28d8b6ec1d830f6b94 100644
--- a/mojo/edk/test/BUILD.gn
+++ b/mojo/edk/test/BUILD.gn
@@ -94,7 +94,6 @@ group("public_tests") {
":mojo_public_bindings_unittests",
":mojo_public_system_perftests",
":mojo_public_system_unittests",
- ":mojo_public_utility_unittests",
]
}
@@ -127,10 +126,3 @@ test("mojo_public_system_unittests") {
"//mojo/public/cpp/system/tests",
]
}
-
-test("mojo_public_utility_unittests") {
- deps = [
- ":run_all_unittests",
- "//mojo/public/cpp/utility/tests",
- ]
-}
« no previous file with comments | « mojo/edk/js/test/BUILD.gn ('k') | mojo/mojo_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698