|
|
Move cc ParamTraits to cc/ipc
This CL moves the ParamTraits but doesn't yet remove the associated unit/perf
tests. I'll do that in a subsequent patch.
The end result is all cc serialization code should live in cc/ipc.
BUG= 611802
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/812b8489cadee4758ec6ffbe0930f96539374467
Cr-Commit-Position: refs/heads/master@{#393884}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+253 lines, -1480 lines) |
Patch |
 |
A |
cc/ipc/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/ipc/DEPS
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/ipc/cc_ipc.gyp
|
View
|
1
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
cc/ipc/cc_ipc_export.h
|
View
|
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
cc/ipc/cc_param_traits.h
|
View
|
1
2
|
5 chunks |
+51 lines, -52 lines |
0 comments
|
Download
|
 |
A + |
cc/ipc/cc_param_traits.cc
|
View
|
|
13 chunks |
+64 lines, -32 lines |
0 comments
|
Download
|
 |
A + |
cc/ipc/cc_param_traits_macros.h
|
View
|
|
5 chunks |
+18 lines, -144 lines |
0 comments
|
Download
|
 |
M |
content/common/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
D |
content/common/cc_messages.h
|
View
|
|
1 chunk |
+0 lines, -351 lines |
0 comments
|
Download
|
 |
D |
content/common/cc_messages.cc
|
View
|
|
1 chunk |
+0 lines, -892 lines |
0 comments
|
Download
|
 |
M |
content/common/cc_messages_perftest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/cc_messages_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/common/content_message_generator.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/view_messages.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_common.gypi
|
View
|
1
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/BUILD.gn
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/android/synchronous_compositor_proxy.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/test/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 59 (26 generated)
|