Index: chrome/chrome.gyp |
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
index 22201a8bccc7893b6937277ca8090603d3cc1d17..aebaa647abe5993acb965ea3d16bed693acf2d03 100644 |
--- a/chrome/chrome.gyp |
+++ b/chrome/chrome.gyp |
@@ -1302,6 +1302,20 @@ |
'tools/ipclist/ipcfuzz.cc', |
], |
}, |
+ { |
+ 'target_name': 'nacl_helper', |
+ 'type': 'executable', |
+ 'include_dirs': [ |
+ '..', |
+ ], |
+ 'dependencies': [ |
+ 'nacl', |
+ ], |
+ 'sources': [ |
+ '../chrome/nacl/nacl_helper_linux.cc', |
+ '../chrome/nacl/nacl_main.cc', |
+ ], |
+ }, |
], |
},], # OS=="linux" |
['OS=="win"', |