Chromium Code Reviews| Index: chrome/chrome.gyp |
| =================================================================== |
| --- chrome/chrome.gyp (revision 83074) |
| +++ chrome/chrome.gyp (working copy) |
| @@ -867,6 +867,28 @@ |
| 'tools/ipclist/ipclist.cc', |
| ], |
| }, |
| + { |
| + 'target_name': 'ipcfuzz', |
| + 'type': 'loadable_module', |
| + 'include_dirs': [ |
| + '..', |
| + ], |
| + 'dependencies': [ |
| + 'chrome', |
|
jam
2011/04/27 21:58:07
are all these needed? i.e. chrome_resources/chrom
|
| + 'chrome_resources', |
| + 'chrome_strings', |
| + 'test_support_common', |
| + 'test_support_ui', |
| + '../skia/skia.gyp:skia', |
| + '../testing/gtest.gyp:gtest', |
| + '../third_party/libxslt/libxslt.gyp:libxslt', |
| + '../third_party/npapi/npapi.gyp:npapi', |
| + ], |
| + 'sources': [ |
| + 'tools/ipclist/all_messages.h', |
| + 'tools/ipclist/ipcfuzz.cc', |
| + ], |
| + }, |
| ], |
| 'conditions': [ |
| ['OS=="mac"', |