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

Unified Diff: chrome/chrome.gyp

Issue 6995121: New NaCl zygote implementation 2 (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Addressing feedback from John Created 9 years, 6 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: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 9751d5974c5f7ae2f853bd134e03198da0bc0e8a..1c63819f21c58b4b13df08f917ed998fc756a945 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1342,6 +1342,19 @@
'tools/ipclist/ipcfuzz.cc',
],
},
+ {
+ 'target_name': 'nacl_helper',
jam 2011/06/22 00:49:52 should this be in chrome\nacl.gyp?
Brad Chen 2011/06/22 16:10:31 Done.
+ 'type': 'executable',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ 'nacl',
+ ],
+ 'sources': [
+ '../chrome/nacl/nacl_helper_linux.cc',
+ ],
+ },
],
},], # OS=="linux"
['OS=="win"',

Powered by Google App Engine
This is Rietveld 408576698