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

Unified Diff: components/components_tests.gyp

Issue 304273010: Move thumbnail to history component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing to ToT and formatting code 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/common/thumbnail_score_unittest.cc ('k') | components/history.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 23de5ed412c2ab07ac85e295a4de5c4a6722c38e..c58179d509c41125f154df3999be08f94a14a0fd 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -104,6 +104,7 @@
'gcm_driver/gcm_client_impl_unittest.cc',
'gcm_driver/gcm_driver_desktop_unittest.cc',
'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
+ 'history/core/common/thumbnail_score_unittest.cc',
'invalidation/invalidation_logger_unittest.cc',
'json_schema/json_schema_validator_unittest.cc',
'json_schema/json_schema_validator_unittest_base.cc',
@@ -259,6 +260,9 @@
'components.gyp:gcm_driver',
'components.gyp:gcm_driver_test_support',
+ # Dependencies of history
+ 'components.gyp:history_core_common',
+
# Dependencies of invalidation
'components.gyp:invalidation',
'components.gyp:invalidation_test_support',
@@ -385,6 +389,7 @@
['include', '^data_reduction_proxy/'],
['include', '^dom_distiller/'],
['include', '^gcm_driver/'],
+ ['include', '^history/'],
['include', '^invalidation/'],
['include', '^json_schema/'],
['include', '^keyed_service/core/'],
« no previous file with comments | « chrome/common/thumbnail_score_unittest.cc ('k') | components/history.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698