|
gpu: Move GpuWatchdogThread into //gpu/ipc/service from content.
GpuWatchdogThread doesn't have any dependency on content. So move it into
the gpu service component, so that it can be used by both content-gpu and
mus-gpu.
BUG=none
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Committed: https://crrev.com/2fb7e150d959023d9a793a74e30cea42798c56b4
Cr-Commit-Position: refs/heads/master@{#415149}
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+83 lines, -740 lines) |
Patch |
 |
M |
content/content_gpu.gypi
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/gpu/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/gpu/gpu_child_thread.h
|
View
|
|
4 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/gpu/gpu_child_thread.cc
|
View
|
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/gpu/gpu_main.cc
|
View
|
1
2
3
|
7 chunks |
+8 lines, -27 lines |
0 comments
|
Download
|
 |
D |
content/gpu/gpu_watchdog_thread.h
|
View
|
|
1 chunk |
+0 lines, -149 lines |
0 comments
|
Download
|
 |
D |
content/gpu/gpu_watchdog_thread.cc
|
View
|
|
1 chunk |
+0 lines, -472 lines |
0 comments
|
Download
|
 |
M |
gpu/gpu_ipc_service.gypi
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
gpu/ipc/service/BUILD.gn
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
gpu/ipc/service/gpu_channel.h
|
View
|
1
2
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
gpu/ipc/service/gpu_channel.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
gpu/ipc/service/gpu_channel_manager.h
|
View
|
1
2
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
gpu/ipc/service/gpu_channel_manager.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
gpu/ipc/service/gpu_command_buffer_stub.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
gpu/ipc/service/gpu_command_buffer_stub.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
gpu/ipc/service/gpu_watchdog.h
|
View
|
1
2
|
1 chunk |
+0 lines, -28 lines |
0 comments
|
Download
|
 |
A + |
gpu/ipc/service/gpu_watchdog_thread.h
|
View
|
1
2
|
5 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
A + |
gpu/ipc/service/gpu_watchdog_thread.cc
|
View
|
|
8 chunks |
+35 lines, -25 lines |
0 comments
|
Download
|
 |
M |
services/ui/gpu/gpu_service_internal.h
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
services/ui/gpu/gpu_service_internal.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 31 (19 generated)
|