Index: chrome/chrome.gyp |
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
index 22201a8bccc7893b6937277ca8090603d3cc1d17..968e7bc3a363b12922027c7ad9f7a3abb1446454 100644 |
--- a/chrome/chrome.gyp |
+++ b/chrome/chrome.gyp |
@@ -1302,6 +1302,22 @@ |
'tools/ipclist/ipcfuzz.cc', |
], |
}, |
+ { |
+ 'target_name': 'nacl_helper', |
+ 'type': 'executable', |
+ 'include_dirs': [ |
+ '..', |
+ ], |
+ 'dependencies': [ |
+ 'nacl', |
+ ], |
+ 'sources': [ |
+ '../chrome/nacl/nacl_helper_linux.cc', |
+ 'browser/renderer_host/render_process_host_dummy.cc', |
jam
2011/06/21 20:54:08
is this needed?
Brad Chen
2011/06/21 23:43:48
I've dropped the dummy files here. These changes p
|
+ 'common/googleurl_dummy.cc', |
+ 'app/dummy_main_functions.cc', |
jam
2011/06/21 20:54:08
ditto (and gurl as well)
|
+ ], |
+ }, |
], |
},], # OS=="linux" |
['OS=="win"', |