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

Unified Diff: chrome/chrome_browser.gypi

Issue 11985003: Refactored-out the code of thumbnaling algorithm from thumbnail_tab_helper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added a unit test. Created 7 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: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index f58d9e5fa2e4272e927a5a0b31178bbf2ef128be..fd40e27f7cb95aef84e5df08fe633df76014f06e 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2119,6 +2119,8 @@
'browser/themes/theme_syncable_service.h',
'browser/three_d_api_observer.cc',
'browser/three_d_api_observer.h',
+ 'browser/thumbnails/simple_thumbnail_crop.cc',
+ 'browser/thumbnails/simple_thumbnail_crop.h',
'browser/thumbnails/render_widget_snapshot_taker.cc',
'browser/thumbnails/render_widget_snapshot_taker.h',
'browser/thumbnails/thumbnail_service.h',
@@ -2128,6 +2130,9 @@
'browser/thumbnails/thumbnail_service_impl.h',
'browser/thumbnails/thumbnail_tab_helper.cc',
'browser/thumbnails/thumbnail_tab_helper.h',
+ 'browser/thumbnails/thumbnailing_algorithm.h',
+ 'browser/thumbnails/thumbnailing_context.cc',
+ 'browser/thumbnails/thumbnailing_context.h',
'browser/toolkit_extra_parts.h',
'browser/translate/options_menu_model.cc',
'browser/translate/options_menu_model.h',

Powered by Google App Engine
This is Rietveld 408576698