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

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

Issue 265793015: Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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 66b873393fe34fea06fc506dfab19a4cc676d268..9753c73c04c28ccef655051c6b41f23af17cf8a0 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -9,10 +9,10 @@ source_set("bindings") {
"buffer.h",
"callback.h",
"error_handler.h",
- "interface.h",
+ "interface_ptr.h",
"message.h",
+ "no_interface.h",
"passable.h",
- "remote_ptr.h",
"sync_dispatcher.h",
"type_converter.h",
"lib/array.cc",
@@ -27,13 +27,13 @@ source_set("bindings") {
"lib/connector.h",
"lib/fixed_buffer.cc",
"lib/fixed_buffer.h",
- "lib/interface.cc",
"lib/message.cc",
"lib/message_builder.cc",
"lib/message_builder.h",
"lib/message_internal.h",
"lib/message_queue.cc",
"lib/message_queue.h",
+ "lib/no_interface.cc",
"lib/router.cc",
"lib/router.h",
"lib/scratch_buffer.cc",

Powered by Google App Engine
This is Rietveld 408576698