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

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: Added unit tests. Created 7 years, 7 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
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 2168 matching lines...) Expand 10 before | Expand all | Expand 10 after
2179 'browser/themes/theme_service.cc', 2179 'browser/themes/theme_service.cc',
2180 'browser/themes/theme_service_factory.cc', 2180 'browser/themes/theme_service_factory.cc',
2181 'browser/themes/theme_service_factory.h', 2181 'browser/themes/theme_service_factory.h',
2182 'browser/themes/theme_service.h', 2182 'browser/themes/theme_service.h',
2183 'browser/themes/theme_service_gtk.cc', 2183 'browser/themes/theme_service_gtk.cc',
2184 'browser/themes/theme_service_mac.mm', 2184 'browser/themes/theme_service_mac.mm',
2185 'browser/themes/theme_syncable_service.cc', 2185 'browser/themes/theme_syncable_service.cc',
2186 'browser/themes/theme_syncable_service.h', 2186 'browser/themes/theme_syncable_service.h',
2187 'browser/three_d_api_observer.cc', 2187 'browser/three_d_api_observer.cc',
2188 'browser/three_d_api_observer.h', 2188 'browser/three_d_api_observer.h',
2189 'browser/thumbnails/advanced_thumbnail_crop.cc',
2190 'browser/thumbnails/advanced_thumbnail_crop.h',
2189 'browser/thumbnails/content_analysis.cc', 2191 'browser/thumbnails/content_analysis.cc',
2190 'browser/thumbnails/content_analysis.h', 2192 'browser/thumbnails/content_analysis.h',
2191 'browser/thumbnails/simple_thumbnail_crop.cc', 2193 'browser/thumbnails/simple_thumbnail_crop.cc',
2192 'browser/thumbnails/simple_thumbnail_crop.h', 2194 'browser/thumbnails/simple_thumbnail_crop.h',
2193 'browser/thumbnails/render_widget_snapshot_taker.cc', 2195 'browser/thumbnails/render_widget_snapshot_taker.cc',
2194 'browser/thumbnails/render_widget_snapshot_taker.h', 2196 'browser/thumbnails/render_widget_snapshot_taker.h',
2195 'browser/thumbnails/thumbnail_service.h', 2197 'browser/thumbnails/thumbnail_service.h',
2196 'browser/thumbnails/thumbnail_service_factory.cc', 2198 'browser/thumbnails/thumbnail_service_factory.cc',
2197 'browser/thumbnails/thumbnail_service_factory.h', 2199 'browser/thumbnails/thumbnail_service_factory.h',
2198 'browser/thumbnails/thumbnail_service_impl.cc', 2200 'browser/thumbnails/thumbnail_service_impl.cc',
(...skipping 1004 matching lines...) Expand 10 before | Expand all | Expand 10 after
3203 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3205 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3204 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3206 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3205 }, 3207 },
3206 'includes': [ '../build/android/java_cpp_template.gypi' ], 3208 'includes': [ '../build/android/java_cpp_template.gypi' ],
3207 }, 3209 },
3208 ], 3210 ],
3209 }, 3211 },
3210 ], 3212 ],
3211 ], 3213 ],
3212 } 3214 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698