Update mojo sdk to rev 59145288bae55b0fce4276b017df6a1117bcf00f
commit6f6c4e614de20d2509ee53e04b1c5351db71e1c6
authorrockot <rockot@chromium.org>
Tue, 16 Dec 2014 00:54:14 +0000 (15 16:54 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 16 Dec 2014 00:54:37 +0000 (16 00:54 +0000)
tree59b3af8852d3a35bf72981e29bdd4516d67abb4b
parent3ac8a6d5596a29d00102e280ec7e7164c2807370
Update mojo sdk to rev 59145288bae55b0fce4276b017df6a1117bcf00f

BUG=None
TBR=jamesr@chromium.org for mojo

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

Cr-Commit-Position: refs/heads/master@{#308479}
259 files changed:
media/mojo/interfaces/BUILD.gn
media/mojo/interfaces/media_types.mojom
media/mojo/services/BUILD.gn
mojo/BUILD.gn
mojo/cc/BUILD.gn
mojo/cc/output_surface_mojo.h
mojo/converters/geometry/BUILD.gn
mojo/converters/geometry/geometry_type_converters.h
mojo/converters/input_events/BUILD.gn
mojo/converters/input_events/input_events_type_converters.cc
mojo/converters/input_events/input_events_type_converters.h
mojo/converters/surfaces/BUILD.gn
mojo/converters/surfaces/surfaces_type_converters.h
mojo/converters/surfaces/surfaces_utils.h
mojo/converters/surfaces/tests/BUILD.gn
mojo/edk/embedder/embedder.cc
mojo/edk/js/tests/sample_service_tests.js
mojo/edk/mojo_edk.gni
mojo/edk/mojo_edk_system_impl.gypi
mojo/edk/mojo_edk_tests.gyp
mojo/edk/system/BUILD.gn
mojo/edk/system/awakable.h
mojo/edk/system/awakable_list.cc
mojo/edk/system/awakable_list_unittest.cc
mojo/edk/system/channel.cc
mojo/edk/system/channel.h
mojo/edk/system/channel_unittest.cc
mojo/edk/system/incoming_endpoint.cc [new file with mode: 0644]
mojo/edk/system/incoming_endpoint.h [new file with mode: 0644]
mojo/edk/system/local_message_pipe_endpoint.cc
mojo/edk/system/local_message_pipe_endpoint.h
mojo/edk/system/message_in_transit.cc
mojo/edk/system/message_in_transit.h
mojo/edk/system/message_pipe.cc
mojo/edk/system/message_pipe.h
mojo/edk/system/message_pipe_test_utils.cc
mojo/edk/system/remote_message_pipe_unittest.cc
mojo/edk/system/waiter.cc
mojo/edk/system/waiter.h
mojo/edk/test/BUILD.gn
mojo/public/VERSION
mojo/public/c/gles2/BUILD.gn
mojo/public/c/gles2/gles2_call_visitor_autogen.h
mojo/public/c/system/BUILD.gn
mojo/public/c/system/tests/BUILD.gn
mojo/public/cpp/application/tests/BUILD.gn
mojo/public/cpp/bindings/tests/BUILD.gn
mojo/public/cpp/environment/tests/BUILD.gn
mojo/public/cpp/system/handle.h
mojo/public/cpp/system/tests/core_unittest.cc
mojo/public/interfaces/bindings/tests/test_structs.mojom
mojo/public/js/codec.js
mojo/public/js/connection.js
mojo/public/js/struct_unittests.js
mojo/public/mojo_application.gni
mojo/public/mojo_sdk.gni
mojo/public/platform/native/BUILD.gn
mojo/public/platform/native/system_thunks.cc
mojo/public/platform/native/system_thunks.h
mojo/public/python/BUILD.gn
mojo/public/python/mojo/bindings/messaging.py
mojo/public/third_party/README.txt [new file with mode: 0644]
mojo/public/third_party/jinja2/AUTHORS [new file with mode: 0644]
mojo/public/third_party/jinja2/Jinja2-2.7.1.tar.gz.md5 [new file with mode: 0644]
mojo/public/third_party/jinja2/Jinja2-2.7.1.tar.gz.sha512 [new file with mode: 0644]
mojo/public/third_party/jinja2/LICENSE [new file with mode: 0644]
mojo/public/third_party/jinja2/OWNERS [new file with mode: 0644]
mojo/public/third_party/jinja2/README.chromium [new file with mode: 0644]
mojo/public/third_party/jinja2/__init__.py [new file with mode: 0644]
mojo/public/third_party/jinja2/_compat.py [new file with mode: 0644]
mojo/public/third_party/jinja2/_stringdefs.py [new file with mode: 0644]
mojo/public/third_party/jinja2/bccache.py [new file with mode: 0644]
mojo/public/third_party/jinja2/compiler.py [new file with mode: 0644]
mojo/public/third_party/jinja2/constants.py [new file with mode: 0644]
mojo/public/third_party/jinja2/debug.py [new file with mode: 0644]
mojo/public/third_party/jinja2/defaults.py [new file with mode: 0644]
mojo/public/third_party/jinja2/environment.py [new file with mode: 0644]
mojo/public/third_party/jinja2/exceptions.py [new file with mode: 0644]
mojo/public/third_party/jinja2/ext.py [new file with mode: 0644]
mojo/public/third_party/jinja2/filters.py [new file with mode: 0644]
mojo/public/third_party/jinja2/get_jinja2.sh [new file with mode: 0755]
mojo/public/third_party/jinja2/lexer.py [new file with mode: 0644]
mojo/public/third_party/jinja2/loaders.py [new file with mode: 0644]
mojo/public/third_party/jinja2/meta.py [new file with mode: 0644]
mojo/public/third_party/jinja2/nodes.py [new file with mode: 0644]
mojo/public/third_party/jinja2/optimizer.py [new file with mode: 0644]
mojo/public/third_party/jinja2/parser.py [new file with mode: 0644]
mojo/public/third_party/jinja2/runtime.py [new file with mode: 0644]
mojo/public/third_party/jinja2/sandbox.py [new file with mode: 0644]
mojo/public/third_party/jinja2/tests.py [new file with mode: 0644]
mojo/public/third_party/jinja2/utils.py [new file with mode: 0644]
mojo/public/third_party/jinja2/visitor.py [new file with mode: 0644]
mojo/public/third_party/markupsafe/AUTHORS [new file with mode: 0644]
mojo/public/third_party/markupsafe/LICENSE [new file with mode: 0644]
mojo/public/third_party/markupsafe/MarkupSafe-0.18.tar.gz.md5 [new file with mode: 0644]
mojo/public/third_party/markupsafe/MarkupSafe-0.18.tar.gz.sha512 [new file with mode: 0644]
mojo/public/third_party/markupsafe/OWNERS [new file with mode: 0644]
mojo/public/third_party/markupsafe/README.chromium [new file with mode: 0644]
mojo/public/third_party/markupsafe/__init__.py [new file with mode: 0644]
mojo/public/third_party/markupsafe/_compat.py [new file with mode: 0644]
mojo/public/third_party/markupsafe/_constants.py [new file with mode: 0644]
mojo/public/third_party/markupsafe/_native.py [new file with mode: 0644]
mojo/public/third_party/markupsafe/_speedups.c [new file with mode: 0644]
mojo/public/third_party/markupsafe/get_markupsafe.sh [new file with mode: 0755]
mojo/public/third_party/ply/LICENSE [new file with mode: 0644]
mojo/public/third_party/ply/README [new file with mode: 0644]
mojo/public/third_party/ply/README.chromium [new file with mode: 0644]
mojo/public/third_party/ply/__init__.py [new file with mode: 0644]
mojo/public/third_party/ply/lex.py [new file with mode: 0644]
mojo/public/third_party/ply/yacc.py [new file with mode: 0644]
mojo/public/tools/bindings/generators/java_templates/struct_definition.tmpl
mojo/public/tools/bindings/generators/js_templates/interface_definition.tmpl
mojo/public/tools/bindings/generators/mojom_java_generator.py
mojo/public/tools/bindings/generators/mojom_js_generator.py
mojo/public/tools/bindings/mojom.gni
mojo/public/tools/bindings/mojom_bindings_generator.gypi
mojo/public/tools/bindings/mojom_bindings_generator.py
mojo/public/tools/bindings/mojom_bindings_generator_explicit.gypi
mojo/public/tools/bindings/pylib/mojom/generate/data.py
mojo/public/tools/bindings/pylib/mojom/generate/module.py
mojo/public/tools/bindings/pylib/mojom/generate/template_expander.py
mojo/public/tools/bindings/pylib/mojom/parse/ast.py
mojo/public/tools/bindings/pylib/mojom/parse/lexer.py
mojo/public/tools/bindings/pylib/mojom/parse/parser.py
mojo/public/tools/bindings/pylib/mojom/parse/translate.py
mojo/public/tools/bindings/pylib/mojom_tests/generate/__init__.py [new file with mode: 0644]
mojo/public/tools/bindings/pylib/mojom_tests/generate/data_unittest.py [new file with mode: 0644]
mojo/public/tools/bindings/pylib/mojom_tests/parse/lexer_unittest.py
mojo/public/tools/bindings/pylib/mojom_tests/parse/parser_unittest.py
mojo/public/tools/bindings/pylib/mojom_tests/parse/translate_unittest.py
mojo/services/BUILD.gn
mojo/services/accessibility/public/interfaces/BUILD.gn [moved from mojo/services/public/interfaces/accessibility/BUILD.gn with 78% similarity]
mojo/services/accessibility/public/interfaces/accessibility.mojom [moved from mojo/services/public/interfaces/accessibility/accessibility.mojom with 90% similarity]
mojo/services/clipboard/public/interfaces/BUILD.gn [moved from mojo/services/public/interfaces/clipboard/BUILD.gn with 92% similarity]
mojo/services/clipboard/public/interfaces/clipboard.mojom [moved from mojo/services/public/interfaces/clipboard/clipboard.mojom with 100% similarity]
mojo/services/content_handler/public/interfaces/BUILD.gn [moved from mojo/services/public/interfaces/content_handler/BUILD.gn with 80% similarity]
mojo/services/content_handler/public/interfaces/content_handler.mojom [moved from mojo/services/public/interfaces/content_handler/content_handler.mojom with 83% similarity]
mojo/services/geometry/public/cpp/BUILD.gn [moved from mojo/services/public/cpp/geometry/BUILD.gn with 74% similarity]
mojo/services/geometry/public/cpp/geometry_util.h [moved from mojo/services/public/cpp/geometry/geometry_util.h with 77% similarity]
mojo/services/geometry/public/interfaces/BUILD.gn [moved from mojo/services/public/interfaces/geometry/BUILD.gn with 92% similarity]
mojo/services/geometry/public/interfaces/geometry.mojom [moved from mojo/services/public/interfaces/geometry/geometry.mojom with 100% similarity]
mojo/services/gpu/public/interfaces/BUILD.gn [moved from mojo/services/public/interfaces/gpu/BUILD.gn with 83% similarity]
mojo/services/gpu/public/interfaces/command_buffer.mojom [moved from mojo/services/public/interfaces/gpu/command_buffer.mojom with 95% similarity]
mojo/services/gpu/public/interfaces/gpu.mojom [moved from mojo/services/public/interfaces/gpu/gpu.mojom with 72% similarity]
mojo/services/gpu/public/interfaces/gpu_capabilities.mojom [moved from mojo/services/public/interfaces/gpu/gpu_capabilities.mojom with 100% similarity]
mojo/services/gpu/public/interfaces/viewport_parameter_listener.mojom [moved from mojo/services/public/interfaces/gpu/viewport_parameter_listener.mojom with 100% similarity]
mojo/services/html_viewer/BUILD.gn
mojo/services/html_viewer/ax_provider_impl.h
mojo/services/html_viewer/blink_basic_type_converters.h
mojo/services/html_viewer/blink_input_events_type_converters.cc
mojo/services/html_viewer/blink_input_events_type_converters.h
mojo/services/html_viewer/blink_url_request_type_converters.h
mojo/services/html_viewer/html_document.cc
mojo/services/html_viewer/html_document.h
mojo/services/html_viewer/html_viewer.cc
mojo/services/html_viewer/mojo_blink_platform_impl.h
mojo/services/html_viewer/webclipboard_impl.h
mojo/services/html_viewer/webcookiejar_impl.h
mojo/services/html_viewer/weblayertreeview_impl.cc
mojo/services/html_viewer/weblayertreeview_impl.h
mojo/services/html_viewer/websockethandle_impl.cc
mojo/services/html_viewer/websockethandle_impl.h
mojo/services/html_viewer/weburlloader_impl.cc
mojo/services/html_viewer/weburlloader_impl.h
mojo/services/input_events/public/interfaces/BUILD.gn [moved from mojo/services/public/interfaces/input_events/BUILD.gn with 82% similarity]
mojo/services/input_events/public/interfaces/input_event_constants.mojom [moved from mojo/services/public/interfaces/input_events/input_event_constants.mojom with 100% similarity]
mojo/services/input_events/public/interfaces/input_events.mojom [moved from mojo/services/public/interfaces/input_events/input_events.mojom with 92% similarity]
mojo/services/input_events/public/interfaces/input_key_codes.mojom [moved from mojo/services/public/interfaces/input_events/input_key_codes.mojom with 100% similarity]
mojo/services/native_viewport/public/cpp/BUILD.gn [moved from mojo/services/public/cpp/native_viewport/BUILD.gn with 100% similarity]
mojo/services/native_viewport/public/cpp/args.h [moved from mojo/services/public/cpp/native_viewport/args.h with 71% similarity]
mojo/services/native_viewport/public/cpp/lib/args.cc [moved from mojo/services/public/cpp/native_viewport/lib/args.cc with 90% similarity]
mojo/services/native_viewport/public/interfaces/BUILD.gn [moved from mojo/services/public/interfaces/native_viewport/BUILD.gn with 54% similarity]
mojo/services/native_viewport/public/interfaces/native_viewport.mojom [moved from mojo/services/public/interfaces/native_viewport/native_viewport.mojom with 76% similarity]
mojo/services/navigation/public/interfaces/BUILD.gn [moved from mojo/services/public/interfaces/navigation/BUILD.gn with 79% similarity]
mojo/services/navigation/public/interfaces/navigation.mojom [moved from mojo/services/public/interfaces/navigation/navigation.mojom with 92% similarity]
mojo/services/network/BUILD.gn
mojo/services/network/cookie_store_impl.h
mojo/services/network/net_adapters.h
mojo/services/network/net_address_type_converters.h
mojo/services/network/network_service_impl.h
mojo/services/network/public/cpp/BUILD.gn [moved from mojo/services/public/cpp/network/BUILD.gn with 88% similarity]
mojo/services/network/public/cpp/udp_socket_wrapper.cc [moved from mojo/services/public/cpp/network/udp_socket_wrapper.cc with 98% similarity]
mojo/services/network/public/cpp/udp_socket_wrapper.h [moved from mojo/services/public/cpp/network/udp_socket_wrapper.h with 95% similarity]
mojo/services/network/public/cpp/web_socket_read_queue.cc [moved from mojo/services/public/cpp/network/web_socket_read_queue.cc with 96% similarity]
mojo/services/network/public/cpp/web_socket_read_queue.h [moved from mojo/services/public/cpp/network/web_socket_read_queue.h with 85% similarity]
mojo/services/network/public/cpp/web_socket_write_queue.cc [moved from mojo/services/public/cpp/network/web_socket_write_queue.cc with 97% similarity]
mojo/services/network/public/cpp/web_socket_write_queue.h [moved from mojo/services/public/cpp/network/web_socket_write_queue.h with 86% similarity]
mojo/services/network/public/interfaces/BUILD.gn [moved from mojo/services/public/interfaces/network/BUILD.gn with 95% similarity]
mojo/services/network/public/interfaces/cookie_store.mojom [moved from mojo/services/public/interfaces/network/cookie_store.mojom with 100% similarity]
mojo/services/network/public/interfaces/net_address.mojom [moved from mojo/services/public/interfaces/network/net_address.mojom with 100% similarity]
mojo/services/network/public/interfaces/network_error.mojom [moved from mojo/services/public/interfaces/network/network_error.mojom with 100% similarity]
mojo/services/network/public/interfaces/network_service.mojom [moved from mojo/services/public/interfaces/network/network_service.mojom with 82% similarity]
mojo/services/network/public/interfaces/tcp_bound_socket.mojom [moved from mojo/services/public/interfaces/network/tcp_bound_socket.mojom with 85% similarity]
mojo/services/network/public/interfaces/tcp_connected_socket.mojom [moved from mojo/services/public/interfaces/network/tcp_connected_socket.mojom with 100% similarity]
mojo/services/network/public/interfaces/tcp_server_socket.mojom [moved from mojo/services/public/interfaces/network/tcp_server_socket.mojom with 82% similarity]
mojo/services/network/public/interfaces/udp_socket.mojom [moved from mojo/services/public/interfaces/network/udp_socket.mojom with 97% similarity]
mojo/services/network/public/interfaces/url_loader.mojom [moved from mojo/services/public/interfaces/network/url_loader.mojom with 98% similarity]
mojo/services/network/public/interfaces/web_socket.mojom [moved from mojo/services/public/interfaces/network/web_socket.mojom with 96% similarity]
mojo/services/network/tcp_bound_socket_impl.h
mojo/services/network/tcp_connected_socket_impl.h
mojo/services/network/tcp_server_socket_impl.h
mojo/services/network/udp_socket_impl.h
mojo/services/network/udp_socket_unittest.cc
mojo/services/network/url_loader_impl.h
mojo/services/network/web_socket_impl.cc
mojo/services/network/web_socket_impl.h
mojo/services/public/cpp/view_manager/DEPS [deleted file]
mojo/services/public/interfaces/window_manager2/window_manager2.mojom [deleted file]
mojo/services/public/js/application.js
mojo/services/public/js/service_provider.js
mojo/services/public/js/shell.js
mojo/services/public/mojo_services_public.gyp
mojo/services/surfaces/public/cpp/BUILD.gn [moved from mojo/services/public/cpp/surfaces/BUILD.gn with 66% similarity]
mojo/services/surfaces/public/cpp/DEPS [new file with mode: 0644]
mojo/services/surfaces/public/cpp/surfaces_utils.cc [moved from mojo/services/public/cpp/surfaces/surfaces_utils.cc with 91% similarity]
mojo/services/surfaces/public/cpp/surfaces_utils.h [moved from mojo/services/public/cpp/surfaces/surfaces_utils.h with 67% similarity]
mojo/services/surfaces/public/interfaces/BUILD.gn [moved from mojo/services/public/interfaces/surfaces/BUILD.gn with 70% similarity]
mojo/services/surfaces/public/interfaces/quads.mojom [moved from mojo/services/public/interfaces/surfaces/quads.mojom with 97% similarity]
mojo/services/surfaces/public/interfaces/surface_id.mojom [moved from mojo/services/public/interfaces/surfaces/surface_id.mojom with 100% similarity]
mojo/services/surfaces/public/interfaces/surfaces.mojom [moved from mojo/services/public/interfaces/surfaces/surfaces.mojom with 83% similarity]
mojo/services/surfaces/public/interfaces/surfaces_service.mojom [moved from mojo/services/public/interfaces/surfaces/surfaces_service.mojom with 86% similarity]
mojo/services/view_manager/public/cpp/BUILD.gn [moved from mojo/services/public/cpp/view_manager/BUILD.gn with 74% similarity]
mojo/services/view_manager/public/cpp/DEPS [new file with mode: 0644]
mojo/services/view_manager/public/cpp/lib/BUILD.gn [moved from mojo/services/public/cpp/view_manager/lib/BUILD.gn with 100% similarity]
mojo/services/view_manager/public/cpp/lib/DEPS [moved from mojo/services/public/cpp/view_manager/lib/DEPS with 84% similarity]
mojo/services/view_manager/public/cpp/lib/view.cc [moved from mojo/services/public/cpp/view_manager/lib/view.cc with 98% similarity]
mojo/services/view_manager/public/cpp/lib/view_manager_client_factory.cc [moved from mojo/services/public/cpp/view_manager/lib/view_manager_client_factory.cc with 90% similarity]
mojo/services/view_manager/public/cpp/lib/view_manager_client_impl.cc [moved from mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.cc with 89% similarity]
mojo/services/view_manager/public/cpp/lib/view_manager_client_impl.h [moved from mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h with 86% similarity]
mojo/services/view_manager/public/cpp/lib/view_manager_context.cc [moved from mojo/services/public/cpp/view_manager/lib/view_manager_context.cc with 92% similarity]
mojo/services/view_manager/public/cpp/lib/view_manager_test_suite.cc [moved from mojo/services/public/cpp/view_manager/lib/view_manager_test_suite.cc with 93% similarity]
mojo/services/view_manager/public/cpp/lib/view_manager_test_suite.h [moved from mojo/services/public/cpp/view_manager/lib/view_manager_test_suite.h with 73% similarity]
mojo/services/view_manager/public/cpp/lib/view_manager_unittests.cc [moved from mojo/services/public/cpp/view_manager/lib/view_manager_unittests.cc with 87% similarity]
mojo/services/view_manager/public/cpp/lib/view_observer.cc [moved from mojo/services/public/cpp/view_manager/lib/view_observer.cc with 88% similarity]
mojo/services/view_manager/public/cpp/lib/view_private.cc [moved from mojo/services/public/cpp/view_manager/lib/view_private.cc with 85% similarity]
mojo/services/view_manager/public/cpp/lib/view_private.h [moved from mojo/services/public/cpp/view_manager/lib/view_private.h with 87% similarity]
mojo/services/view_manager/public/cpp/tests/BUILD.gn [moved from mojo/services/public/cpp/view_manager/tests/BUILD.gn with 72% similarity]
mojo/services/view_manager/public/cpp/tests/DEPS [moved from mojo/services/public/cpp/view_manager/tests/DEPS with 100% similarity]
mojo/services/view_manager/public/cpp/tests/view_manager_unittest.cc [moved from mojo/services/public/cpp/view_manager/tests/view_manager_unittest.cc with 90% similarity]
mojo/services/view_manager/public/cpp/tests/view_unittest.cc [moved from mojo/services/public/cpp/view_manager/tests/view_unittest.cc with 98% similarity]
mojo/services/view_manager/public/cpp/types.h [moved from mojo/services/public/cpp/view_manager/types.h with 79% similarity]
mojo/services/view_manager/public/cpp/util.h [moved from mojo/services/public/cpp/view_manager/util.h with 69% similarity]
mojo/services/view_manager/public/cpp/view.h [moved from mojo/services/public/cpp/view_manager/view.h with 93% similarity]
mojo/services/view_manager/public/cpp/view_manager.h [moved from mojo/services/public/cpp/view_manager/view_manager.h with 68% similarity]
mojo/services/view_manager/public/cpp/view_manager_client_factory.h [moved from mojo/services/public/cpp/view_manager/view_manager_client_factory.h with 82% similarity]
mojo/services/view_manager/public/cpp/view_manager_context.h [moved from mojo/services/public/cpp/view_manager/view_manager_context.h with 88% similarity]
mojo/services/view_manager/public/cpp/view_manager_delegate.h [moved from mojo/services/public/cpp/view_manager/view_manager_delegate.h with 90% similarity]
mojo/services/view_manager/public/cpp/view_observer.h [moved from mojo/services/public/cpp/view_manager/view_observer.h with 91% similarity]
mojo/services/view_manager/public/cpp/view_property.h [moved from mojo/services/public/cpp/view_manager/view_property.h with 95% similarity]
mojo/services/view_manager/public/cpp/view_tracker.cc [moved from mojo/services/public/cpp/view_manager/view_tracker.cc with 92% similarity]
mojo/services/view_manager/public/cpp/view_tracker.h [moved from mojo/services/public/cpp/view_manager/view_tracker.h with 79% similarity]
mojo/services/view_manager/public/interfaces/BUILD.gn [moved from mojo/services/public/interfaces/view_manager/BUILD.gn with 66% similarity]
mojo/services/view_manager/public/interfaces/animations.mojom [moved from mojo/services/public/interfaces/view_manager/animations.mojom with 95% similarity]
mojo/services/view_manager/public/interfaces/view_manager.mojom [moved from mojo/services/public/interfaces/view_manager/view_manager.mojom with 97% similarity]
mojo/services/view_manager/public/interfaces/view_manager_constants.mojom [moved from mojo/services/public/interfaces/view_manager/view_manager_constants.mojom with 100% similarity]
mojo/services/window_manager/public/interfaces/BUILD.gn [moved from mojo/services/public/interfaces/window_manager/BUILD.gn with 73% similarity]
mojo/services/window_manager/public/interfaces/window_manager.mojom [moved from mojo/services/public/interfaces/window_manager/window_manager.mojom with 72% similarity]
mojo/services/window_manager/public/interfaces/window_manager_internal.mojom [moved from mojo/services/public/interfaces/window_manager/window_manager_internal.mojom with 91% similarity]
tools/checklicenses/checklicenses.py