Index: chrome/chrome_tests.gypi |
=================================================================== |
--- chrome/chrome_tests.gypi (revision 77320) |
+++ chrome/chrome_tests.gypi (working copy) |
@@ -3283,6 +3283,27 @@ |
},], |
], |
}, |
+ { |
+ 'target_name': 'ipclist', |
+ 'type': 'executable', |
+ 'dependencies': [ |
+ 'chrome', |
+ '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', |
+ ], |
+ 'include_dirs': [ |
+ '..', |
+ ], |
+ 'sources': [ |
+ 'test/ipclist/ipclist.cc', |
+ ], |
+ }, |
], |
'conditions': [ |
['OS!="mac"', { |