Index: chrome/chrome.gyp |
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
index 22201a8bccc7893b6937277ca8090603d3cc1d17..4f14d5afbf284c8d3dfe581e67eab6f9652ce0a9 100644 |
--- a/chrome/chrome.gyp |
+++ b/chrome/chrome.gyp |
@@ -1302,6 +1302,27 @@ |
'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', |
+ ], |
+ 'direct_dependent_settings': { |
+ 'defines': [ |
+ 'NACL_BLOCK_SHIFT=5', |
Mark Seaborn
2011/06/15 16:09:04
Do you really need this? You are not building or
Brad Chen
2011/06/15 18:47:47
Done.
|
+ 'NACL_BLOCK_SIZE=32', |
+ '<@(nacl_defines)', |
+ ], |
+ }, |
+ }, |
], |
},], # OS=="linux" |
['OS=="win"', |