|
Move the Linux zygote stuff into its own per-process directory.
The zygote is really a separate process and doesn't belong in the browser
subdirectory. I separated out the common constants used for communication into
content/[public/]/common so the zygote code doesn't depend on browser.
This leaves zygote_main_linux alone in its own directory. I'm going to be doing
some more refactoring and probably adding a new file or two here. This does
not yet add a new build target for the zygot process.
BUG=
TEST=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=135891
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+116 lines, -1074 lines) |
Patch |
 |
M |
chrome/browser/ui/webui/about_ui.cc
|
View
|
|
3 chunks |
+15 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/app/content_main_runner.cc
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/zygote_host_impl_linux.h
|
View
|
1
|
2 chunks |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/browser/zygote_host_impl_linux.cc
|
View
|
|
7 chunks |
+11 lines, -9 lines |
0 comments
|
Download
|
 |
D |
content/browser/zygote_main_linux.cc
|
View
|
|
1 chunk |
+0 lines, -1012 lines |
0 comments
|
Download
|
 |
A |
content/common/zygote_commands_linux.h
|
View
|
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/content_common.gypi
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/zygote_host_linux.h
|
View
|
|
1 chunk |
+2 lines, -11 lines |
0 comments
|
Download
|
 |
A |
content/public/common/sandbox_linux.h
|
View
|
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
content/zygote/zygote_main_linux.cc
|
View
|
|
12 chunks |
+23 lines, -18 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|