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

Unified Diff: components/nacl.gyp

Issue 279693002: Split NaCl SFI and non-SFI helpers into separate processes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Oops, forgot to "git add" new files Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/nacl.gyp
diff --git a/components/nacl.gyp b/components/nacl.gyp
index 859692403dc67680e65f97cd74770a2727b5802b..9f15c9c2f897e029e2d68f0b61c223859b2e5036 100644
--- a/components/nacl.gyp
+++ b/components/nacl.gyp
@@ -139,6 +139,8 @@
'conditions': [
['OS=="linux"', {
'sources': [
+ '../components/nacl/app/nacl_fork_delegates_linux.cc',
+ '../components/nacl/app/nacl_fork_delegates_linux.h',
'../components/nacl/zygote/nacl_fork_delegate_linux.cc',
'../components/nacl/zygote/nacl_fork_delegate_linux.h',
],

Powered by Google App Engine
This is Rietveld 408576698