| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 4263fe28f0a60db983949ac4d97877a7c7db8f94..89d8b9a5bf5fb72fc1aea521b12ae73d7a3f81d3 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -117,6 +117,7 @@
|
| 'gcm_driver/gcm_client_impl_unittest.cc',
|
| 'gcm_driver/gcm_driver_desktop_unittest.cc',
|
| 'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
|
| + 'google/core/browser/google_util_unittest.cc',
|
| 'history/core/browser/url_database_unittest.cc',
|
| 'history/core/common/thumbnail_score_unittest.cc',
|
| 'invalidation/invalidation_logger_unittest.cc',
|
| @@ -308,6 +309,9 @@
|
| 'components.gyp:gcm_driver',
|
| 'components.gyp:gcm_driver_test_support',
|
|
|
| + # Dependencies of google
|
| + 'components.gyp:google_core_browser',
|
| +
|
| # Dependencies of history
|
| 'components.gyp:history_core_browser',
|
| 'components.gyp:history_core_common',
|
| @@ -483,6 +487,7 @@
|
| ['include', '^dom_distiller/'],
|
| ['include', '^enhanced_bookmarks/'],
|
| ['include', '^gcm_driver/'],
|
| + ['include', '^google/'],
|
| ['include', '^history/'],
|
| ['include', '^invalidation/'],
|
| ['include', '^json_schema/'],
|
|
|