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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 15458003: Plugs in the new thumbnailing algorithm to ThumbnailTabHelper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed up a compile problem (indpendent change). Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/thumbnails/thumbnailing_context.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2213 matching lines...) Expand 10 before | Expand all | Expand 10 after
2224 'browser/themes/theme_service_factory.h', 2224 'browser/themes/theme_service_factory.h',
2225 'browser/themes/theme_service.h', 2225 'browser/themes/theme_service.h',
2226 'browser/themes/theme_service_gtk.cc', 2226 'browser/themes/theme_service_gtk.cc',
2227 'browser/themes/theme_service_mac.mm', 2227 'browser/themes/theme_service_mac.mm',
2228 'browser/themes/theme_syncable_service.cc', 2228 'browser/themes/theme_syncable_service.cc',
2229 'browser/themes/theme_syncable_service.h', 2229 'browser/themes/theme_syncable_service.h',
2230 'browser/three_d_api_observer.cc', 2230 'browser/three_d_api_observer.cc',
2231 'browser/three_d_api_observer.h', 2231 'browser/three_d_api_observer.h',
2232 'browser/thumbnails/content_analysis.cc', 2232 'browser/thumbnails/content_analysis.cc',
2233 'browser/thumbnails/content_analysis.h', 2233 'browser/thumbnails/content_analysis.h',
2234 'browser/thumbnails/content_based_thumbnailing_algorithm.cc',
2235 'browser/thumbnails/content_based_thumbnailing_algorithm.h',
2234 'browser/thumbnails/simple_thumbnail_crop.cc', 2236 'browser/thumbnails/simple_thumbnail_crop.cc',
2235 'browser/thumbnails/simple_thumbnail_crop.h', 2237 'browser/thumbnails/simple_thumbnail_crop.h',
2236 'browser/thumbnails/render_widget_snapshot_taker.cc', 2238 'browser/thumbnails/render_widget_snapshot_taker.cc',
2237 'browser/thumbnails/render_widget_snapshot_taker.h', 2239 'browser/thumbnails/render_widget_snapshot_taker.h',
2238 'browser/thumbnails/thumbnail_service.h', 2240 'browser/thumbnails/thumbnail_service.h',
2239 'browser/thumbnails/thumbnail_service_factory.cc', 2241 'browser/thumbnails/thumbnail_service_factory.cc',
2240 'browser/thumbnails/thumbnail_service_factory.h', 2242 'browser/thumbnails/thumbnail_service_factory.h',
2241 'browser/thumbnails/thumbnail_service_impl.cc', 2243 'browser/thumbnails/thumbnail_service_impl.cc',
2242 'browser/thumbnails/thumbnail_service_impl.h', 2244 'browser/thumbnails/thumbnail_service_impl.h',
2243 'browser/thumbnails/thumbnail_tab_helper.cc', 2245 'browser/thumbnails/thumbnail_tab_helper.cc',
(...skipping 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after
3265 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3267 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3266 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3268 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3267 }, 3269 },
3268 'includes': [ '../build/android/java_cpp_template.gypi' ], 3270 'includes': [ '../build/android/java_cpp_template.gypi' ],
3269 }, 3271 },
3270 ], 3272 ],
3271 }, 3273 },
3272 ], 3274 ],
3273 ], 3275 ],
3274 } 3276 }
OLDNEW
« 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