Move GLES2, GPU & Surfaces into the ViewManager directory. This does not merge the...
commit4b12854e86fcaeef3531f8955c6e4d0e1b7a3036
authorben <ben@chromium.org>
Fri, 22 May 2015 01:02:34 +0000 (21 18:02 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 22 May 2015 01:04:38 +0000 (22 01:04 +0000)
treee3e0ae3bf19f359f29c6348d672b29fcb0e00a1f
parent2a3211d56b0395c3881d8303b43d39a59391fe9d
Move GLES2, GPU & Surfaces into the ViewManager directory. This does not merge the applications, that will be a subsequent step.

R=sky@chromium.org
BUG=

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

Cr-Commit-Position: refs/heads/master@{#331039}
84 files changed:
components/html_viewer/BUILD.gn
components/html_viewer/html_document.cc
components/html_viewer/web_layer_tree_view_impl.h
components/view_manager/BUILD.gn
components/view_manager/display_manager.cc
components/view_manager/display_manager.h
components/view_manager/gles2/BUILD.gn [moved from components/gles2/BUILD.gn with 92% similarity]
components/view_manager/gles2/DEPS [moved from components/gles2/DEPS with 100% similarity]
components/view_manager/gles2/OWNERS [moved from components/gles2/OWNERS with 100% similarity]
components/view_manager/gles2/command_buffer_driver.cc [moved from components/gles2/command_buffer_driver.cc with 97% similarity]
components/view_manager/gles2/command_buffer_driver.h [moved from components/gles2/command_buffer_driver.h with 95% similarity]
components/view_manager/gles2/command_buffer_impl.cc [moved from components/gles2/command_buffer_impl.cc with 96% similarity]
components/view_manager/gles2/command_buffer_impl.h [moved from components/gles2/command_buffer_impl.h with 88% similarity]
components/view_manager/gles2/command_buffer_impl_observer.h [moved from components/gles2/command_buffer_impl_observer.h with 100% similarity]
components/view_manager/gles2/command_buffer_type_conversions.cc [moved from components/gles2/command_buffer_type_conversions.cc with 98% similarity]
components/view_manager/gles2/command_buffer_type_conversions.h [moved from components/gles2/command_buffer_type_conversions.h with 86% similarity]
components/view_manager/gles2/gpu_impl.cc [moved from components/gles2/gpu_impl.cc with 86% similarity]
components/view_manager/gles2/gpu_impl.h [moved from components/gles2/gpu_impl.h with 75% similarity]
components/view_manager/gles2/gpu_state.cc [moved from components/gles2/gpu_state.cc with 90% similarity]
components/view_manager/gles2/gpu_state.h [moved from components/gles2/gpu_state.h with 91% similarity]
components/view_manager/gles2/mojo_buffer_backing.cc [moved from components/gles2/mojo_buffer_backing.cc with 94% similarity]
components/view_manager/gles2/mojo_buffer_backing.h [moved from components/gles2/mojo_buffer_backing.h with 83% similarity]
components/view_manager/native_viewport/BUILD.gn
components/view_manager/native_viewport/native_viewport_application_delegate.h
components/view_manager/native_viewport/native_viewport_impl.cc
components/view_manager/native_viewport/native_viewport_impl.h
components/view_manager/native_viewport/onscreen_context_provider.cc
components/view_manager/native_viewport/onscreen_context_provider.h
components/view_manager/public/cpp/BUILD.gn
components/view_manager/public/cpp/view.h
components/view_manager/public/interfaces/BUILD.gn
components/view_manager/public/interfaces/command_buffer.mojom [moved from components/gpu/public/interfaces/command_buffer.mojom with 96% similarity]
components/view_manager/public/interfaces/context_provider.mojom [moved from components/gpu/public/interfaces/context_provider.mojom with 87% similarity]
components/view_manager/public/interfaces/display.mojom [moved from components/surfaces/public/interfaces/display.mojom with 82% similarity]
components/view_manager/public/interfaces/gpu.mojom [moved from components/gpu/public/interfaces/gpu.mojom with 81% similarity]
components/view_manager/public/interfaces/gpu_capabilities.mojom [moved from components/gpu/public/interfaces/gpu_capabilities.mojom with 100% similarity]
components/view_manager/public/interfaces/native_viewport.mojom
components/view_manager/public/interfaces/quads.mojom [moved from components/surfaces/public/interfaces/quads.mojom with 98% similarity]
components/view_manager/public/interfaces/surface_id.mojom [moved from components/surfaces/public/interfaces/surface_id.mojom with 100% similarity]
components/view_manager/public/interfaces/surfaces.mojom [moved from components/surfaces/public/interfaces/surfaces.mojom with 93% similarity]
components/view_manager/public/interfaces/view_manager.mojom
components/view_manager/public/interfaces/viewport_parameter_listener.mojom [moved from components/gpu/public/interfaces/viewport_parameter_listener.mojom with 100% similarity]
components/view_manager/surfaces/BUILD.gn [moved from components/surfaces/BUILD.gn with 93% similarity]
components/view_manager/surfaces/DEPS [moved from components/surfaces/DEPS with 100% similarity]
components/view_manager/surfaces/OWNERS [moved from components/surfaces/OWNERS with 100% similarity]
components/view_manager/surfaces/display_factory_impl.cc [moved from components/surfaces/display_factory_impl.cc with 94% similarity]
components/view_manager/surfaces/display_factory_impl.h [moved from components/surfaces/display_factory_impl.h with 80% similarity]
components/view_manager/surfaces/display_impl.cc [moved from components/surfaces/display_impl.cc with 93% similarity]
components/view_manager/surfaces/display_impl.h [moved from components/surfaces/display_impl.h with 91% similarity]
components/view_manager/surfaces/main.cc [moved from components/surfaces/main.cc with 85% similarity]
components/view_manager/surfaces/public/interfaces/BUILD.gn [moved from components/surfaces/public/interfaces/BUILD.gn with 91% similarity]
components/view_manager/surfaces/surfaces_context_provider.cc [moved from components/surfaces/surfaces_context_provider.cc with 96% similarity]
components/view_manager/surfaces/surfaces_context_provider.h [moved from components/surfaces/surfaces_context_provider.h with 90% similarity]
components/view_manager/surfaces/surfaces_impl.cc [moved from components/surfaces/surfaces_impl.cc with 92% similarity]
components/view_manager/surfaces/surfaces_impl.h [moved from components/surfaces/surfaces_impl.h with 83% similarity]
components/view_manager/surfaces/surfaces_output_surface.cc [moved from components/surfaces/surfaces_output_surface.cc with 95% similarity]
components/view_manager/surfaces/surfaces_output_surface.h [moved from components/surfaces/surfaces_output_surface.h with 75% similarity]
components/view_manager/surfaces/surfaces_scheduler.cc [moved from components/surfaces/surfaces_scheduler.cc with 98% similarity]
components/view_manager/surfaces/surfaces_scheduler.h [moved from components/surfaces/surfaces_scheduler.h with 89% similarity]
components/view_manager/surfaces/surfaces_service_application.cc [moved from components/surfaces/surfaces_service_application.cc with 87% similarity]
components/view_manager/surfaces/surfaces_service_application.h [moved from components/surfaces/surfaces_service_application.h with 84% similarity]
components/view_manager/view_manager_app.h
components/view_manager/view_manager_service_impl.h
mandoline/app/android/BUILD.gn
mandoline/services/core_services/BUILD.gn
mandoline/services/core_services/core_services_application_delegate.cc
mandoline/ui/aura/BUILD.gn
mandoline/ui/aura/surface_binding.cc
mojo/cc/BUILD.gn
mojo/cc/DEPS
mojo/cc/output_surface_mojo.h
mojo/converters/surfaces/BUILD.gn
mojo/converters/surfaces/DEPS
mojo/converters/surfaces/surfaces_type_converters.h
mojo/converters/surfaces/surfaces_utils.h
mojo/converters/surfaces/tests/BUILD.gn
mojo/gles2/BUILD.gn
mojo/gles2/DEPS
mojo/gles2/command_buffer_client_impl.cc
mojo/gles2/command_buffer_client_impl.h
mojo/runner/BUILD.gn
mojo/runner/DEPS
mojo/runner/android/native_viewport_application_loader.cc [new file with mode: 0644]
mojo/runner/android/native_viewport_application_loader.h [new file with mode: 0644]