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

Unified Diff: components/components_tests.gyp

Issue 259863007: Local salient image storage for enhanced bookmark experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 7 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 | « components/components.gyp ('k') | components/enhanced_bookmarks.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 da7ab7c75d29e2233a5eeefb8c1487d35f57ed6f..2d5a2f563a836153701dfcaca642dd7c1db359fa 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -92,6 +92,7 @@
'domain_reliability/test_util.h',
'domain_reliability/uploader_unittest.cc',
'domain_reliability/util_unittest.cc',
+ 'enhanced_bookmarks/image_store_unittest.cc',
'feedback/feedback_uploader_unittest.cc',
'invalidation/invalidation_logger_unittest.cc',
'json_schema/json_schema_validator_unittest.cc',
@@ -206,7 +207,7 @@
# Dependencies of bookmarks
'components.gyp:bookmarks_core_browser',
'components.gyp:bookmarks_core_test_support',
-
+
# Dependencies of captive_portal
'components.gyp:captive_portal_test_support',
'../net/net.gyp:net_test_support',
@@ -227,6 +228,10 @@
# Dependencies of domain_reliability
'components.gyp:domain_reliability',
+ # Dependencies of enhanced_bookmarks
+ 'components.gyp:enhanced_bookmarks',
+ 'components.gyp:enhanced_bookmarks_test_support',
+
# Dependencies of feedback
'components.gyp:feedback_component',
« no previous file with comments | « components/components.gyp ('k') | components/enhanced_bookmarks.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698