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

Unified Diff: mojo/public/cpp/bindings/BUILD.gn

Issue 380123002: Mojo: Eliminate SyncDispatcher in favor of WaitForIncomingMethodCall (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/bindings/BUILD.gn
diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
index 2cc35aa52ffe3f728c26962507cba0446269b145..3c13e885d8c0ccaccad2d5c49f3af967d23a5057 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -13,7 +13,6 @@ source_set("bindings") {
"no_interface.h",
"string.h",
"struct_ptr.h",
- "sync_dispatcher.h",
"type_converter.h",
"lib/array_internal.cc",
"lib/array_internal.h",
@@ -45,7 +44,6 @@ source_set("bindings") {
"lib/shared_ptr.h",
"lib/string_serialization.cc",
"lib/string_serialization.h",
- "lib/sync_dispatcher.cc",
"lib/template_util.h",
"lib/validation_errors.cc",
"lib/validation_errors.h",

Powered by Google App Engine
This is Rietveld 408576698