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

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: addressed patch set 17's comments 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 b741835a1515979d57869dfda7b1c730e14d7287..6fccbbc79b99de8ada6df2f61ecd2411eff4911b 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -65,6 +65,10 @@
'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/enhanced_bookmark_utils_unittest.cc',
tfarina 2014/05/08 18:07:59 Forgot to git add this file? I only see image_stor
Kibeom Kim (inactive) 2014/05/08 18:33:28 Done. (it's another CL's file depends on this but
+ 'bookmarks_enhanced/image_store_unittest.cc',
+ 'bookmarks_enhanced/test_image_store.cc',
tfarina 2014/05/08 18:07:59 Please, create a bookmarks_enhanced_test_support t
Kibeom Kim (inactive) 2014/05/08 18:33:28 Done.
+ 'bookmarks_enhanced/test_image_store.h',
'captive_portal/captive_portal_detector_unittest.cc',
'cloud_devices/common/cloud_devices_urls_unittest.cc',
'cloud_devices/common/printer_description_unittest.cc',
@@ -203,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',
@@ -282,6 +286,9 @@
'components.gyp:autofill_content_renderer',
'components.gyp:autofill_content_test_support',
+ # Dependencies of enhanced bookmarks
+ 'components.gyp:bookmarks_enhanced',
+
# Dependencies of dom_distiller
'components.gyp:dom_distiller_content',
@@ -343,6 +350,12 @@
['include', '^translate/'],
['include', '^variations/'],
],
+ 'sources!': [
+ 'bookmarks_enhanced/enhanced_bookmark_utils_unittest.cc',
+ 'bookmarks_enhanced/image_store_unittest.cc',
+ 'bookmarks_enhanced/test_image_store.cc',
+ 'bookmarks_enhanced/test_image_store.h',
+ ],
'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