|
Move font_warmup_win, fix webrtc dep.
font_warmup_win.cc depends on Blink code but is linked into content/common. This file is not needed outside of child processes, so it can go in content/child and avoid the blink-in-browser usage.
Removes the linux conditional on libjingle_webrtc and make it apply whenever webrtc is being used. This code is called by socket_host.cc whenever webrtc is enabled. This is necessary for a future patch that removes Blink's linking into content/browser. Blink is currently bringing in webrtc which is why the code links today.
BUG= 582206
Committed: https://crrev.com/f94a6cd48ef99bb585a8724801040300c4937854
Cr-Commit-Position: refs/heads/master@{#372210}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+17 lines, -1057 lines) |
Patch |
 |
M |
content/browser/BUILD.gn
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/child/dwrite_font_proxy/dwrite_font_proxy_init_win.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
content/child/font_warmup_win.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
content/child/font_warmup_win.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
content/child/font_warmup_win_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
content/common/font_warmup_win.h
|
View
|
|
1 chunk |
+0 lines, -76 lines |
0 comments
|
Download
|
 |
D |
content/common/font_warmup_win.cc
|
View
|
|
1 chunk |
+0 lines, -529 lines |
0 comments
|
Download
|
 |
D |
content/common/font_warmup_win_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -435 lines |
0 comments
|
Download
|
 |
M |
content/content_child.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_common.gypi
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/ppapi_plugin/ppapi_plugin_main.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/ppapi_plugin/ppapi_thread.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/renderer_main_platform_delegate_win.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/test/layouttest_support.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 14 (8 generated)
|