| 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',
|
| ],
|
|
|