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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 'common/gpu/gpu_info_unittest.cc', | 230 'common/gpu/gpu_info_unittest.cc', |
231 'common/hi_res_timer_manager_unittest.cc', | 231 'common/hi_res_timer_manager_unittest.cc', |
232 'common/net/url_fetcher_impl_unittest.cc', | 232 'common/net/url_fetcher_impl_unittest.cc', |
233 'common/page_zoom_unittest.cc', | 233 'common/page_zoom_unittest.cc', |
234 'common/resource_dispatcher_unittest.cc', | 234 'common/resource_dispatcher_unittest.cc', |
235 'common/sandbox_mac_diraccess_unittest.mm', | 235 'common/sandbox_mac_diraccess_unittest.mm', |
236 'common/sandbox_mac_fontloading_unittest.mm', | 236 'common/sandbox_mac_fontloading_unittest.mm', |
237 'common/sandbox_mac_unittest_helper.h', | 237 'common/sandbox_mac_unittest_helper.h', |
238 'common/sandbox_mac_unittest_helper.mm', | 238 'common/sandbox_mac_unittest_helper.mm', |
239 'common/sandbox_mac_system_access_unittest.mm', | 239 'common/sandbox_mac_system_access_unittest.mm', |
| 240 'common/sequenced_worker_pool_unittest.cc', |
240 'gpu/gpu_info_collector_unittest.cc', | 241 'gpu/gpu_info_collector_unittest.cc', |
241 'gpu/gpu_info_collector_unittest_win.cc', | 242 'gpu/gpu_info_collector_unittest_win.cc', |
242 'renderer/active_notification_tracker_unittest.cc', | 243 'renderer/active_notification_tracker_unittest.cc', |
243 'renderer/gpu/input_event_filter_unittest.cc', | 244 'renderer/gpu/input_event_filter_unittest.cc', |
244 'renderer/media/audio_message_filter_unittest.cc', | 245 'renderer/media/audio_message_filter_unittest.cc', |
245 'renderer/media/audio_renderer_impl_unittest.cc', | 246 'renderer/media/audio_renderer_impl_unittest.cc', |
246 'renderer/media/capture_video_decoder_unittest.cc', | 247 'renderer/media/capture_video_decoder_unittest.cc', |
247 'renderer/media/media_stream_dispatcher_unittest.cc', | 248 'renderer/media/media_stream_dispatcher_unittest.cc', |
248 'renderer/media/rtc_video_decoder_unittest.cc', | 249 'renderer/media/rtc_video_decoder_unittest.cc', |
249 'renderer/media/video_capture_impl_unittest.cc', | 250 'renderer/media/video_capture_impl_unittest.cc', |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
398 ], | 399 ], |
399 'sources': [ | 400 'sources': [ |
400 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 401 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
401 ], | 402 ], |
402 } | 403 } |
403 ], | 404 ], |
404 }, | 405 }, |
405 ], | 406 ], |
406 ], | 407 ], |
407 } | 408 } |
OLD | NEW |