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

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: review feedback 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
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/interface_binding.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..78cecd93d5a513ad72319d7f41f7f3d036950305 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -6,6 +6,8 @@ source_set("bindings") {
sources = [
"array.h",
"error_handler.h",
+ "interface_binding.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.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698