Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782
commit8de6daffb831795171ab2c9d4220d5bf63574833
authorrockot <rockot@chromium.org>
Tue, 7 Jul 2015 03:00:19 +0000 (6 20:00 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 7 Jul 2015 03:00:53 +0000 (7 03:00 +0000)
tree043528b00e7711415a7bfc18c5aba5037b69585d
parent95d4b8b0e8343ff6baa31271e864640f09227a94
Update mojo sdk to rev a05bfef8096006056b2fff78092faf14d1319782

BUG=None
TBR=jam@chromium.org

Review URL: https://codereview.chromium.org/1216023006

Cr-Commit-Position: refs/heads/master@{#337551}
170 files changed:
components/view_manager/view_manager_client_apptest.cc
content/browser/webui/web_ui_mojo_browsertest.cc
content/content_tests.gypi
content/test/BUILD.gn
ipc/mojo/async_handle_waiter_unittest.cc
mojo/mojo_base.gyp
mojo/test/BUILD.gn [new file with mode: 0644]
mojo/test/test_utils.h [new file with mode: 0644]
mojo/test/test_utils_posix.cc [new file with mode: 0644]
mojo/test/test_utils_win.cc [new file with mode: 0644]
third_party/mojo/mojom_bindings_generator_variables.gypi
third_party/mojo/src/mojo/edk/embedder/BUILD.gn
third_party/mojo/src/mojo/edk/embedder/embedder.cc
third_party/mojo/src/mojo/edk/embedder/embedder.h
third_party/mojo/src/mojo/edk/embedder/embedder_unittest.cc
third_party/mojo/src/mojo/edk/embedder/master_process_delegate.h
third_party/mojo/src/mojo/edk/embedder/platform_channel_pair.h
third_party/mojo/src/mojo/edk/embedder/platform_channel_pair_posix_unittest.cc
third_party/mojo/src/mojo/edk/embedder/platform_handle.cc
third_party/mojo/src/mojo/edk/embedder/platform_shared_buffer.h
third_party/mojo/src/mojo/edk/embedder/platform_support.h
third_party/mojo/src/mojo/edk/embedder/process_delegate.h
third_party/mojo/src/mojo/edk/embedder/scoped_platform_handle.h
third_party/mojo/src/mojo/edk/embedder/simple_platform_shared_buffer.h
third_party/mojo/src/mojo/edk/embedder/simple_platform_shared_buffer_android.cc
third_party/mojo/src/mojo/edk/embedder/simple_platform_shared_buffer_posix.cc
third_party/mojo/src/mojo/edk/embedder/simple_platform_shared_buffer_unittest.cc
third_party/mojo/src/mojo/edk/embedder/simple_platform_support.h
third_party/mojo/src/mojo/edk/embedder/slave_process_delegate.h
third_party/mojo/src/mojo/edk/embedder/test_embedder.cc
third_party/mojo/src/mojo/edk/js/test/BUILD.gn
third_party/mojo/src/mojo/edk/js/test/run_js_tests.cc
third_party/mojo/src/mojo/edk/js/tests/BUILD.gn
third_party/mojo/src/mojo/edk/mojo_edk.gni
third_party/mojo/src/mojo/edk/system/BUILD.gn
third_party/mojo/src/mojo/edk/system/async_waiter.h
third_party/mojo/src/mojo/edk/system/awakable_list.h
third_party/mojo/src/mojo/edk/system/awakable_list_unittest.cc
third_party/mojo/src/mojo/edk/system/channel.cc
third_party/mojo/src/mojo/edk/system/channel.h
third_party/mojo/src/mojo/edk/system/channel_endpoint.cc
third_party/mojo/src/mojo/edk/system/channel_endpoint.h
third_party/mojo/src/mojo/edk/system/channel_endpoint_client.h
third_party/mojo/src/mojo/edk/system/channel_endpoint_id.cc
third_party/mojo/src/mojo/edk/system/channel_endpoint_id.h
third_party/mojo/src/mojo/edk/system/channel_endpoint_unittest.cc
third_party/mojo/src/mojo/edk/system/channel_manager.h
third_party/mojo/src/mojo/edk/system/channel_manager_unittest.cc
third_party/mojo/src/mojo/edk/system/channel_test_base.h
third_party/mojo/src/mojo/edk/system/connection_manager.h
third_party/mojo/src/mojo/edk/system/connection_manager_unittest.cc
third_party/mojo/src/mojo/edk/system/core.cc
third_party/mojo/src/mojo/edk/system/core.h
third_party/mojo/src/mojo/edk/system/core_test_base.cc
third_party/mojo/src/mojo/edk/system/core_test_base.h
third_party/mojo/src/mojo/edk/system/core_unittest.cc
third_party/mojo/src/mojo/edk/system/data_pipe.h
third_party/mojo/src/mojo/edk/system/data_pipe_consumer_dispatcher.cc
third_party/mojo/src/mojo/edk/system/data_pipe_consumer_dispatcher.h
third_party/mojo/src/mojo/edk/system/data_pipe_impl.h
third_party/mojo/src/mojo/edk/system/data_pipe_impl_unittest.cc
third_party/mojo/src/mojo/edk/system/data_pipe_producer_dispatcher.cc
third_party/mojo/src/mojo/edk/system/data_pipe_producer_dispatcher.h
third_party/mojo/src/mojo/edk/system/data_pipe_unittest.cc
third_party/mojo/src/mojo/edk/system/dispatcher.h
third_party/mojo/src/mojo/edk/system/dispatcher_unittest.cc
third_party/mojo/src/mojo/edk/system/endpoint_relayer.h
third_party/mojo/src/mojo/edk/system/endpoint_relayer_unittest.cc
third_party/mojo/src/mojo/edk/system/handle_signals_state.h
third_party/mojo/src/mojo/edk/system/handle_table.cc
third_party/mojo/src/mojo/edk/system/handle_table.h
third_party/mojo/src/mojo/edk/system/incoming_endpoint.h
third_party/mojo/src/mojo/edk/system/ipc_support.h
third_party/mojo/src/mojo/edk/system/ipc_support_unittest.cc
third_party/mojo/src/mojo/edk/system/local_data_pipe_impl.cc
third_party/mojo/src/mojo/edk/system/local_data_pipe_impl.h
third_party/mojo/src/mojo/edk/system/local_message_pipe_endpoint.h
third_party/mojo/src/mojo/edk/system/mapping_table.h
third_party/mojo/src/mojo/edk/system/master_connection_manager.cc
third_party/mojo/src/mojo/edk/system/master_connection_manager.h
third_party/mojo/src/mojo/edk/system/memory.h
third_party/mojo/src/mojo/edk/system/message_in_transit.cc
third_party/mojo/src/mojo/edk/system/message_in_transit.h
third_party/mojo/src/mojo/edk/system/message_in_transit_queue.cc
third_party/mojo/src/mojo/edk/system/message_in_transit_queue.h
third_party/mojo/src/mojo/edk/system/message_in_transit_test_utils.cc
third_party/mojo/src/mojo/edk/system/message_in_transit_test_utils.h
third_party/mojo/src/mojo/edk/system/message_pipe.h
third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher.cc
third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher.h
third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher_unittest.cc
third_party/mojo/src/mojo/edk/system/message_pipe_endpoint.h
third_party/mojo/src/mojo/edk/system/message_pipe_perftest.cc
third_party/mojo/src/mojo/edk/system/message_pipe_test_utils.cc
third_party/mojo/src/mojo/edk/system/message_pipe_test_utils.h
third_party/mojo/src/mojo/edk/system/message_pipe_unittest.cc
third_party/mojo/src/mojo/edk/system/multiprocess_message_pipe_unittest.cc
third_party/mojo/src/mojo/edk/system/options_validation.h
third_party/mojo/src/mojo/edk/system/platform_handle_dispatcher.cc
third_party/mojo/src/mojo/edk/system/platform_handle_dispatcher.h
third_party/mojo/src/mojo/edk/system/platform_handle_dispatcher_unittest.cc
third_party/mojo/src/mojo/edk/system/proxy_message_pipe_endpoint.h
third_party/mojo/src/mojo/edk/system/raw_channel.cc
third_party/mojo/src/mojo/edk/system/raw_channel.h
third_party/mojo/src/mojo/edk/system/raw_channel_posix.cc
third_party/mojo/src/mojo/edk/system/raw_channel_unittest.cc
third_party/mojo/src/mojo/edk/system/raw_channel_win.cc
third_party/mojo/src/mojo/edk/system/remote_consumer_data_pipe_impl.h
third_party/mojo/src/mojo/edk/system/remote_data_pipe_impl_unittest.cc
third_party/mojo/src/mojo/edk/system/remote_message_pipe_unittest.cc
third_party/mojo/src/mojo/edk/system/remote_producer_data_pipe_impl.h
third_party/mojo/src/mojo/edk/system/shared_buffer_dispatcher.cc
third_party/mojo/src/mojo/edk/system/shared_buffer_dispatcher.h
third_party/mojo/src/mojo/edk/system/shared_buffer_dispatcher_unittest.cc
third_party/mojo/src/mojo/edk/system/simple_dispatcher.h
third_party/mojo/src/mojo/edk/system/simple_dispatcher_unittest.cc
third_party/mojo/src/mojo/edk/system/slave_connection_manager.h
third_party/mojo/src/mojo/edk/system/test_channel_endpoint_client.h
third_party/mojo/src/mojo/edk/system/test_utils.cc
third_party/mojo/src/mojo/edk/system/test_utils.h
third_party/mojo/src/mojo/edk/system/transport_data.cc
third_party/mojo/src/mojo/edk/system/transport_data.h
third_party/mojo/src/mojo/edk/system/unique_identifier.h
third_party/mojo/src/mojo/edk/system/unique_identifier_unittest.cc
third_party/mojo/src/mojo/edk/system/waiter.h
third_party/mojo/src/mojo/edk/system/waiter_test_utils.h
third_party/mojo/src/mojo/edk/system/waiter_unittest.cc
third_party/mojo/src/mojo/edk/test/BUILD.gn
third_party/mojo/src/mojo/edk/test/multiprocess_test_helper.h
third_party/mojo/src/mojo/edk/test/scoped_ipc_support.h
third_party/mojo/src/mojo/edk/test/test_support_impl.h
third_party/mojo/src/mojo/edk/test/test_utils.h
third_party/mojo/src/mojo/edk/test/test_utils_posix.cc
third_party/mojo/src/mojo/edk/test/test_utils_win.cc
third_party/mojo/src/mojo/public/VERSION
third_party/mojo/src/mojo/public/cpp/bindings/lib/validate_params.h
third_party/mojo/src/mojo/public/cpp/system/macros.h
third_party/mojo/src/mojo/public/cpp/system/tests/macros_unittest.cc
third_party/mojo/src/mojo/public/dart/CHANGELOG.md
third_party/mojo/src/mojo/public/dart/lib/src/event_stream.dart
third_party/mojo/src/mojo/public/dart/lib/src/handle.dart
third_party/mojo/src/mojo/public/dart/lib/src/message_pipe.dart
third_party/mojo/src/mojo/public/dart/pubspec.yaml
third_party/mojo/src/mojo/public/dart/rules.gni
third_party/mojo/src/mojo/public/go/bindings/message.go
third_party/mojo/src/mojo/public/interfaces/bindings/tests/test_unions.mojom
third_party/mojo/src/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ExecutorFactory.java
third_party/mojo/src/mojo/public/java/system/src/org/chromium/mojo/system/InvalidHandle.java
third_party/mojo/src/mojo/public/java/system/src/org/chromium/mojo/system/MojoException.java
third_party/mojo/src/mojo/public/js/codec.js
third_party/mojo/src/mojo/public/js/union_unittests.js [new file with mode: 0644]
third_party/mojo/src/mojo/public/js/validator.js
third_party/mojo/src/mojo/public/mojo_application.gni
third_party/mojo/src/mojo/public/tools/NETWORK_SERVICE_VERSION
third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/struct_definition.tmpl
third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/struct_macros.tmpl
third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/union_serialization_definition.tmpl
third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/validation_macros.tmpl
third_party/mojo/src/mojo/public/tools/bindings/generators/dart_templates/interface_definition.tmpl
third_party/mojo/src/mojo/public/tools/bindings/generators/dart_templates/union_definition.tmpl
third_party/mojo/src/mojo/public/tools/bindings/generators/js_templates/module_definition.tmpl
third_party/mojo/src/mojo/public/tools/bindings/generators/js_templates/struct_definition.tmpl
third_party/mojo/src/mojo/public/tools/bindings/generators/js_templates/union_definition.tmpl [new file with mode: 0644]
third_party/mojo/src/mojo/public/tools/bindings/generators/js_templates/validation_macros.tmpl [new file with mode: 0644]
third_party/mojo/src/mojo/public/tools/bindings/generators/mojom_cpp_generator.py
third_party/mojo/src/mojo/public/tools/bindings/generators/mojom_dart_generator.py
third_party/mojo/src/mojo/public/tools/bindings/generators/mojom_js_generator.py
third_party/mojo/src/mojo/public/tools/bindings/mojom.gni
third_party/mojo/src/mojo/public/tools/download_shell_binary.py
third_party/mojo/src/mojo/public/tools/git/dart_pub_get.py