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

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

Issue 1991463002: Mojo: Expose untyped associated endpoints through public API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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.gyp ('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 4c5111ac26bc1e649c5546a19aa2f708497d0075..117a994a5d236d0b8af75723d6fc5f712eb2a07c 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -72,7 +72,6 @@ source_set("bindings") {
"lib/router.cc",
"lib/router.h",
"lib/scoped_interface_endpoint_handle.cc",
- "lib/scoped_interface_endpoint_handle.h",
"lib/serialization.h",
"lib/serialization_context.cc",
"lib/serialization_context.h",
@@ -96,6 +95,7 @@ source_set("bindings") {
"message_filter.h",
"native_struct.h",
"no_interface.h",
+ "scoped_interface_endpoint_handle.h",
"stl_converters.h",
"string.h",
"string_traits.h",
« no previous file with comments | « mojo/mojo_public.gyp ('k') | mojo/public/cpp/bindings/associated_binding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698