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

Issue 7066035: Moved GPU related files in content/renderer into gpu subdirectory. (Closed)

Created:
9 years, 7 months ago by apatrick_chromium
Modified:
9 years, 7 months ago
Reviewers:
jam
CC:
chromium-reviews, jam, apatrick_chromium, Jói
Visibility:
Public.

Description

Moved GPU related files in content/renderer into gpu subdirectory. Also added an OWNERS file to that subdirectory. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86707

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -4985 lines) Patch
M content/content_renderer.gypi View 1 4 chunks +18 lines, -18 lines 0 comments Download
D content/renderer/command_buffer_proxy.h View 1 chunk +0 lines, -120 lines 0 comments Download
D content/renderer/command_buffer_proxy.cc View 1 chunk +0 lines, -389 lines 0 comments Download
A content/renderer/gpu/OWNERS View 1 chunk +2 lines, -0 lines 0 comments Download
A + content/renderer/gpu/command_buffer_proxy.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/gpu/command_buffer_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
A + content/renderer/gpu/gpu_channel_host.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/gpu/gpu_channel_host.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
A + content/renderer/gpu/gpu_surface_proxy.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/gpu/gpu_surface_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
A + content/renderer/gpu/gpu_video_decode_accelerator_host.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/gpu/gpu_video_decode_accelerator_host.cc View 1 chunk +1 line, -1 line 0 comments Download
A + content/renderer/gpu/gpu_video_decoder_host.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + content/renderer/gpu/gpu_video_decoder_host.cc View 1 chunk +1 line, -1 line 0 comments Download
A + content/renderer/gpu/gpu_video_service_host.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + content/renderer/gpu/gpu_video_service_host.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + content/renderer/gpu/renderer_gl_context.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/gpu/renderer_gl_context.cc View 1 2 chunks +6 lines, -6 lines 0 comments Download
A + content/renderer/gpu/transport_texture_host.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/gpu/transport_texture_host.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + content/renderer/gpu/transport_texture_service.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + content/renderer/gpu/transport_texture_service.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h View 3 chunks +4 lines, -4 lines 0 comments Download
A + content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
D content/renderer/gpu_channel_host.h View 1 chunk +0 lines, -130 lines 0 comments Download
D content/renderer/gpu_channel_host.cc View 1 chunk +0 lines, -212 lines 0 comments Download
D content/renderer/gpu_surface_proxy.h View 1 chunk +0 lines, -45 lines 0 comments Download
D content/renderer/gpu_surface_proxy.cc View 1 chunk +0 lines, -30 lines 0 comments Download
D content/renderer/gpu_video_decode_accelerator_host.h View 1 chunk +0 lines, -86 lines 0 comments Download
D content/renderer/gpu_video_decode_accelerator_host.cc View 1 chunk +0 lines, -201 lines 0 comments Download
D content/renderer/gpu_video_decoder_host.h View 1 chunk +0 lines, -165 lines 0 comments Download
D content/renderer/gpu_video_decoder_host.cc View 1 chunk +0 lines, -401 lines 0 comments Download
D content/renderer/gpu_video_service_host.h View 1 chunk +0 lines, -77 lines 0 comments Download
D content/renderer/gpu_video_service_host.cc View 1 chunk +0 lines, -84 lines 0 comments Download
M content/renderer/media/gles2_video_decode_context.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/ipc_video_decoder.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper_platform_context_3d_impl.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M content/renderer/pepper_platform_video_decoder_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/renderer/pepper_plugin_delegate_impl.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M content/renderer/render_thread.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/render_view.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M content/renderer/render_widget_fullscreen_pepper.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
D content/renderer/renderer_gl_context.h View 1 chunk +0 lines, -239 lines 0 comments Download
D content/renderer/renderer_gl_context.cc View 1 chunk +0 lines, -597 lines 0 comments Download
M content/renderer/renderer_webkitclient_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
D content/renderer/transport_texture_host.h View 1 1 chunk +0 lines, -197 lines 0 comments Download
D content/renderer/transport_texture_host.cc View 1 1 chunk +0 lines, -193 lines 0 comments Download
M content/renderer/transport_texture_service.h View 1 1 chunk +0 lines, -77 lines 0 comments Download
D content/renderer/transport_texture_service.cc View 1 1 chunk +0 lines, -128 lines 0 comments Download
D content/renderer/webgraphicscontext3d_command_buffer_impl.h View 1 chunk +0 lines, -470 lines 0 comments Download
D content/renderer/webgraphicscontext3d_command_buffer_impl.cc View 1 chunk +0 lines, -1047 lines 0 comments Download
M content/renderer/webplugin_delegate_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
apatrick_chromium
This is just a refactor. No functional changes.
9 years, 7 months ago (2011-05-25 20:40:38 UTC) #1
jam
9 years, 7 months ago (2011-05-25 20:44:05 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698