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', |