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

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 moving tests to component unittests 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 f08ecc3e9a6d200d5ea82ccf027f2724c3c7c76e..1b207fff35734af36fe5737642817020913ef150 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -100,6 +100,7 @@
'enhanced_bookmarks/image_store_unittest.cc',
'feedback/feedback_uploader_unittest.cc',
'gcm_driver/gcm_driver_desktop_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',
@@ -255,6 +256,9 @@
'components.gyp:gcm_driver',
'components.gyp:gcm_driver_test_support',
+ # Dependencies of thumbnail
blundell 2014/06/10 08:03:42 s/thumbnail/history
nshaik 2014/06/11 08:02:26 Done.
+ 'components.gyp:history_core_common',
+
# Dependencies of invalidation
'components.gyp:invalidation',
« 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