Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Issue 861683003: Move services code brought in from Mojo to live under //third_party. (Closed)

Created:
5 years, 11 months ago by blundell
Modified:
5 years, 10 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, dcheng, piman+watch_chromium.org, darin (slow to review), ben+mojo_chromium.org, cc-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move services code brought in from Mojo to live under //third_party. This CL moves services code that is brought in from the Mojo repo and currently living in //mojo/services to instead live in //third_party/mojo_services/src. It fixes up include paths, buildfile references, and DEPS entries to account for the new state of the world. Committed: https://crrev.com/33cb04550654d68c74f84d445eed184663bb15ab Cr-Commit-Position: refs/heads/master@{#313876}

Patch Set 1 #

Patch Set 2 : Nits #

Patch Set 3 : Dial down similarity #

Patch Set 4 : Don't move network service #

Patch Set 5 : New solutions for network service #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -5979 lines) Patch
M media/mojo/interfaces/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
M media/mojo/interfaces/media_types.mojom View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M media/mojo/services/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M mojo/OWNERS View 1 1 chunk +0 lines, -4 lines 0 comments Download
M mojo/cc/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download
M mojo/cc/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/cc/output_surface_mojo.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/converters/geometry/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download
M mojo/converters/geometry/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/converters/geometry/geometry_type_converters.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/converters/input_events/BUILD.gn View 1 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/converters/input_events/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/converters/input_events/input_events_type_converters.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/converters/input_events/input_events_type_converters.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/converters/surfaces/BUILD.gn View 1 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/converters/surfaces/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/converters/surfaces/surfaces_type_converters.h View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/converters/surfaces/surfaces_utils.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/converters/surfaces/tests/BUILD.gn View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/BUILD.gn View 1 2 3 1 chunk +8 lines, -8 lines 0 comments Download
D mojo/services/accessibility/public/interfaces/BUILD.gn View 1 chunk +0 lines, -18 lines 0 comments Download
D mojo/services/accessibility/public/interfaces/accessibility.mojom View 1 chunk +0 lines, -35 lines 0 comments Download
D mojo/services/clipboard/public/interfaces/BUILD.gn View 1 chunk +0 lines, -12 lines 0 comments Download
D mojo/services/clipboard/public/interfaces/clipboard.mojom View 1 chunk +0 lines, -43 lines 0 comments Download
D mojo/services/content_handler/public/interfaces/BUILD.gn View 1 2 3 4 5 1 chunk +0 lines, -26 lines 0 comments Download
D mojo/services/content_handler/public/interfaces/content_handler.mojom View 1 2 3 4 5 1 chunk +0 lines, -12 lines 0 comments Download
D mojo/services/geometry/public/cpp/BUILD.gn View 1 chunk +0 lines, -18 lines 0 comments Download
D mojo/services/geometry/public/cpp/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D mojo/services/geometry/public/cpp/geometry_util.h View 1 chunk +0 lines, -39 lines 0 comments Download
D mojo/services/geometry/public/interfaces/BUILD.gn View 1 chunk +0 lines, -12 lines 0 comments Download
D mojo/services/geometry/public/interfaces/geometry.mojom View 1 chunk +0 lines, -39 lines 0 comments Download
D mojo/services/gpu/public/interfaces/BUILD.gn View 1 chunk +0 lines, -21 lines 0 comments Download
D mojo/services/gpu/public/interfaces/command_buffer.mojom View 1 chunk +0 lines, -53 lines 0 comments Download
D mojo/services/gpu/public/interfaces/gpu.mojom View 1 chunk +0 lines, -17 lines 0 comments Download
D mojo/services/gpu/public/interfaces/gpu_capabilities.mojom View 1 chunk +0 lines, -54 lines 0 comments Download
D mojo/services/gpu/public/interfaces/viewport_parameter_listener.mojom View 1 chunk +0 lines, -12 lines 0 comments Download
M mojo/services/html_viewer/BUILD.gn View 1 2 3 4 1 chunk +8 lines, -8 lines 0 comments Download
M mojo/services/html_viewer/DEPS View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M mojo/services/html_viewer/ax_provider_impl.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/html_viewer/blink_basic_type_converters.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/html_viewer/blink_input_events_type_converters.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/html_viewer/blink_input_events_type_converters.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/html_viewer/html_document.h View 1 2 3 4 5 2 chunks +5 lines, -5 lines 0 comments Download
M mojo/services/html_viewer/html_document.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M mojo/services/html_viewer/html_viewer.cc View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M mojo/services/html_viewer/webclipboard_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/services/html_viewer/weblayertreeview_impl.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/services/html_viewer/weblayertreeview_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
D mojo/services/input_events/public/interfaces/BUILD.gn View 1 chunk +0 lines, -20 lines 0 comments Download
D mojo/services/input_events/public/interfaces/input_event_constants.mojom View 1 chunk +0 lines, -77 lines 0 comments Download
D mojo/services/input_events/public/interfaces/input_events.mojom View 1 chunk +0 lines, -98 lines 0 comments Download
D mojo/services/input_events/public/interfaces/input_key_codes.mojom View 1 chunk +0 lines, -186 lines 0 comments Download
D mojo/services/native_viewport/public/cpp/BUILD.gn View 1 chunk +0 lines, -14 lines 0 comments Download
D mojo/services/native_viewport/public/cpp/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D mojo/services/native_viewport/public/cpp/args.h View 1 chunk +0 lines, -18 lines 0 comments Download
D mojo/services/native_viewport/public/cpp/lib/args.cc View 1 chunk +0 lines, -17 lines 0 comments Download
D mojo/services/native_viewport/public/interfaces/BUILD.gn View 1 chunk +0 lines, -21 lines 0 comments Download
D mojo/services/native_viewport/public/interfaces/native_viewport.mojom View 1 2 3 4 5 1 chunk +0 lines, -39 lines 0 comments Download
D mojo/services/navigation/public/interfaces/BUILD.gn View 1 2 3 4 5 1 chunk +0 lines, -24 lines 0 comments Download
D mojo/services/navigation/public/interfaces/navigation.mojom View 1 chunk +0 lines, -28 lines 0 comments Download
D mojo/services/public/build/config/BUILD.gn View 1 2 3 4 1 chunk +9 lines, -4 lines 0 comments Download
D mojo/services/public/js/application.js View 1 2 3 4 5 1 chunk +0 lines, -74 lines 0 comments Download
D mojo/services/public/js/service_provider.js View 1 2 3 4 5 1 chunk +0 lines, -86 lines 0 comments Download
D mojo/services/public/js/shell.js View 1 2 3 4 5 1 chunk +0 lines, -57 lines 0 comments Download
D mojo/services/public/sky/BUILD.gn View 1 chunk +0 lines, -21 lines 0 comments Download
D mojo/services/surfaces/public/cpp/BUILD.gn View 1 chunk +0 lines, -20 lines 0 comments Download
D mojo/services/surfaces/public/cpp/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
D mojo/services/surfaces/public/cpp/surfaces_utils.h View 1 chunk +0 lines, -23 lines 0 comments Download
D mojo/services/surfaces/public/cpp/surfaces_utils.cc View 1 chunk +0 lines, -49 lines 0 comments Download
D mojo/services/surfaces/public/interfaces/BUILD.gn View 1 chunk +0 lines, -29 lines 0 comments Download
D mojo/services/surfaces/public/interfaces/quads.mojom View 1 chunk +0 lines, -211 lines 0 comments Download
D mojo/services/surfaces/public/interfaces/surface_id.mojom View 1 chunk +0 lines, -20 lines 0 comments Download
D mojo/services/surfaces/public/interfaces/surfaces.mojom View 1 chunk +0 lines, -77 lines 0 comments Download
D mojo/services/surfaces/public/interfaces/surfaces_service.mojom View 1 chunk +0 lines, -15 lines 0 comments Download
D mojo/services/view_manager/public/cpp/BUILD.gn View 1 chunk +0 lines, -56 lines 0 comments Download
D mojo/services/view_manager/public/cpp/DEPS View 1 2 3 4 5 1 chunk +0 lines, -14 lines 0 comments Download
D mojo/services/view_manager/public/cpp/lib/DEPS View 1 2 3 4 5 1 chunk +0 lines, -10 lines 0 comments Download
D mojo/services/view_manager/public/cpp/lib/view.cc View 1 2 3 4 5 1 chunk +0 lines, -575 lines 0 comments Download
D mojo/services/view_manager/public/cpp/lib/view_manager_client_factory.cc View 1 chunk +0 lines, -42 lines 0 comments Download
D mojo/services/view_manager/public/cpp/lib/view_manager_client_impl.h View 1 2 3 4 5 1 chunk +0 lines, -176 lines 0 comments Download
D mojo/services/view_manager/public/cpp/lib/view_manager_client_impl.cc View 1 2 3 4 5 1 chunk +0 lines, -498 lines 0 comments Download
D mojo/services/view_manager/public/cpp/lib/view_manager_context.cc View 1 2 3 4 5 1 chunk +0 lines, -43 lines 0 comments Download
D mojo/services/view_manager/public/cpp/lib/view_observer.cc View 1 chunk +0 lines, -20 lines 0 comments Download
D mojo/services/view_manager/public/cpp/lib/view_private.h View 1 2 3 4 5 1 chunk +0 lines, -73 lines 0 comments Download
D mojo/services/view_manager/public/cpp/lib/view_private.cc View 1 2 3 4 5 1 chunk +0 lines, -22 lines 0 comments Download
D mojo/services/view_manager/public/cpp/tests/BUILD.gn View 1 2 3 4 5 1 chunk +0 lines, -33 lines 0 comments Download
D mojo/services/view_manager/public/cpp/tests/DEPS View 1 2 3 4 5 1 chunk +0 lines, -16 lines 0 comments Download
D mojo/services/view_manager/public/cpp/tests/view_manager_test_suite.h View 1 2 3 4 5 1 chunk +0 lines, -26 lines 0 comments Download
D mojo/services/view_manager/public/cpp/tests/view_manager_test_suite.cc View 1 2 3 4 5 1 chunk +0 lines, -34 lines 0 comments Download
D mojo/services/view_manager/public/cpp/tests/view_manager_unittest.cc View 1 2 3 4 5 1 chunk +0 lines, -652 lines 0 comments Download
D mojo/services/view_manager/public/cpp/tests/view_manager_unittests.cc View 1 2 3 4 5 1 chunk +0 lines, -14 lines 0 comments Download
D mojo/services/view_manager/public/cpp/tests/view_unittest.cc View 1 chunk +0 lines, -884 lines 0 comments Download
D mojo/services/view_manager/public/cpp/types.h View 1 chunk +0 lines, -25 lines 0 comments Download
D mojo/services/view_manager/public/cpp/util.h View 1 chunk +0 lines, -30 lines 0 comments Download
D mojo/services/view_manager/public/cpp/view.h View 1 2 3 4 5 1 chunk +0 lines, -206 lines 0 comments Download
D mojo/services/view_manager/public/cpp/view_manager.h View 1 chunk +0 lines, -42 lines 0 comments Download
D mojo/services/view_manager/public/cpp/view_manager_client_factory.h View 1 chunk +0 lines, -42 lines 0 comments Download
D mojo/services/view_manager/public/cpp/view_manager_context.h View 1 2 3 4 5 1 chunk +0 lines, -47 lines 0 comments Download
D mojo/services/view_manager/public/cpp/view_manager_delegate.h View 1 2 3 4 5 1 chunk +0 lines, -46 lines 0 comments Download
D mojo/services/view_manager/public/cpp/view_observer.h View 1 2 3 4 5 1 chunk +0 lines, -108 lines 0 comments Download
D mojo/services/view_manager/public/cpp/view_property.h View 1 chunk +0 lines, -140 lines 0 comments Download
D mojo/services/view_manager/public/cpp/view_tracker.h View 1 chunk +0 lines, -47 lines 0 comments Download
D mojo/services/view_manager/public/cpp/view_tracker.cc View 1 chunk +0 lines, -41 lines 0 comments Download
D mojo/services/view_manager/public/interfaces/BUILD.gn View 1 chunk +0 lines, -25 lines 0 comments Download
D mojo/services/view_manager/public/interfaces/animations.mojom View 1 chunk +0 lines, -61 lines 0 comments Download
D mojo/services/view_manager/public/interfaces/view_manager.mojom View 1 2 3 4 5 1 chunk +0 lines, -207 lines 0 comments Download
D mojo/services/view_manager/public/interfaces/view_manager_constants.mojom View 1 chunk +0 lines, -10 lines 0 comments Download
D mojo/services/window_manager/public/interfaces/BUILD.gn View 1 chunk +0 lines, -22 lines 0 comments Download
D mojo/services/window_manager/public/interfaces/window_manager.mojom View 1 2 3 4 5 1 chunk +0 lines, -28 lines 0 comments Download
D mojo/services/window_manager/public/interfaces/window_manager_internal.mojom View 1 chunk +0 lines, -37 lines 0 comments Download
A + third_party/mojo_services/LICENSE View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/OWNERS View 1 1 chunk +1 line, -1 line 0 comments Download
A third_party/mojo_services/README.chromium View 3 4 5 1 chunk +14 lines, -0 lines 0 comments Download
A + third_party/mojo_services/src/accessibility/public/interfaces/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/accessibility/public/interfaces/accessibility.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/clipboard/public/interfaces/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/clipboard/public/interfaces/clipboard.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/content_handler/public/interfaces/BUILD.gn View 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/content_handler/public/interfaces/content_handler.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/geometry/public/cpp/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/geometry/public/cpp/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/geometry/public/cpp/geometry_util.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/geometry/public/interfaces/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/geometry/public/interfaces/geometry.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/gpu/public/interfaces/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/gpu/public/interfaces/command_buffer.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/gpu/public/interfaces/gpu.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/gpu/public/interfaces/gpu_capabilities.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/gpu/public/interfaces/viewport_parameter_listener.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/input_events/public/interfaces/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/input_events/public/interfaces/input_event_constants.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/input_events/public/interfaces/input_events.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/input_events/public/interfaces/input_key_codes.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/mojo_sdk_root.gni View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A + third_party/mojo_services/src/native_viewport/public/cpp/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/native_viewport/public/cpp/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/native_viewport/public/cpp/args.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/native_viewport/public/cpp/lib/args.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/native_viewport/public/interfaces/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/native_viewport/public/interfaces/native_viewport.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/navigation/public/interfaces/BUILD.gn View 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/navigation/public/interfaces/navigation.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/public/build/config/BUILD.gn View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/public/js/application.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/public/js/service_provider.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/public/js/shell.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/public/sky/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/surfaces/public/cpp/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/surfaces/public/cpp/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/surfaces/public/cpp/surfaces_utils.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/surfaces/public/cpp/surfaces_utils.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/surfaces/public/interfaces/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/surfaces/public/interfaces/quads.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/surfaces/public/interfaces/surface_id.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/surfaces/public/interfaces/surfaces.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/surfaces/public/interfaces/surfaces_service.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/lib/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/lib/view.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/lib/view_manager_client_factory.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/lib/view_manager_client_impl.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/lib/view_manager_client_impl.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/lib/view_manager_context.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/lib/view_observer.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/lib/view_private.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/lib/view_private.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/tests/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/tests/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/tests/view_manager_test_suite.h View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/tests/view_manager_test_suite.cc View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/tests/view_manager_unittest.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/tests/view_manager_unittests.cc View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/tests/view_unittest.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/types.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/util.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/view.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/view_manager.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/view_manager_client_factory.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/view_manager_context.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/view_manager_delegate.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/view_observer.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/view_property.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/view_tracker.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/cpp/view_tracker.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/interfaces/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/interfaces/animations.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/interfaces/view_manager.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/view_manager/public/interfaces/view_manager_constants.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/window_manager/public/interfaces/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/window_manager/public/interfaces/window_manager.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/mojo_services/src/window_manager/public/interfaces/window_manager_internal.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 11 (5 generated)
blundell
Hi Ben, Similar to the SDK/EDK move, but quite a bit smaller and simpler, fortunately. ...
5 years, 11 months ago (2015-01-20 16:34:07 UTC) #2
Ben Goodger (Google)
lgtm
5 years, 11 months ago (2015-01-20 20:54:59 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/861683003/40001
5 years, 11 months ago (2015-01-21 06:31:20 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/861683003/100001
5 years, 10 months ago (2015-01-30 06:55:56 UTC) #9
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 10 months ago (2015-01-30 07:02:17 UTC) #10
commit-bot: I haz the power
5 years, 10 months ago (2015-01-30 07:03:25 UTC) #11
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/33cb04550654d68c74f84d445eed184663bb15ab
Cr-Commit-Position: refs/heads/master@{#313876}

Powered by Google App Engine
This is Rietveld 408576698