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

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

Issue 686883005: Provides a way to use bindings that doesn't require subclassing (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: comment Created 6 years, 1 month 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 86ccae06b62c91d0301ceee987b578bc506e9640..b9976267397a902f4ad9b6c61df6563d63373566 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -6,6 +6,7 @@ source_set("bindings") {
sources = [
"array.h",
"error_handler.h",
+ "interface_binding_delegate.h",
"interface_ptr.h",
"map.h",
"message.h",
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/interface_binding_delegate.h » ('j') | mojo/public/cpp/bindings/interface_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698