Update mojo sdk to rev 8af2ccff2eee4bfca1043015abee30482a030b30
commit2e86fb9356e3a693762d3c86c70e63951bd9d1be
authorviettrungluu <viettrungluu@chromium.org>
Mon, 9 Feb 2015 23:30:51 +0000 (9 15:30 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 9 Feb 2015 23:31:30 +0000 (9 23:31 +0000)
treeb618ca637c6ab2517f44967b435aeba2b2c548a0
parentececadd5dd84f2f7724791ad46c7ec23cdd43b2f
Update mojo sdk to rev 8af2ccff2eee4bfca1043015abee30482a030b30

Also apply mojo 8fda9302f51f99dc25e6e0c95cfd0a04e1adc802 (https://codereview.chromium.org/902783004/).

Also apply mojo e62ed5fbf8bb4d7cfa87f499b1d1b50bdf8e0b3b (https://codereview.chromium.org/905253005/).

Also apply dcf5a5e1dbccb91f774d545b5f31d06042d8a8e3 (https://codereview.chromium.org/909903003/).

TBR=jamesr@chromium.org
NOPRESUBMIT=true
CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win8_chromium_gn_dbg,win8_chromium_gn_rel

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

Cr-Commit-Position: refs/heads/master@{#315432}
75 files changed:
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_internal.h
third_party/mojo/src/mojo/edk/js/BUILD.gn
third_party/mojo/src/mojo/edk/system/channel_endpoint.cc
third_party/mojo/src/mojo/edk/system/channel_info.cc
third_party/mojo/src/mojo/edk/system/channel_info.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/channel_manager_unittest.cc
third_party/mojo/src/mojo/edk/system/connection_manager_unittest.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/proxy_message_pipe_endpoint.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/public/VERSION
third_party/mojo/src/mojo/public/cpp/bindings/lib/validation_errors.cc
third_party/mojo/src/mojo/public/cpp/bindings/lib/validation_errors.h
third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn
third_party/mojo/src/mojo/public/cpp/bindings/tests/serialization_warning_unittest.cc
third_party/mojo/src/mojo/public/cpp/bindings/tests/union_unittest.cc
third_party/mojo/src/mojo/public/go/system/core.go
third_party/mojo/src/mojo/public/go/system/data_pipe.go
third_party/mojo/src/mojo/public/go/system/handle.go
third_party/mojo/src/mojo/public/go/system/message_pipe.go
third_party/mojo/src/mojo/public/go/system/mojo_types.go
third_party/mojo/src/mojo/public/go/system/shared_buffer.go
third_party/mojo/src/mojo/public/interfaces/bindings/tests/BUILD.gn
third_party/mojo/src/mojo/public/interfaces/bindings/tests/test_unions.mojom
third_party/mojo/src/mojo/public/js/connection.js
third_party/mojo/src/mojo/public/mojo_application.gni
third_party/mojo/src/mojo/public/python/mojo_bindings/reflection.py
third_party/mojo/src/mojo/public/tools/BUILD.gn
third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/module-internal.h.tmpl
third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/module.cc.tmpl
third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl
third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/params_definition.tmpl
third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/serialization_macros.tmpl [new file with mode: 0644]
third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/struct_declaration.tmpl
third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/struct_serialization_declaration.tmpl [deleted file]
third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/union_declaration.tmpl [new file with mode: 0644]
third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/union_definition.tmpl [new file with mode: 0644]
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 [new file with mode: 0644]
third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/wrapper_union_class_declaration.tmpl
third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/wrapper_union_class_definition.tmpl
third_party/mojo/src/mojo/public/tools/bindings/generators/dart_templates/struct_definition.tmpl
third_party/mojo/src/mojo/public/tools/bindings/generators/go_templates/enum.tmpl [new file with mode: 0644]
third_party/mojo/src/mojo/public/tools/bindings/generators/go_templates/interface.tmpl [new file with mode: 0644]
third_party/mojo/src/mojo/public/tools/bindings/generators/go_templates/source.tmpl
third_party/mojo/src/mojo/public/tools/bindings/generators/go_templates/struct.tmpl [new file with mode: 0644]
third_party/mojo/src/mojo/public/tools/bindings/generators/java_templates/struct_definition.tmpl
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_go_generator.py
third_party/mojo/src/mojo/public/tools/bindings/generators/mojom_java_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/mojom.gni
third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom/generate/data.py
third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom/generate/generator.py
third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom/generate/module.py
third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom/generate/pack.py
third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom_tests/generate/generator_unittest.py [new file with mode: 0644]
third_party/mojo/src/mojo/public/tools/bindings/pylib/mojom_tests/generate/pack_unittest.py
third_party/mojo/src/mojo/public/tools/download_shell_binary.py
third_party/mojo_services/src/public/js/shell.js
third_party/mojo_services/src/view_manager/public/cpp/lib/view.cc
third_party/mojo_services/src/view_manager/public/cpp/lib/view_manager_client_factory.cc
third_party/mojo_services/src/view_manager/public/cpp/lib/view_manager_client_impl.cc
third_party/mojo_services/src/view_manager/public/cpp/lib/view_manager_client_impl.h
third_party/mojo_services/src/view_manager/public/cpp/view_manager_client_factory.h
third_party/mojo_services/src/view_manager/public/interfaces/view_manager.mojom
third_party/mojo_services/src/window_manager/public/interfaces/window_manager_internal.mojom