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

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

Issue 2033243003: Use Mojo pipes to signal sync IPC events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: mojo/public/cpp/bindings/BUILD.gn
diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
index 9688943d9479bafa42bb48d922bd049fad810cdf..c9803e3fd95c529e17a5c87764d7671025cbae8c 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -80,7 +80,6 @@ source_set("bindings") {
"lib/string_serialization.h",
"lib/string_traits_string16.cc",
"lib/sync_handle_registry.cc",
- "lib/sync_handle_registry.h",
"lib/sync_handle_watcher.cc",
"lib/sync_handle_watcher.h",
"lib/union_accessor.h",
@@ -107,6 +106,7 @@ source_set("bindings") {
"string_traits_string_piece.h",
"strong_binding.h",
"struct_ptr.h",
+ "sync_handle_registry.h",
"type_converter.h",
]

Powered by Google App Engine
This is Rietveld 408576698