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

Unified Diff: chrome/chrome.gyp

Issue 6711024: Example of how to interpose yourself in a message stream. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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
« no previous file with comments | « no previous file | chrome/tools/ipclist/all_messages.h » ('j') | content/common/child_thread.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"',
« no previous file with comments | « no previous file | chrome/tools/ipclist/all_messages.h » ('j') | content/common/child_thread.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698