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

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

Issue 954643002: Update mojo sdk to rev 3d23dae011859a2aae49f1d1adde705c8e85d819 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use run_renderer_in_process() 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 a386ff918793472b5305b07af6d967900919d5e4..40bf20d643f985b4c9e53c7c69205146e6cf9844 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.h",
"data_pipe_consumer_dispatcher.cc",
"data_pipe_consumer_dispatcher.h",
"data_pipe_producer_dispatcher.cc",
@@ -57,8 +58,8 @@ component("system") {
"handle_table.h",
"incoming_endpoint.cc",
"incoming_endpoint.h",
- "local_data_pipe.cc",
- "local_data_pipe.h",
+ "local_data_pipe_impl.cc",
+ "local_data_pipe_impl.h",
"local_message_pipe_endpoint.cc",
"local_message_pipe_endpoint.h",
"mapping_table.cc",
@@ -117,7 +118,6 @@ component("system") {
deps = [
"//base",
"//base/third_party/dynamic_annotations",
- "//crypto",
]
allow_circular_includes_from = [ "../embedder" ]
@@ -158,7 +158,7 @@ test("mojo_system_unittests") {
"core_unittest.cc",
"data_pipe_unittest.cc",
"dispatcher_unittest.cc",
- "local_data_pipe_unittest.cc",
+ "local_data_pipe_impl_unittest.cc",
"memory_unittest.cc",
"message_pipe_dispatcher_unittest.cc",
"message_pipe_test_utils.cc",
« no previous file with comments | « third_party/mojo/src/mojo/edk/js/tests/sample_service_tests.js ('k') | third_party/mojo/src/mojo/edk/system/async_waiter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698