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

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

Issue 294833002: Mojo: more idiomatic C++ bindings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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/public/cpp/application/lib/service_connector.h ('k') | mojo/public/cpp/bindings/allocation_scope.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 b9a2f43c7c6906d81e296248e67182a690eb1b67..5fdc8ff0ab4c4bb8d507b9188eb210f93983eea9 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -4,7 +4,6 @@
source_set("bindings") {
sources = [
- "allocation_scope.h",
"array.h",
"buffer.h",
"callback.h",
@@ -13,16 +12,16 @@ source_set("bindings") {
"message.h",
"message_filter.h",
"no_interface.h",
- "passable.h",
+ "string.h",
+ "struct_ptr.h",
"sync_dispatcher.h",
"type_converter.h",
- "lib/array.cc",
- "lib/array_internal.h",
"lib/array_internal.cc",
+ "lib/array_internal.h",
+ "lib/array_serialization.h",
"lib/bindings_internal.h",
"lib/bindings_serialization.cc",
"lib/bindings_serialization.h",
- "lib/buffer.cc",
"lib/callback_internal.h",
"lib/connector.cc",
"lib/connector.h",
@@ -40,10 +39,11 @@ source_set("bindings") {
"lib/no_interface.cc",
"lib/router.cc",
"lib/router.h",
- "lib/scratch_buffer.cc",
- "lib/scratch_buffer.h",
"lib/shared_data.h",
"lib/shared_ptr.h",
+ "lib/string_serialization.cc",
+ "lib/string_serialization.h",
"lib/sync_dispatcher.cc",
+ "lib/template_util.h",
]
}
« no previous file with comments | « mojo/public/cpp/application/lib/service_connector.h ('k') | mojo/public/cpp/bindings/allocation_scope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698