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

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: Another round of updates from OWNER's review. 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
« no previous file with comments | « chrome/browser/thumbnails/thumbnailing_context.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index a8c5914e55a55c9c189f7cb07c410e6addc77b02..7609c5d717f5cc3994a459d7ca1b819b87615213 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2137,6 +2137,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',
@@ -2146,6 +2148,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',
« no previous file with comments | « chrome/browser/thumbnails/thumbnailing_context.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698