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

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

Issue 975973002: Update mojo sdk to rev f68e697e389943cd9bf9652397312280e96b127a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: shake fist at msvc 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
« no previous file with comments | « third_party/mojo/src/mojo/edk/js/tests/BUILD.gn ('k') | third_party/mojo/src/mojo/edk/system/data_pipe.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 40bf20d643f985b4c9e53c7c69205146e6cf9844..9b093a0a7dbc01e14c9da5b4c0ba3c3ab1817e97 100644
--- a/third_party/mojo/src/mojo/edk/system/BUILD.gn
+++ b/third_party/mojo/src/mojo/edk/system/BUILD.gn
@@ -44,6 +44,7 @@ component("system") {
"core.h",
"data_pipe.cc",
"data_pipe.h",
+ "data_pipe_impl.cc",
"data_pipe_impl.h",
"data_pipe_consumer_dispatcher.cc",
"data_pipe_consumer_dispatcher.h",
@@ -87,6 +88,11 @@ component("system") {
"raw_channel.h",
"raw_channel_posix.cc",
"raw_channel_win.cc",
+ "remote_consumer_data_pipe_impl.cc",
+ "remote_consumer_data_pipe_impl.h",
+ "remote_data_pipe_ack.h",
+ "remote_producer_data_pipe_impl.cc",
+ "remote_producer_data_pipe_impl.h",
"shared_buffer_dispatcher.cc",
"shared_buffer_dispatcher.h",
"simple_dispatcher.cc",
@@ -142,6 +148,7 @@ mojo_edk_source_set("test_utils") {
deps = [
"//base",
"//base/test:test_support",
+ "../../public/c/system",
]
}
@@ -156,6 +163,7 @@ test("mojo_system_unittests") {
"core_test_base.cc",
"core_test_base.h",
"core_unittest.cc",
+ "data_pipe_impl_unittest.cc",
"data_pipe_unittest.cc",
"dispatcher_unittest.cc",
"local_data_pipe_impl_unittest.cc",
@@ -168,6 +176,7 @@ test("mojo_system_unittests") {
"options_validation_unittest.cc",
"platform_handle_dispatcher_unittest.cc",
"raw_channel_unittest.cc",
+ "remote_data_pipe_impl_unittest.cc",
"remote_message_pipe_unittest.cc",
"run_all_unittests.cc",
"shared_buffer_dispatcher_unittest.cc",
@@ -194,8 +203,8 @@ test("mojo_system_unittests") {
test("mojo_message_pipe_perftests") {
sources = [
"message_pipe_perftest.cc",
- "message_pipe_test_utils.cc",
"message_pipe_test_utils.h",
+ "message_pipe_test_utils.cc",
]
deps = [
« no previous file with comments | « third_party/mojo/src/mojo/edk/js/tests/BUILD.gn ('k') | third_party/mojo/src/mojo/edk/system/data_pipe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698