Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598
commit0b56a692d5c342a7093c361ff6ccb464c9d54947
authorrockot <rockot@chromium.org>
Sat, 22 Aug 2015 02:45:43 +0000 (21 19:45 -0700)
committerCommit bot <commit-bot@chromium.org>
Sat, 22 Aug 2015 02:46:16 +0000 (22 02:46 +0000)
tree570a0c6bed7b2edad07fcb9ca841809971762d29
parent020dd26e26903bf63564601cbf31670f7cda6854
Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598

This updates lots of code which was missing an include of
mojo/public/cpp/bindings/binding.h (which used to be included
transitively from mojom-generated headers), and gets rid of
references to mojo::ErrorHandler.

BUG=None
TBR=jam@chromium.org,ben@chromium.org
TBR=mfoltz@chromium.org
TBR=mek@chromium.org
TBR=xhwang@chromium.org
TBR=shess@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#344957}
135 files changed:
build/module_args/dart.gni [new file with mode: 0644]
chrome/browser/media/router/media_router_mojo_impl.h
chrome/browser/media/router/media_router_mojo_test.h
components/devtools_service/devtools_http_server.h
components/filesystem/files_test_base.h
components/html_viewer/document_resource_waiter.h
components/html_viewer/html_frame.cc
components/html_viewer/html_frame.h
components/html_viewer/web_socket_handle_impl.cc
content/browser/presentation/presentation_service_impl.cc
content/browser/presentation/presentation_service_impl.h
content/child/navigator_connect/service_port_provider.h
content/renderer/presentation/presentation_dispatcher.h
device/serial/data_receiver.h
device/serial/data_sink_receiver.h
device/serial/data_source_sender.h
extensions/browser/mojo/stash_backend_unittest.cc
ipc/mojo/ipc_channel_mojo.cc
mandoline/ui/aura/surface_binding.cc
media/mojo/services/mojo_cdm.h
media/mojo/services/mojo_renderer_impl.h
mojo/application/public/cpp/application_impl.h
mojo/application/public/cpp/lib/service_registry.h
mojo/gles2/command_buffer_client_impl.h
mojo/runner/child_process.cc
mojo/tools/rev_sdk.py
sql/mojo/sql_test_base.h
third_party/mojo/mojo_edk.gyp
third_party/mojo/mojo_edk_system_impl.gypi
third_party/mojo/mojo_edk_tests.gyp
third_party/mojo/mojo_public.gyp
third_party/mojo/src/mojo/edk/embedder/BUILD.gn
third_party/mojo/src/mojo/edk/embedder/embedder_unittest.cc
third_party/mojo/src/mojo/edk/embedder/platform_channel_pair_posix_unittest.cc
third_party/mojo/src/mojo/edk/embedder/simple_platform_support.cc
third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.cc
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/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_manager.cc
third_party/mojo/src/mojo/edk/system/channel_manager.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/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_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/dispatcher.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.cc
third_party/mojo/src/mojo/edk/system/endpoint_relayer.h
third_party/mojo/src/mojo/edk/system/incoming_endpoint.cc
third_party/mojo/src/mojo/edk/system/incoming_endpoint.h
third_party/mojo/src/mojo/edk/system/ipc_support.cc
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/message_in_transit.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/mutex.cc [new file with mode: 0644]
third_party/mojo/src/mojo/edk/system/mutex.h [new file with mode: 0644]
third_party/mojo/src/mojo/edk/system/mutex_unittest.cc [new file with mode: 0644]
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/raw_channel_unittest.cc
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/simple_dispatcher.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.cc
third_party/mojo/src/mojo/edk/system/slave_connection_manager.h
third_party/mojo/src/mojo/edk/system/test_channel_endpoint_client.cc
third_party/mojo/src/mojo/edk/system/test_channel_endpoint_client.h
third_party/mojo/src/mojo/edk/system/test_utils.h
third_party/mojo/src/mojo/edk/system/thread_annotations.h [new file with mode: 0644]
third_party/mojo/src/mojo/edk/system/thread_annotations_unittest.cc [new file with mode: 0644]
third_party/mojo/src/mojo/edk/system/waiter_unittest.cc
third_party/mojo/src/mojo/edk/test/BUILD.gn
third_party/mojo/src/mojo/public/VERSION
third_party/mojo/src/mojo/public/c/gpu/DEPS [new file with mode: 0644]
third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn
third_party/mojo/src/mojo/public/cpp/bindings/binding.h
third_party/mojo/src/mojo/public/cpp/bindings/callback.h
third_party/mojo/src/mojo/public/cpp/bindings/error_handler.h [deleted file]
third_party/mojo/src/mojo/public/cpp/bindings/interface_impl.h [deleted file]
third_party/mojo/src/mojo/public/cpp/bindings/interface_ptr.h
third_party/mojo/src/mojo/public/cpp/bindings/lib/connector.cc
third_party/mojo/src/mojo/public/cpp/bindings/lib/connector.h
third_party/mojo/src/mojo/public/cpp/bindings/lib/map_data_internal.h
third_party/mojo/src/mojo/public/cpp/bindings/strong_binding.h
third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn
third_party/mojo/src/mojo/public/cpp/bindings/tests/binding_callback_unittest.cc
third_party/mojo/src/mojo/public/cpp/bindings/tests/binding_unittest.cc
third_party/mojo/src/mojo/public/cpp/bindings/tests/bindings_perftest.cc [new file with mode: 0644]
third_party/mojo/src/mojo/public/cpp/bindings/tests/callback_unittest.cc
third_party/mojo/src/mojo/public/cpp/bindings/tests/connector_unittest.cc
third_party/mojo/src/mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc
third_party/mojo/src/mojo/public/cpp/bindings/tests/message_queue.cc [moved from third_party/mojo/src/mojo/public/cpp/bindings/lib/message_queue.cc with 80% similarity]
third_party/mojo/src/mojo/public/cpp/bindings/tests/message_queue.h [moved from third_party/mojo/src/mojo/public/cpp/bindings/lib/message_queue.h with 61% similarity]
third_party/mojo/src/mojo/public/cpp/bindings/tests/request_response_unittest.cc
third_party/mojo/src/mojo/public/cpp/bindings/tests/router_unittest.cc
third_party/mojo/src/mojo/public/cpp/bindings/tests/validation_unittest.cc
third_party/mojo/src/mojo/public/dart/.analysis_options [new file with mode: 0644]
third_party/mojo/src/mojo/public/dart/.gitignore
third_party/mojo/src/mojo/public/dart/BUILD.gn
third_party/mojo/src/mojo/public/dart/CHANGELOG.md
third_party/mojo/src/mojo/public/dart/lib/io.dart [deleted file]
third_party/mojo/src/mojo/public/dart/pubspec.yaml
third_party/mojo/src/mojo/public/dart/rules.gni
third_party/mojo/src/mojo/public/interfaces/bindings/tests/BUILD.gn
third_party/mojo/src/mojo/public/interfaces/bindings/tests/ping_service.mojom [new file with mode: 0644]
third_party/mojo/src/mojo/public/interfaces/bindings/tests/test_unions.mojom
third_party/mojo/src/mojo/public/mojo_application.gni
third_party/mojo/src/mojo/public/python/mojo_bindings/descriptor.py
third_party/mojo/src/mojo/public/python/mojo_bindings/reflection.py
third_party/mojo/src/mojo/public/python/mojo_bindings/serialization.py
third_party/mojo/src/mojo/public/tools/NETWORK_SERVICE_VERSION
third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/enum_declaration.tmpl
third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl
third_party/mojo/src/mojo/public/tools/bindings/generators/java_templates/interface_definition.tmpl
third_party/mojo/src/mojo/public/tools/bindings/generators/mojom_dart_generator.py
third_party/mojo/src/mojo/public/tools/bindings/generators/mojom_python_generator.py
third_party/mojo/src/mojo/public/tools/bindings/generators/python_templates/module.py.tmpl
third_party/mojo/src/mojo/public/tools/bindings/generators/python_templates/module_macros.tmpl
third_party/mojo/src/mojo/public/tools/dart_pkg.py