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

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 + compiler error fixes on windows and ios 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..b40951f3fecb8a11d9379b030f3ea4000b1543f8 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -203,7 +203,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',
+
# Dependencies of captive_portal
'components.gyp:captive_portal_test_support',
'../net/net.gyp:net_test_support',
« 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