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

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

Issue 1311043003: Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 fa6f83603adedeb72726db9a76d3fc10c05a89d2..834d837ac2ae47e90d34abe27dec5389330da060 100644
--- a/third_party/mojo/src/mojo/edk/test/BUILD.gn
+++ b/third_party/mojo/src/mojo/edk/test/BUILD.gn
@@ -89,6 +89,7 @@ mojo_edk_source_set("test_support_impl") {
group("public_tests") {
testonly = true
deps = [
+ ":mojo_public_bindings_perftests",
":mojo_public_bindings_unittests",
":mojo_public_environment_unittests",
":mojo_public_system_perftests",
@@ -118,6 +119,13 @@ test("mojo_public_bindings_unittests") {
]
}
+test("mojo_public_bindings_perftests") {
+ deps = [
+ ":run_all_perftests",
+ "../../public/cpp/bindings/tests:perftests",
+ ]
+}
+
test("mojo_public_environment_unittests") {
deps = [
":run_all_unittests",

Powered by Google App Engine
This is Rietveld 408576698