Index: components/infobars.gypi |
diff --git a/components/infobars.gypi b/components/infobars.gypi |
index cb9c2b1132ad8f43b2fe401830e46c0f971d91ec..d322517c4e20b8dca7848e69c7966c63d1177e42 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', |
+ ], |
+ }, |
], |
} |