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

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: Remove duplicated dependency Created 6 years, 7 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
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',
+ ],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698