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

Unified Diff: components/bookmarks.gypi

Issue 319543003: Create the managed_node at the ChromeBookmarkClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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/test/mock_bookmark_model_observer.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 cef049fbb5344d130247e179514ad7b3181d0632..a3020bab14d1f4504f1e57809e6c43fef3c4d3dc 100644
--- a/components/bookmarks.gypi
+++ b/components/bookmarks.gypi
@@ -82,6 +82,7 @@
],
'dependencies': [
'../base/base.gyp:base',
+ '../testing/gmock.gyp:gmock',
'../ui/events/platform/events_platform.gyp:events_platform',
'../url/url.gyp:url_lib',
'bookmarks_browser',
@@ -89,6 +90,8 @@
'sources': [
'bookmarks/test/bookmark_test_helpers.cc',
'bookmarks/test/bookmark_test_helpers.h',
+ 'bookmarks/test/mock_bookmark_model_observer.cc',
+ 'bookmarks/test/mock_bookmark_model_observer.h',
'bookmarks/test/test_bookmark_client.cc',
'bookmarks/test/test_bookmark_client.h',
],
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/bookmarks/test/mock_bookmark_model_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698