summaryrefslogtreecommitdiffstats
path: root/components/infobars.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'components/infobars.gypi')
-rw-r--r--components/infobars.gypi14
1 files changed, 14 insertions, 0 deletions
diff --git a/components/infobars.gypi b/components/infobars.gypi
index cb9c2b1..d322517 100644
--- a/components/infobars.gypi
+++ b/components/infobars.gypi
@@ -32,5 +32,19 @@
'infobars/core/infobars_switches.h',
],
},
+ {
+ 'target_name': 'infobars_test_support',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../skia/skia.gyp:skia',
+ ],
+ 'sources': [
+ 'infobars/test/infobar_test.cc',
+ ],
+ },
],
}