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

Side by Side Diff: content/content_tests.gypi

Issue 8416019: Add a sequenced worker pool (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'common/mac/attributed_string_coder_unittest.mm', 209 'common/mac/attributed_string_coder_unittest.mm',
210 'common/mac/font_descriptor_unittest.mm', 210 'common/mac/font_descriptor_unittest.mm',
211 'common/mac/scoped_sending_event_unittest.mm', 211 'common/mac/scoped_sending_event_unittest.mm',
212 'common/gpu/gpu_feature_flags_unittest.cc', 212 'common/gpu/gpu_feature_flags_unittest.cc',
213 'common/gpu/gpu_info_unittest.cc', 213 'common/gpu/gpu_info_unittest.cc',
214 'common/hi_res_timer_manager_unittest.cc', 214 'common/hi_res_timer_manager_unittest.cc',
215 'common/net/url_fetcher_impl_unittest.cc', 215 'common/net/url_fetcher_impl_unittest.cc',
216 'common/process_watcher_unittest.cc', 216 'common/process_watcher_unittest.cc',
217 'common/property_bag_unittest.cc', 217 'common/property_bag_unittest.cc',
218 'common/resource_dispatcher_unittest.cc', 218 'common/resource_dispatcher_unittest.cc',
219 'common/sequenced_worker_pool_unittest.cc',
219 'gpu/gpu_info_collector_unittest.cc', 220 'gpu/gpu_info_collector_unittest.cc',
220 'gpu/gpu_info_collector_unittest_win.cc', 221 'gpu/gpu_info_collector_unittest_win.cc',
221 'renderer/active_notification_tracker_unittest.cc', 222 'renderer/active_notification_tracker_unittest.cc',
222 'renderer/gpu/input_event_filter_unittest.cc', 223 'renderer/gpu/input_event_filter_unittest.cc',
223 'renderer/media/audio_message_filter_unittest.cc', 224 'renderer/media/audio_message_filter_unittest.cc',
224 'renderer/media/audio_renderer_impl_unittest.cc', 225 'renderer/media/audio_renderer_impl_unittest.cc',
225 'renderer/media/capture_video_decoder_unittest.cc', 226 'renderer/media/capture_video_decoder_unittest.cc',
226 'renderer/media/media_stream_dispatcher_unittest.cc', 227 'renderer/media/media_stream_dispatcher_unittest.cc',
227 'renderer/media/rtc_video_decoder_unittest.cc', 228 'renderer/media/rtc_video_decoder_unittest.cc',
228 'renderer/media/video_capture_impl_unittest.cc', 229 'renderer/media/video_capture_impl_unittest.cc',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 ], 375 ],
375 'sources': [ 376 'sources': [
376 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 377 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
377 ], 378 ],
378 } 379 }
379 ], 380 ],
380 }, 381 },
381 ], 382 ],
382 ], 383 ],
383 } 384 }
OLDNEW
« content/common/sequenced_worker_pool_unittest.cc ('K') | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698