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

Issue 21031004: Move zygote related files to components/nacl. (Closed)

Created:
7 years, 4 months ago by yael.aharon
Modified:
7 years, 4 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Move zygote related files to components/nacl. nacl_fork_delegate_linux is running in the zygote process so it is moved to components/nacl/zygote. This is part of an effort to componentize NaCl code. BUG=244791 NOTRY=true R=jam@chromium.org, mseaborn@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=214362

Patch Set 1 #

Patch Set 2 : Move nacl_fork_delegate_linux.h to components/nacl/zygote #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -285 lines) Patch
M chrome/app/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/chrome_main_delegate.cc View 1 1 chunk +1 line, -1 line 0 comments Download
D chrome/app/nacl_fork_delegate_linux.h View 1 chunk +0 lines, -53 lines 0 comments Download
D chrome/app/nacl_fork_delegate_linux.cc View 1 chunk +0 lines, -224 lines 0 comments Download
M chrome/nacl.gypi View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + components/nacl/zygote/nacl_fork_delegate_linux.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + components/nacl/zygote/nacl_fork_delegate_linux.cc View 1 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
yael.aharon1
nacl_fork_delegate_linux.cc is running in the zygote process so it is moved to components/nacl/zygote. nacl_fork_delegate_linux.h is ...
7 years, 4 months ago (2013-07-29 16:33:47 UTC) #1
yael.aharon1
nacl_fork_delegate_linux.cc is running in the zygote process so it is moved to components/nacl/zygote. nacl_fork_delegate_linux.h is ...
7 years, 4 months ago (2013-07-29 22:09:06 UTC) #2
Mark Seaborn
On 29 July 2013 15:09, <yael.aharon@chromium.org> wrote: > nacl_fork_delegate_linux.cc is running in the zygote process ...
7 years, 4 months ago (2013-07-29 22:35:21 UTC) #3
yael.aharon1
On 2013/07/29 22:35:21, Mark Seaborn wrote: > On 29 July 2013 15:09, <mailto:yael.aharon@chromium.org> wrote: > ...
7 years, 4 months ago (2013-07-29 22:46:11 UTC) #4
Mark Seaborn
LGTM, thanks
7 years, 4 months ago (2013-07-29 23:46:40 UTC) #5
yael.aharon1
jam@ can you please review the changes to the files in chrome/app? thanks!
7 years, 4 months ago (2013-07-30 00:24:40 UTC) #6
jam
lgtm
7 years, 4 months ago (2013-07-30 00:36:14 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yael.aharon@intel.com/21031004/11001
7 years, 4 months ago (2013-07-30 08:47:09 UTC) #8
yael.aharon
Committed patchset #2 manually as r214362 (presubmit successful).
7 years, 4 months ago (2013-07-30 15:46:40 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yael.aharon@intel.com/21031004/11001
7 years, 4 months ago (2013-07-30 18:07:06 UTC) #10
commit-bot: I haz the power
7 years, 4 months ago (2013-07-30 18:07:11 UTC) #11
Message was sent while issue was closed.
Failed to apply patch for components/nacl/zygote/nacl_fork_delegate_linux.cc:
File exist but was about to be overwriten
Patch:   NR 
chrome/app/nacl_fork_delegate_linux.cc->components/nacl/zygote/nacl_fork_delegate_linux.cc
Index: components/nacl/zygote/nacl_fork_delegate_linux.cc
diff --git a/chrome/app/nacl_fork_delegate_linux.cc
b/components/nacl/zygote/nacl_fork_delegate_linux.cc
similarity index 98%
rename from chrome/app/nacl_fork_delegate_linux.cc
rename to components/nacl/zygote/nacl_fork_delegate_linux.cc
index
eef943676e1d39cf3261edf8ae09a22e455f9059..c9efe318859d507e5bfb4b265a2fa0408fcadacb
100644
--- a/chrome/app/nacl_fork_delegate_linux.cc
+++ b/components/nacl/zygote/nacl_fork_delegate_linux.cc
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-#include "chrome/app/nacl_fork_delegate_linux.h"
+#include "components/nacl/zygote/nacl_fork_delegate_linux.h"
 
 #include <signal.h>
 #include <stdlib.h>
@@ -21,7 +21,6 @@
 #include "base/posix/unix_domain_socket_linux.h"
 #include "base/process/launch.h"
 #include "base/third_party/dynamic_annotations/dynamic_annotations.h"
-#include "chrome/common/chrome_paths.h"
 #include "components/nacl/common/nacl_helper_linux.h"
 #include "components/nacl/common/nacl_paths.h"
 #include "components/nacl/common/nacl_switches.h"

Powered by Google App Engine
This is Rietveld 408576698