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

Issue 6684015: Move chrome\gpu to content\gpu. (Closed)

Created:
9 years, 9 months ago by jam
Modified:
9 years, 7 months ago
Reviewers:
apatrick_chromium
CC:
chromium-reviews, hclam+watch_chromium.org, sjl, ddorwin+watch_chromium.org, fischman+watch_chromium.org, amit, Paweł Hajdan Jr., acolwell GONE FROM CHROMIUM, annacc, pam+watch_chromium.org, ajwong+watch_chromium.org, vrk (LEFT CHROMIUM), scherkus (not reviewing)
Visibility:
Public.

Description

Move chrome\gpu to content\gpu. TBR=avi Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=77903

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+264 lines, -4897 lines) Patch
M chrome/browser/gpu_data_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome.gyp View 4 chunks +1 line, -119 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 6 chunks +8 lines, -8 lines 0 comments Download
D chrome/gpu/DEPS View 1 chunk +0 lines, -10 lines 0 comments Download
D chrome/gpu/gpu_channel.h View 1 chunk +0 lines, -127 lines 0 comments Download
D chrome/gpu/gpu_channel.cc View 1 chunk +0 lines, -260 lines 0 comments Download
D chrome/gpu/gpu_command_buffer_stub.h View 1 chunk +0 lines, -131 lines 0 comments Download
D chrome/gpu/gpu_command_buffer_stub.cc View 1 chunk +0 lines, -416 lines 0 comments Download
D chrome/gpu/gpu_config.h View 1 chunk +0 lines, -13 lines 0 comments Download
D chrome/gpu/gpu_dx_diagnostics_win.cc View 1 chunk +0 lines, -135 lines 0 comments Download
D chrome/gpu/gpu_idirect3d9_mock_win.h View 1 chunk +0 lines, -77 lines 0 comments Download
D chrome/gpu/gpu_idirect3d9_mock_win.cc View 1 chunk +0 lines, -9 lines 0 comments Download
D chrome/gpu/gpu_info_collector.h View 1 chunk +0 lines, -57 lines 0 comments Download
D chrome/gpu/gpu_info_collector.cc View 1 chunk +0 lines, -121 lines 0 comments Download
D chrome/gpu/gpu_info_collector_linux.cc View 1 chunk +0 lines, -279 lines 0 comments Download
D chrome/gpu/gpu_info_collector_mac.mm View 1 chunk +0 lines, -103 lines 0 comments Download
D chrome/gpu/gpu_info_collector_unittest.cc View 1 chunk +0 lines, -177 lines 0 comments Download
D chrome/gpu/gpu_info_collector_win.cc View 1 chunk +0 lines, -264 lines 0 comments Download
D chrome/gpu/gpu_info_unittest_win.cc View 1 chunk +0 lines, -59 lines 0 comments Download
D chrome/gpu/gpu_main.cc View 1 chunk +0 lines, -87 lines 0 comments Download
D chrome/gpu/gpu_process.h View 1 chunk +0 lines, -20 lines 0 comments Download
D chrome/gpu/gpu_process.cc View 1 chunk +0 lines, -11 lines 0 comments Download
D chrome/gpu/gpu_thread.h View 1 chunk +0 lines, -97 lines 0 comments Download
D chrome/gpu/gpu_thread.cc View 1 chunk +0 lines, -347 lines 0 comments Download
D chrome/gpu/gpu_video_decoder.h View 1 chunk +0 lines, -209 lines 0 comments Download
D chrome/gpu/gpu_video_decoder.cc View 1 chunk +0 lines, -427 lines 0 comments Download
D chrome/gpu/gpu_video_decoder_unittest.cc View 1 chunk +0 lines, -264 lines 0 comments Download
D chrome/gpu/gpu_video_service.h View 1 chunk +0 lines, -51 lines 0 comments Download
D chrome/gpu/gpu_video_service.cc View 1 chunk +0 lines, -82 lines 0 comments Download
D chrome/gpu/gpu_watchdog_thread.h View 1 chunk +0 lines, -74 lines 0 comments Download
D chrome/gpu/gpu_watchdog_thread.cc View 1 chunk +0 lines, -243 lines 0 comments Download
D chrome/gpu/media/fake_gl_video_decode_engine.h View 1 chunk +0 lines, -68 lines 0 comments Download
D chrome/gpu/media/fake_gl_video_decode_engine.cc View 1 chunk +0 lines, -132 lines 0 comments Download
D chrome/gpu/media/fake_gl_video_device.h View 1 chunk +0 lines, -27 lines 0 comments Download
D chrome/gpu/media/fake_gl_video_device.cc View 1 chunk +0 lines, -58 lines 0 comments Download
D chrome/gpu/media/gpu_video_device.h View 1 chunk +0 lines, -56 lines 0 comments Download
D chrome/gpu/media/mft_angle_video_device.h View 1 chunk +0 lines, -42 lines 0 comments Download
D chrome/gpu/media/mft_angle_video_device.cc View 1 chunk +0 lines, -52 lines 0 comments Download
D chrome/gpu/x_util.h View 1 chunk +0 lines, -47 lines 0 comments Download
D chrome/gpu/x_util.cc View 1 chunk +0 lines, -11 lines 0 comments Download
M chrome_frame/chrome_frame.gyp View 5 chunks +4 lines, -4 lines 0 comments Download
M content/browser/gpu_process_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/content.gyp View 1 chunk +1 line, -1 line 0 comments Download
A content/content_gpu.gypi View 1 chunk +128 lines, -0 lines 0 comments Download
M + content/gpu/gpu_channel.h View 3 chunks +5 lines, -5 lines 0 comments Download
M + content/gpu/gpu_channel.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M + content/gpu/gpu_command_buffer_stub.h View 2 chunks +4 lines, -4 lines 0 comments Download
M + content/gpu/gpu_command_buffer_stub.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M + content/gpu/gpu_config.h View 1 chunk +4 lines, -4 lines 0 comments Download
M + content/gpu/gpu_dx_diagnostics_win.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M + content/gpu/gpu_idirect3d9_mock_win.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M + content/gpu/gpu_idirect3d9_mock_win.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M + content/gpu/gpu_info_collector.h View 2 chunks +4 lines, -4 lines 0 comments Download
M + content/gpu/gpu_info_collector.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M + content/gpu/gpu_info_collector_linux.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M + content/gpu/gpu_info_collector_mac.mm View 1 chunk +7 lines, -6 lines 0 comments Download
M + content/gpu/gpu_info_collector_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M + content/gpu/gpu_info_collector_win.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M + content/gpu/gpu_info_unittest_win.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M + content/gpu/gpu_main.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M + content/gpu/gpu_process.h View 2 chunks +4 lines, -4 lines 0 comments Download
M + content/gpu/gpu_process.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M + content/gpu/gpu_thread.h View 3 chunks +7 lines, -7 lines 0 comments Download
M + content/gpu/gpu_thread.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M + content/gpu/gpu_video_decoder.h View 3 chunks +4 lines, -4 lines 0 comments Download
M + content/gpu/gpu_video_decoder.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M + content/gpu/gpu_video_decoder_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M + content/gpu/gpu_video_service.h View 2 chunks +5 lines, -5 lines 0 comments Download
M + content/gpu/gpu_video_service.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M + content/gpu/gpu_watchdog_thread.h View 2 chunks +4 lines, -4 lines 0 comments Download
M + content/gpu/gpu_watchdog_thread.cc View 2 chunks +2 lines, -2 lines 0 comments Download
MM + content/gpu/media/fake_gl_video_decode_engine.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
MM + content/gpu/media/fake_gl_video_decode_engine.cc View 1 1 chunk +1 line, -1 line 0 comments Download
MM + content/gpu/media/fake_gl_video_device.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
MM + content/gpu/media/fake_gl_video_device.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
MM + content/gpu/media/gpu_video_device.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
MM + content/gpu/media/mft_angle_video_device.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
MM + content/gpu/media/mft_angle_video_device.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M + content/gpu/x_util.h View 1 chunk +1 line, -1 line 0 comments Download
M + content/gpu/x_util.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jam
9 years, 9 months ago (2011-03-11 23:27:29 UTC) #1
apatrick_chromium
9 years, 9 months ago (2011-03-14 19:11:34 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698