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

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: revert test 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
« components/bookmarks_enhanced.gypi ('K') | « components/components.gyp ('k') | no next file » | 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 ebc1d56a84f6f046ee6d8469e71ecd3f15d17036..3397fe528b7900ac7842a0dbca21caa8e522e442 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -65,6 +65,7 @@
'autofill/core/common/save_password_progress_logger_unittest.cc',
'bookmarks/core/browser/bookmark_codec_unittest.cc',
'bookmarks/core/test/bookmark_index_unittest.cc',
+ 'bookmarks_enhanced/image_store_unittest.cc',
'captive_portal/captive_portal_detector_unittest.cc',
'cloud_devices/common/cloud_devices_urls_unittest.cc',
'cloud_devices/common/printer_description_unittest.cc',
@@ -204,7 +205,10 @@
# Dependencies of bookmarks
'components.gyp:bookmarks_core_browser',
'components.gyp:bookmarks_core_test_support',
-
+
+ # Dependencies of bookmarks_enhanced
+ 'components.gyp:bookmarks_enhanced_test_support',
blundell 2014/05/09 08:17:48 Add components.gyp:bookmarks_enhanced as well
Kibeom Kim (inactive) 2014/05/09 09:44:41 Done.
+
# Dependencies of captive_portal
'components.gyp:captive_portal_test_support',
'../net/net.gyp:net_test_support',
@@ -347,6 +351,9 @@
['include', '^translate/'],
['include', '^variations/'],
],
+ 'sources!': [
+ 'bookmarks_enhanced/image_store_unittest.cc',
blundell 2014/05/09 08:17:48 Why is this file being excluded on iOS? Should the
Kibeom Kim (inactive) 2014/05/09 09:44:41 Done.
+ ],
'dependencies': [
# Dependencies of signin
'components.gyp:signin_ios_browser',
« components/bookmarks_enhanced.gypi ('K') | « components/components.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698