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

Side by Side Diff: chrome/chrome_tests_unit.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: Added a unit test. 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 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1136 matching lines...) Expand 10 before | Expand all | Expand 10 after
1147 'browser/system_monitor/removable_device_notifications_chromeos_unittest .cc', 1147 'browser/system_monitor/removable_device_notifications_chromeos_unittest .cc',
1148 'browser/system_monitor/removable_device_notifications_linux_unittest.cc ', 1148 'browser/system_monitor/removable_device_notifications_linux_unittest.cc ',
1149 'browser/system_monitor/removable_device_notifications_mac_unittest.mm', 1149 'browser/system_monitor/removable_device_notifications_mac_unittest.mm',
1150 'browser/system_monitor/removable_device_notifications_window_win_unitte st.cc', 1150 'browser/system_monitor/removable_device_notifications_window_win_unitte st.cc',
1151 'browser/tab_contents/render_view_context_menu_unittest.cc', 1151 'browser/tab_contents/render_view_context_menu_unittest.cc',
1152 'browser/task_manager/task_manager_unittest.cc', 1152 'browser/task_manager/task_manager_unittest.cc',
1153 'browser/task_profiler/task_profiler_data_serializer_unittest.cc', 1153 'browser/task_profiler/task_profiler_data_serializer_unittest.cc',
1154 'browser/themes/browser_theme_pack_unittest.cc', 1154 'browser/themes/browser_theme_pack_unittest.cc',
1155 'browser/themes/theme_service_unittest.cc', 1155 'browser/themes/theme_service_unittest.cc',
1156 'browser/themes/theme_syncable_service_unittest.cc', 1156 'browser/themes/theme_syncable_service_unittest.cc',
1157 'browser/thumbnails/simple_thumbnail_crop_unittest.cc',
1157 'browser/thumbnails/thumbnail_service_unittest.cc', 1158 'browser/thumbnails/thumbnail_service_unittest.cc',
1158 'browser/thumbnails/thumbnail_tab_helper_unittest.cc',
1159 'browser/ui/android/tab_model/tab_model_unittest.cc', 1159 'browser/ui/android/tab_model/tab_model_unittest.cc',
1160 'browser/ui/ash/event_rewriter_unittest.cc', 1160 'browser/ui/ash/event_rewriter_unittest.cc',
1161 'browser/ui/ash/ime_controller_chromeos_unittest.cc', 1161 'browser/ui/ash/ime_controller_chromeos_unittest.cc',
1162 'browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc', 1162 'browser/ui/ash/launcher/browser_launcher_item_controller_unittest.cc',
1163 'browser/ui/ash/launcher/chrome_launcher_controller_per_app_unittest.cc' , 1163 'browser/ui/ash/launcher/chrome_launcher_controller_per_app_unittest.cc' ,
1164 'browser/ui/ash/launcher/chrome_launcher_controller_per_browser_unittest .cc', 1164 'browser/ui/ash/launcher/chrome_launcher_controller_per_browser_unittest .cc',
1165 'browser/ui/ash/window_positioner_unittest.cc', 1165 'browser/ui/ash/window_positioner_unittest.cc',
1166 'browser/ui/auto_login_prompter_unittest.cc', 1166 'browser/ui/auto_login_prompter_unittest.cc',
1167 'browser/ui/autofill/autofill_popup_controller_unittest.cc', 1167 'browser/ui/autofill/autofill_popup_controller_unittest.cc',
1168 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc', 1168 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc',
(...skipping 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after
2316 'unit_tests.isolate', 2316 'unit_tests.isolate',
2317 ], 2317 ],
2318 'sources': [ 2318 'sources': [
2319 'unit_tests.isolate', 2319 'unit_tests.isolate',
2320 ], 2320 ],
2321 }, 2321 },
2322 ], 2322 ],
2323 }], 2323 }],
2324 ], # 'conditions' 2324 ], # 'conditions'
2325 } 2325 }
OLDNEW
« chrome/browser/thumbnails/thumbnailing_algorithm.h ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698