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

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

Issue 638343003: Mojo: Add some tests for ChannelEndpointId, etc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/mojo_edk.gyp ('k') | mojo/edk/system/channel_endpoint_id.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 7baec81d4df5125b2bc1b61d18269a80f2772cdf..250bcaf570d8102e284e54fe0f443765c30ee48b 100644
--- a/mojo/edk/system/BUILD.gn
+++ b/mojo/edk/system/BUILD.gn
@@ -30,6 +30,7 @@ component("system") {
"channel.h",
"channel_endpoint.cc",
"channel_endpoint.h",
+ "channel_endpoint_id.cc",
"channel_endpoint_id.h",
"constants.h",
"core.cc",
@@ -98,6 +99,7 @@ test("mojo_system_unittests") {
sources = [
"../test/multiprocess_test_helper_unittest.cc",
+ "channel_endpoint_id_unittest.cc",
"channel_unittest.cc",
"core_test_base.cc",
"core_test_base.h",
« no previous file with comments | « mojo/edk/mojo_edk.gyp ('k') | mojo/edk/system/channel_endpoint_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698