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

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

Issue 904103003: Update mojo sdk to rev 8d45c89c30b230843c5bd6dd0693a555750946c0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: surfaces_service.mojom.h -> surfaces.mojom.h Created 5 years, 10 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/system/BUILD.gn
diff --git a/third_party/mojo/src/mojo/edk/system/BUILD.gn b/third_party/mojo/src/mojo/edk/system/BUILD.gn
index 12fa225a8ef4db247692b73d10c91b84b5f391a5..d9dc9302c8b0e69dd61ad5cc22a838c75eea89db 100644
--- a/third_party/mojo/src/mojo/edk/system/BUILD.gn
+++ b/third_party/mojo/src/mojo/edk/system/BUILD.gn
@@ -123,6 +123,14 @@ component("system") {
allow_circular_includes_from = [ "../embedder" ]
}
+group("tests") {
+ testonly = true
+ deps = [
+ ":mojo_system_unittests",
+ ":mojo_message_pipe_perftests",
+ ]
+}
+
mojo_edk_source_set("test_utils") {
testonly = true
@@ -137,7 +145,6 @@ mojo_edk_source_set("test_utils") {
]
}
-# GYP version: mojo/edk/mojo_edk.gyp:mojo_system_unittests
test("mojo_system_unittests") {
sources = [
"../test/multiprocess_test_helper_unittest.cc",
@@ -184,7 +191,6 @@ test("mojo_system_unittests") {
allow_circular_includes_from = [ "../embedder:embedder_unittests" ]
}
-# GYP version: mojo/edk/mojo_edk.gyp:mojo_message_pipe_perftests
test("mojo_message_pipe_perftests") {
sources = [
"message_pipe_perftest.cc",
« no previous file with comments | « third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.js ('k') | third_party/mojo/src/mojo/edk/system/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698