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

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

Issue 2276043002: Support custom message filtering on Mojo binding objects (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 4 years, 4 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
« no previous file with comments | « ipc/ipc_mojo_bootstrap.cc ('k') | mojo/public/cpp/bindings/associated_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 a9f2e067201804e0f9fbf68302f4f5df1b9f1a40..405b82d07b64a8e36c5cd49eb7197fd462c05028 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -20,6 +20,7 @@ static_library("bindings") {
"binding_set.h",
"connector.h",
"enum_traits.h",
+ "filter_chain.h",
"interface_data_view.h",
"interface_endpoint_client.h",
"interface_endpoint_controller.h",
@@ -45,7 +46,6 @@ static_library("bindings") {
"lib/control_message_proxy.cc",
"lib/control_message_proxy.h",
"lib/filter_chain.cc",
- "lib/filter_chain.h",
"lib/fixed_buffer.cc",
"lib/fixed_buffer.h",
"lib/handle_interface_serialization.h",
@@ -58,7 +58,6 @@ static_library("bindings") {
"lib/message_buffer.h",
"lib/message_builder.cc",
"lib/message_builder.h",
- "lib/message_filter.cc",
"lib/message_header_validator.cc",
"lib/message_internal.h",
"lib/multiplex_router.cc",
@@ -101,7 +100,6 @@ static_library("bindings") {
"map_traits_standard.h",
"map_traits_stl.h",
"message.h",
- "message_filter.h",
"message_header_validator.h",
"native_enum.h",
"native_struct.h",
« no previous file with comments | « ipc/ipc_mojo_bootstrap.cc ('k') | mojo/public/cpp/bindings/associated_binding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698