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

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

Issue 2165233003: Mojo C++ bindings: provide data view for all object types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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_tests.gyp ('k') | mojo/public/cpp/bindings/array_data_view.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 3ec98244e9beb0d17c8b65e1cfcbe60a51f243b8..320e2d56185106c97b0b62fc318afc952aa2fa25 100644
--- a/mojo/public/cpp/bindings/BUILD.gn
+++ b/mojo/public/cpp/bindings/BUILD.gn
@@ -5,6 +5,7 @@
static_library("bindings") {
sources = [
"array.h",
+ "array_data_view.h",
"array_traits.h",
"array_traits_carray.h",
"array_traits_standard.h",
@@ -94,6 +95,7 @@ static_library("bindings") {
"lib/validation_util.cc",
"lib/validation_util.h",
"map.h",
+ "map_data_view.h",
"map_traits.h",
"map_traits_standard.h",
"map_traits_stl.h",
@@ -102,6 +104,7 @@ static_library("bindings") {
"message_header_validator.h",
"native_enum.h",
"native_struct.h",
+ "native_struct_data_view.h",
"no_interface.h",
"pipe_control_message_handler.h",
"pipe_control_message_handler_delegate.h",
@@ -109,6 +112,7 @@ static_library("bindings") {
"scoped_interface_endpoint_handle.h",
"stl_converters.h",
"string.h",
+ "string_data_view.h",
"string_traits.h",
"string_traits_standard.h",
"string_traits_stl.h",
« no previous file with comments | « mojo/mojo_public_tests.gyp ('k') | mojo/public/cpp/bindings/array_data_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698