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

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

Issue 2100683002: Mojo C++ Bindings: Extract AssociatedGroupController from MultiplexRouter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: oops more gyp ugh Created 4 years, 6 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 | « mojo/mojo_public.gypi ('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 6594d7683667b813fa74e27ebfcdca9aa657721a..8ff7905578ee8d4b35703eddaa320fd2dfc13bb2 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -11,12 +11,16 @@ source_set("bindings") {
"array_traits_stl.h",
"associated_binding.h",
"associated_group.h",
+ "associated_group_controller.h",
"associated_interface_ptr.h",
"associated_interface_ptr_info.h",
"associated_interface_request.h",
"binding.h",
"binding_set.h",
"enum_traits.h",
+ "interface_endpoint_client.h",
+ "interface_endpoint_controller.h",
+ "interface_id.h",
"interface_ptr.h",
"interface_ptr_info.h",
"interface_ptr_set.h",
@@ -25,6 +29,7 @@ source_set("bindings") {
"lib/array_internal.h",
"lib/array_serialization.h",
"lib/associated_group.cc",
+ "lib/associated_group_controller.cc",
"lib/associated_interface_ptr_state.h",
"lib/binding_state.h",
"lib/bindings_internal.h",
@@ -41,9 +46,6 @@ source_set("bindings") {
"lib/fixed_buffer.h",
"lib/handle_interface_serialization.h",
"lib/interface_endpoint_client.cc",
- "lib/interface_endpoint_client.h",
- "lib/interface_endpoint_controller.h",
- "lib/interface_id.h",
"lib/interface_ptr_state.h",
"lib/map_data_internal.h",
"lib/map_serialization.h",
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/public/cpp/bindings/associated_binding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698