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

Unified Diff: mojo/mojo_public.gypi

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_edk_tests.gyp ('k') | mojo/mojo_public_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public.gypi
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
index b5da1436dae917669b7372e535f5e63170fed900..c69da494e7deb27ea2f2d5ea9864c93231530ff4 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -6,6 +6,7 @@
'variables': {
'mojo_cpp_bindings_sources': [
'public/cpp/bindings/array.h',
+ 'public/cpp/bindings/array_data_view.h',
'public/cpp/bindings/array_traits.h',
'public/cpp/bindings/array_traits_carray.h',
'public/cpp/bindings/array_traits_standard.h',
@@ -93,6 +94,7 @@
'public/cpp/bindings/lib/validation_errors.h',
'public/cpp/bindings/lib/validation_util.cc',
'public/cpp/bindings/lib/validation_util.h',
+ 'public/cpp/bindings/map_data_view.h',
'public/cpp/bindings/map_traits.h',
'public/cpp/bindings/map_traits_standard.h',
'public/cpp/bindings/map_traits_stl.h',
@@ -101,6 +103,7 @@
'public/cpp/bindings/message_header_validator.h',
'public/cpp/bindings/native_enum.h',
'public/cpp/bindings/native_struct.h',
+ 'public/cpp/bindings/native_struct_data_view.h',
'public/cpp/bindings/no_interface.h',
'public/cpp/bindings/pipe_control_message_handler.h',
'public/cpp/bindings/pipe_control_message_handler_delegate.h',
@@ -108,6 +111,7 @@
'public/cpp/bindings/scoped_interface_endpoint_handle.h',
'public/cpp/bindings/stl_converters.h',
'public/cpp/bindings/string.h',
+ 'public/cpp/bindings/string_data_view.h',
'public/cpp/bindings/string_traits.h',
'public/cpp/bindings/string_traits_standard.h',
'public/cpp/bindings/string_traits_stl.h',
« no previous file with comments | « mojo/mojo_edk_tests.gyp ('k') | mojo/mojo_public_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698