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

Unified Diff: chrome/nacl.gypi

Issue 21031004: Move zygote related files to components/nacl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move nacl_fork_delegate_linux.h to components/nacl/zygote Created 7 years, 5 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
« no previous file with comments | « chrome/app/nacl_fork_delegate_linux.cc ('k') | components/nacl/zygote/nacl_fork_delegate_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/nacl.gypi
diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi
index bdce8a6d7cc7c0c3e9a4d821b8d74cec0e4b10e0..fc4bd7ab9b207d604b33cb32f443de8f625321b3 100644
--- a/chrome/nacl.gypi
+++ b/chrome/nacl.gypi
@@ -52,10 +52,10 @@
'__STDC_LIMIT_MACROS=1',
],
'sources': [
- 'app/nacl_fork_delegate_linux.cc',
- 'app/nacl_fork_delegate_linux.h',
'../components/nacl/common/nacl_paths.cc',
'../components/nacl/common/nacl_paths.h',
+ '../components/nacl/zygote/nacl_fork_delegate_linux.cc',
+ '../components/nacl/zygote/nacl_fork_delegate_linux.h',
],
},],
],
« no previous file with comments | « chrome/app/nacl_fork_delegate_linux.cc ('k') | components/nacl/zygote/nacl_fork_delegate_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698