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

Unified Diff: components/components_tests.gyp

Issue 835903005: [Favicon] Add new fallback icon rendering flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing FallbackIconStyleBuilder; trimming down chrome://fallback-icon syntax. Created 5 years, 11 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
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 6c6b332851d1bf5181f86a488aaa54fea90f7dfc..674721519c3fc256c303ef5109cb93b2be0a009f 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -353,7 +353,7 @@
'components.gyp:content_settings_core_browser',
'components.gyp:content_settings_core_common',
'components.gyp:content_settings_core_test_support',
-
+
# Dependencies of packed CT EV white list
'components.gyp:packed_ct_ev_whitelist',
@@ -380,6 +380,9 @@
'components.gyp:enhanced_bookmarks',
'components.gyp:enhanced_bookmarks_test_support',
+ # Dependencies of favicon_base
+ 'components.gyp:favicon_base',
pkotwicz 2015/01/23 16:00:48 Remove this because there are no longer any unit t
huangs 2015/01/23 19:47:52 Done.
+
# Dependencies of feedback
'components.gyp:feedback_component',

Powered by Google App Engine
This is Rietveld 408576698