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

Unified Diff: chrome/chrome.gyp

Issue 118420: Adds kind-of-live thumbnail generation for a potential tab switcher. This... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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/tab_contents/thumbnail_generator_unittest.cc ('k') | chrome/common/notification_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 17971)
+++ chrome/chrome.gyp (working copy)
@@ -1363,6 +1363,8 @@
'browser/tab_contents/tab_contents_view_win.h',
'browser/tab_contents/tab_util.cc',
'browser/tab_contents/tab_util.h',
+ 'browser/tab_contents/thumbnail_generator.cc',
+ 'browser/tab_contents/thumbnail_generator.h',
'browser/tab_contents/web_drag_source.cc',
'browser/tab_contents/web_drag_source.h',
'browser/tab_contents/web_drop_target.cc',
@@ -2905,6 +2907,7 @@
'test_support_unit',
'../base/base.gyp:base',
'../testing/gtest.gyp:gtest',
+ '../skia/skia.gyp:skia',
],
'sources': [
'common/ipc_fuzzing_tests.cc',
@@ -3274,6 +3277,7 @@
'browser/tab_contents/navigation_entry_unittest.cc',
'browser/tab_contents/render_view_host_manager_unittest.cc',
'browser/tab_contents/site_instance_unittest.cc',
+ 'browser/tab_contents/thumbnail_generator_unittest.cc',
'browser/tab_contents/web_contents_unittest.cc',
'browser/tabs/tab_strip_model_unittest.cc',
'browser/task_manager_unittest.cc',
@@ -3809,6 +3813,7 @@
'../views/views.gyp:views',
'../webkit/webkit.gyp:webkit_resources',
'../gears/gears.gyp:gears',
+ '../skia/skia.gyp:skia',
],
'rules': [
{
@@ -4423,6 +4428,7 @@
'dependencies': [
'../base/base.gyp:base',
'../webkit/webkit.gyp:webkit',
+ '../skia/skia.gyp:skia',
],
'sources': [
'tools/build/win/precompiled.cc',
« no previous file with comments | « chrome/browser/tab_contents/thumbnail_generator_unittest.cc ('k') | chrome/common/notification_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698