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

Unified Diff: mojo/public/cpp/system/tests/BUILD.gn

Issue 2104333003: Split mojo/public/cpp/system/tests/core_unittest.cc, part 2 (of 2, apparently). (Closed) Base URL: https://github.com/domokit/mojo.git@work794_wait_many_no_handles
Patch Set: Created 4 years, 6 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: mojo/public/cpp/system/tests/BUILD.gn
diff --git a/mojo/public/cpp/system/tests/BUILD.gn b/mojo/public/cpp/system/tests/BUILD.gn
index b278180d7510db3163b773666021ada27849cd13..7d825d6e465ee3e5ac83acf33f6cb6e06c81ef21 100644
--- a/mojo/public/cpp/system/tests/BUILD.gn
+++ b/mojo/public/cpp/system/tests/BUILD.gn
@@ -8,11 +8,13 @@ mojo_sdk_source_set("tests") {
testonly = true
sources = [
- "core_unittest.cc",
+ "buffer_unittest.cc",
"data_pipe_unittest.cc",
"handle_unittest.cc",
"macros_unittest.cc",
+ "message_pipe_unittest.cc",
"time_unittest.cc",
+ "wait_unittest.cc",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698