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

Unified Diff: chrome/nacl.gypi

Issue 8381029: Move ZygoteForkDelegateLinux to content/public/app. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 9 years, 2 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/common/nacl_fork_delegate_linux.h ('k') | chrome/nacl/nacl_fork_delegate_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/nacl.gypi
===================================================================
--- chrome/nacl.gypi (revision 107064)
+++ chrome/nacl.gypi (working copy)
@@ -46,7 +46,8 @@
'__STDC_LIMIT_MACROS=1',
],
'sources': [
- 'nacl/nacl_fork_delegate_linux.cc',
+ 'app/nacl_fork_delegate_linux.cc',
+ 'app/nacl_fork_delegate_linux.h',
],
},],
],
« no previous file with comments | « chrome/common/nacl_fork_delegate_linux.h ('k') | chrome/nacl/nacl_fork_delegate_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698