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

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

Issue 2084993002: Mojo: add support for disallowing sync calls for a process. (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
« no previous file with comments | « mojo/public/c/system/types.h ('k') | mojo/public/cpp/bindings/lib/interface_endpoint_client.cc » ('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 b52ffcca7d32ae92f8f5ae740f7d8df9cdb5c615..0a920140b72f49444688c7ae57166bf60889cadc 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -81,6 +81,7 @@ source_set("bindings") {
"lib/serialization_util.h",
"lib/string_serialization.h",
"lib/string_traits_string16.cc",
+ "lib/sync_call_restrictions.cc",
"lib/sync_handle_registry.cc",
"lib/sync_handle_watcher.cc",
"lib/sync_handle_watcher.h",
@@ -112,6 +113,7 @@ source_set("bindings") {
"string_traits_string_piece.h",
"strong_binding.h",
"struct_ptr.h",
+ "sync_call_restrictions.h",
"sync_handle_registry.h",
"type_converter.h",
]
« no previous file with comments | « mojo/public/c/system/types.h ('k') | mojo/public/cpp/bindings/lib/interface_endpoint_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698