Index: components/bookmarks.gypi |
diff --git a/components/bookmarks.gypi b/components/bookmarks.gypi |
index 3681ff83dfbac6cc47c51cd5861dfcd4241ffac4..40b5703e522745eea4d7a72e86be56fb13dc62d3 100644 |
--- a/components/bookmarks.gypi |
+++ b/components/bookmarks.gypi |
@@ -72,5 +72,23 @@ |
'bookmarks/core/common/bookmark_pref_names.h', |
], |
}, |
+ { |
+ 'target_name': 'bookmarks_core_test_support', |
+ 'type': 'static_library', |
+ 'include_dirs': [ |
+ '..', |
+ ], |
+ 'dependencies': [ |
+ '../base/base.gyp:base', |
+ '../url/url.gyp:url_lib', |
+ 'bookmarks_core_browser', |
+ ], |
+ 'sources': [ |
+ 'bookmarks/core/test/bookmark_test_helpers.cc', |
+ 'bookmarks/core/test/bookmark_test_helpers.h', |
+ 'bookmarks/core/test/test_bookmark_client.cc', |
+ 'bookmarks/core/test/test_bookmark_client.h', |
+ ], |
+ }, |
], |
} |