Chromium Code Reviews| Index: components/bookmarks.gypi |
| diff --git a/components/bookmarks.gypi b/components/bookmarks.gypi |
| index 74115ddfede8eea63d47fc48327b25d1b4ec354a..02a8fc284666674c0850c189127aa3146716a756 100644 |
| --- a/components/bookmarks.gypi |
| +++ b/components/bookmarks.gypi |
| @@ -82,5 +82,23 @@ |
| 'bookmarks/core/common/bookmark_pref_names.h', |
| ], |
| }, |
| + { |
| + 'target_name': 'bookmarks_core_tests', |
|
sky
2014/05/01 19:15:04
bookmarks_core_test_support
sdefresne
2014/05/05 14:12:33
Done.
|
| + 'type': 'static_library', |
| + 'include_dirs': [ |
| + '..', |
| + ], |
| + 'dependencies': [ |
| + '../base/base.gyp:base', |
| + '../url/url.gyp:url_lib', |
| + 'bookmarks_core_browser', |
| + ], |
| + 'sources': [ |
| + 'bookmarks/core/tests/bookmark_test_helpers.cc', |
| + 'bookmarks/core/tests/bookmark_test_helpers.h', |
| + 'bookmarks/core/tests/test_bookmark_client.cc', |
| + 'bookmarks/core/tests/test_bookmark_client.h', |
| + ], |
| + }, |
| ], |
| } |