OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |