summaryrefslogtreecommitdiffstats
path: root/jingle/jingle.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'jingle/jingle.gyp')
-rw-r--r--jingle/jingle.gyp14
1 files changed, 14 insertions, 0 deletions
diff --git a/jingle/jingle.gyp b/jingle/jingle.gyp
index 939c9d0..61d9320 100644
--- a/jingle/jingle.gyp
+++ b/jingle/jingle.gyp
@@ -92,6 +92,19 @@
],
},
{
+ 'target_name': 'notifier_test_util',
+ 'type': '<(library)',
+ 'sources': [
+ 'notifier/base/fake_base_task.cc',
+ 'notifier/base/fake_base_task.h',
+ ],
+ 'dependencies': [
+ 'notifier',
+ '../base/base.gyp:base',
+ '../testing/gmock.gyp:gmock',
+ ],
+ },
+ {
'target_name': 'notifier_unit_tests',
'type': 'executable',
'sources': [
@@ -113,6 +126,7 @@
],
'dependencies': [
'notifier',
+ 'notifier_test_util',
'../base/base.gyp:base',
'../base/base.gyp:test_support_base',
'../net/net.gyp:net',