Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4f
commit7b6d64a6dabbba0f2ce3dd4429fdc79d4aabc898
authorrockot <rockot@chromium.org>
Sun, 24 May 2015 06:18:09 +0000 (23 23:18 -0700)
committerCommit bot <commit-bot@chromium.org>
Sun, 24 May 2015 06:18:50 +0000 (24 06:18 +0000)
tree7f69d5459b2193b348bbdfd22a8f1592aee2d121
parent0404d85f873341ea50b47a8220126b24dc2030d9
Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4f

Relanding this. Was reverted due to some type conversion errors
on Win x64 GN dbg (guess because MSVS 2012?)

Just noticed the revert. Will upstream the Mojo fix later.

BUG=None
TBR=jam@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#331246}
121 files changed:
build/module_args/mojo.gni
components/filesystem/directory_impl_unittest.cc
components/filesystem/file_impl_unittest.cc
components/filesystem/files_test_base.cc
components/html_viewer/web_clipboard_impl.cc
components/html_viewer/web_cookie_jar_impl.cc
components/resource_provider/public/cpp/resource_loader.cc
mandoline/ui/aura/surface_binding.cc
mojo/environment/default_logger_impl.cc
mojo/runner/shell_apptest.cc
mojo/services/network/http_server_apptest.cc
mojo/tools/rev_sdk.py
net/proxy/proxy_resolver_mojo_unittest.cc
third_party/mojo/mojom_bindings_generator_variables.gypi
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/platform_channel_pair_posix_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/multiprocess_message_pipe_unittest.cc
third_party/mojo/src/mojo/edk/system/raw_channel.cc
third_party/mojo/src/mojo/edk/system/slave_connection_manager.cc
third_party/mojo/src/mojo/edk/system/unique_identifier.cc
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/test/BUILD.gn
third_party/mojo/src/mojo/edk/test/multiprocess_test_helper.cc
third_party/mojo/src/mojo/edk/test/multiprocess_test_helper.h
third_party/mojo/src/mojo/edk/test/scoped_ipc_support.cc
third_party/mojo/src/mojo/edk/test/scoped_ipc_support.h
third_party/mojo/src/mojo/public/BUILD.gn
third_party/mojo/src/mojo/public/VERSION
third_party/mojo/src/mojo/public/c/environment/logger.h
third_party/mojo/src/mojo/public/c/gles2/BUILD.gn
third_party/mojo/src/mojo/public/cpp/bindings/interface_ptr.h
third_party/mojo/src/mojo/public/cpp/bindings/lib/interface_ptr_internal.h
third_party/mojo/src/mojo/public/cpp/bindings/tests/BUILD.gn
third_party/mojo/src/mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc
third_party/mojo/src/mojo/public/cpp/bindings/tests/union_unittest.cc
third_party/mojo/src/mojo/public/cpp/bindings/tests/versioning_apptest.cc
third_party/mojo/src/mojo/public/cpp/bindings/tests/versioning_test_service.cc
third_party/mojo/src/mojo/public/cpp/environment/lib/default_logger.cc
third_party/mojo/src/mojo/public/cpp/environment/lib/logging.cc
third_party/mojo/src/mojo/public/cpp/environment/logging.h
third_party/mojo/src/mojo/public/cpp/environment/tests/logger_unittest.cc
third_party/mojo/src/mojo/public/cpp/environment/tests/logging_unittest.cc
third_party/mojo/src/mojo/public/dart/.gitignore [new file with mode: 0644]
third_party/mojo/src/mojo/public/dart/BUILD.gn
third_party/mojo/src/mojo/public/dart/README.md
third_party/mojo/src/mojo/public/dart/io.dart [deleted file]
third_party/mojo/src/mojo/public/dart/lib/application.dart [moved from third_party/mojo/src/mojo/public/dart/application.dart with 82% similarity]
third_party/mojo/src/mojo/public/dart/lib/bindings.dart [moved from third_party/mojo/src/mojo/public/dart/bindings.dart with 71% similarity]
third_party/mojo/src/mojo/public/dart/lib/core.dart [moved from third_party/mojo/src/mojo/public/dart/core.dart with 100% similarity]
third_party/mojo/src/mojo/public/dart/lib/internal.dart [moved from third_party/mojo/src/mojo/public/dart/internal.dart with 100% similarity]
third_party/mojo/src/mojo/public/dart/lib/io.dart [new file with mode: 0644]
third_party/mojo/src/mojo/public/dart/lib/src/application.dart [moved from third_party/mojo/src/mojo/public/dart/src/application.dart with 100% similarity]
third_party/mojo/src/mojo/public/dart/lib/src/application_connection.dart [moved from third_party/mojo/src/mojo/public/dart/src/application_connection.dart with 100% similarity]
third_party/mojo/src/mojo/public/dart/lib/src/buffer.dart [moved from third_party/mojo/src/mojo/public/dart/src/buffer.dart with 100% similarity]
third_party/mojo/src/mojo/public/dart/lib/src/codec.dart [moved from third_party/mojo/src/mojo/public/dart/src/codec.dart with 98% similarity]
third_party/mojo/src/mojo/public/dart/lib/src/control_message.dart [new file with mode: 0644]
third_party/mojo/src/mojo/public/dart/lib/src/data_pipe.dart [moved from third_party/mojo/src/mojo/public/dart/src/data_pipe.dart with 100% similarity]
third_party/mojo/src/mojo/public/dart/lib/src/drain_data.dart [moved from third_party/mojo/src/mojo/public/dart/src/drain_data.dart with 100% similarity]
third_party/mojo/src/mojo/public/dart/lib/src/event_stream.dart [moved from third_party/mojo/src/mojo/public/dart/src/event_stream.dart with 100% similarity]
third_party/mojo/src/mojo/public/dart/lib/src/handle.dart [moved from third_party/mojo/src/mojo/public/dart/src/handle.dart with 100% similarity]
third_party/mojo/src/mojo/public/dart/lib/src/handle_watcher.dart [moved from third_party/mojo/src/mojo/public/dart/src/handle_watcher.dart with 100% similarity]
third_party/mojo/src/mojo/public/dart/lib/src/message.dart [moved from third_party/mojo/src/mojo/public/dart/src/message.dart with 100% similarity]
third_party/mojo/src/mojo/public/dart/lib/src/message_pipe.dart [moved from third_party/mojo/src/mojo/public/dart/src/message_pipe.dart with 100% similarity]
third_party/mojo/src/mojo/public/dart/lib/src/natives.dart [moved from third_party/mojo/src/mojo/public/dart/src/natives.dart with 100% similarity]
third_party/mojo/src/mojo/public/dart/lib/src/proxy.dart [moved from third_party/mojo/src/mojo/public/dart/src/proxy.dart with 55% similarity]
third_party/mojo/src/mojo/public/dart/lib/src/struct.dart [moved from third_party/mojo/src/mojo/public/dart/src/struct.dart with 100% similarity]
third_party/mojo/src/mojo/public/dart/lib/src/stub.dart [moved from third_party/mojo/src/mojo/public/dart/src/stub.dart with 99% similarity]
third_party/mojo/src/mojo/public/dart/lib/src/timer_queue.dart [moved from third_party/mojo/src/mojo/public/dart/src/timer_queue.dart with 100% similarity]
third_party/mojo/src/mojo/public/dart/lib/src/types.dart [moved from third_party/mojo/src/mojo/public/dart/src/types.dart with 100% similarity]
third_party/mojo/src/mojo/public/dart/pubspec.yaml [new file with mode: 0644]
third_party/mojo/src/mojo/public/dart/rules.gni
third_party/mojo/src/mojo/public/go/bindings/decoder.go
third_party/mojo/src/mojo/public/go/bindings/encoder.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/java/BUILD.gn
third_party/mojo/src/mojo/public/java/bindings/src/org/chromium/mojo/bindings/BindingsHelper.java
third_party/mojo/src/mojo/public/java/bindings/src/org/chromium/mojo/bindings/DataHeader.java [new file with mode: 0644]
third_party/mojo/src/mojo/public/java/bindings/src/org/chromium/mojo/bindings/Decoder.java
third_party/mojo/src/mojo/public/java/bindings/src/org/chromium/mojo/bindings/Encoder.java
third_party/mojo/src/mojo/public/java/bindings/src/org/chromium/mojo/bindings/MessageHeader.java
third_party/mojo/src/mojo/public/java/bindings/src/org/chromium/mojo/bindings/Struct.java
third_party/mojo/src/mojo/public/java/bindings/src/org/chromium/mojo/bindings/Union.java [new file with mode: 0644]
third_party/mojo/src/mojo/public/mojo.gni
third_party/mojo/src/mojo/public/tools/BUILD.gn
third_party/mojo/src/mojo/public/tools/bindings/generators/cpp_templates/union_definition.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/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/interface_definition.tmpl
third_party/mojo/src/mojo/public/tools/bindings/generators/dart_templates/module.lib.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/encoding_macros.tmpl [copied from third_party/mojo/src/mojo/public/tools/bindings/generators/go_templates/struct.tmpl with 70% similarity]
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
third_party/mojo/src/mojo/public/tools/bindings/generators/go_templates/union.tmpl [new file with mode: 0644]
third_party/mojo/src/mojo/public/tools/bindings/generators/java_templates/data_types_definition.tmpl [new file with mode: 0644]
third_party/mojo/src/mojo/public/tools/bindings/generators/java_templates/interface_definition.tmpl
third_party/mojo/src/mojo/public/tools/bindings/generators/java_templates/struct.java.tmpl
third_party/mojo/src/mojo/public/tools/bindings/generators/java_templates/struct_definition.tmpl [deleted file]
third_party/mojo/src/mojo/public/tools/bindings/generators/java_templates/union.java.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_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/mojom.gni
third_party/mojo/src/mojo/public/tools/dart_analyze.py
third_party/mojo/src/mojo/public/tools/dart_list_mojoms.py [new file with mode: 0755]
third_party/mojo/src/mojo/public/tools/dart_list_packages_contents.py
third_party/mojo/src/mojo/public/tools/dart_package.py [new file with mode: 0755]
third_party/mojo/src/mojo/public/tools/dart_package_name.py [new file with mode: 0755]
third_party/mojo/src/mojo/public/tools/dart_pkg.py [new file with mode: 0755]
third_party/mojo/src/mojo/public/tools/download_network_service.py
third_party/mojo/src/mojo/public/tools/git/dart_pub_get.py