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

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

Issue 1660403003: Mojo C++ bindings: Rename InterfaceInfoPtr -> InterfaceHandle (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: using {{InterfaceName}}Handle = InterfaceHandle<{{InterfaceName}}> Created 4 years, 11 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 5546b339ecb5e6386023a82a3a3af973c327a459..1383d0e9e2c4976f378920caf340877dabcb2dbf 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -54,8 +54,8 @@ mojo_sdk_source_set("serialization") {
mojo_sdk_source_set("bindings") {
sources = [
"binding.h",
+ "interface_handle.h",
"interface_ptr.h",
- "interface_ptr_info.h",
"interface_request.h",
"lib/connector.cc",
"lib/connector.h",

Powered by Google App Engine
This is Rietveld 408576698