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

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

Issue 2710193003: Adding a new message type to the Mojo channel. (Closed)
Patch Set: Fixed Mac tests + sync Created 3 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
« no previous file with comments | « no previous file | mojo/edk/system/broker_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/BUILD.gn
diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn
index cfede0ec0cf495afbc744424cb1238bb22e1f5ee..b0acf237b36121c2878133f7f574780df9c22996 100644
--- a/mojo/edk/system/BUILD.gn
+++ b/mojo/edk/system/BUILD.gn
@@ -154,6 +154,7 @@ source_set("test_utils") {
test("mojo_system_unittests") {
sources = [
"awakable_list_unittest.cc",
+ "channel_unittest.cc",
"core_test_base.cc",
"core_test_base.h",
"core_unittest.cc",
@@ -186,6 +187,7 @@ test("mojo_system_unittests") {
"//mojo/edk/system/ports:tests",
"//mojo/edk/test:run_all_unittests",
"//mojo/edk/test:test_support",
+ "//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « no previous file | mojo/edk/system/broker_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698