Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index 5920993a710815160e101f5fc770241cd1bfcf84..15a48cd5a2e86d9ecf2220c6baadea39d63e3116 100644 |
--- a/content/content_tests.gypi |
+++ b/content/content_tests.gypi |
@@ -5,9 +5,24 @@ |
{ |
'targets': [ |
{ |
+ 'target_name': 'test_support_content', |
+ 'type': 'static_library', |
+ 'dependencies': [ |
+ 'content_common', |
+ ], |
+ 'include_dirs': [ |
+ '..', |
+ ], |
+ 'sources': [ |
+ 'test/test_url_fetcher_factory.cc', |
+ 'test/test_url_fetcher_factory.h', |
+ ], |
+ }, |
+ { |
'target_name': 'content_unittests', |
'type': 'executable', |
'dependencies': [ |
+ 'test_support_content', |
'../base/base.gyp:test_support_base', |
], |
'include_dirs': [ |