Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(308)

Unified Diff: components/bookmarks.gypi

Issue 268673004: Move bookmarks' test support file to the bookmarks component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@367839
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/bookmarks/core/tests/bookmark_test_helpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ ],
+ },
],
}
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/bookmarks/core/tests/bookmark_test_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698