OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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': '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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 'common/sandbox_mac_diraccess_unittest.mm', | 272 'common/sandbox_mac_diraccess_unittest.mm', |
273 'common/sandbox_mac_fontloading_unittest.mm', | 273 'common/sandbox_mac_fontloading_unittest.mm', |
274 'common/sandbox_mac_unittest_helper.h', | 274 'common/sandbox_mac_unittest_helper.h', |
275 'common/sandbox_mac_unittest_helper.mm', | 275 'common/sandbox_mac_unittest_helper.mm', |
276 'common/sandbox_mac_system_access_unittest.mm', | 276 'common/sandbox_mac_system_access_unittest.mm', |
277 'gpu/gpu_info_collector_unittest.cc', | 277 'gpu/gpu_info_collector_unittest.cc', |
278 'gpu/gpu_info_collector_unittest_win.cc', | 278 'gpu/gpu_info_collector_unittest_win.cc', |
279 'renderer/active_notification_tracker_unittest.cc', | 279 'renderer/active_notification_tracker_unittest.cc', |
280 'renderer/gpu/input_event_filter_unittest.cc', | 280 'renderer/gpu/input_event_filter_unittest.cc', |
281 'renderer/media/audio_message_filter_unittest.cc', | 281 'renderer/media/audio_message_filter_unittest.cc', |
282 'renderer/media/audio_renderer_impl_unittest.cc', | |
283 'renderer/media/capture_video_decoder_unittest.cc', | 282 'renderer/media/capture_video_decoder_unittest.cc', |
284 'renderer/media/video_capture_impl_unittest.cc', | 283 'renderer/media/video_capture_impl_unittest.cc', |
285 'renderer/media/video_capture_message_filter_unittest.cc', | 284 'renderer/media/video_capture_message_filter_unittest.cc', |
286 'renderer/paint_aggregator_unittest.cc', | 285 'renderer/paint_aggregator_unittest.cc', |
287 'renderer/pepper/pepper_broker_impl_unittest.cc', | 286 'renderer/pepper/pepper_broker_impl_unittest.cc', |
288 'renderer/v8_value_converter_impl_unittest.cc', | 287 'renderer/v8_value_converter_impl_unittest.cc', |
289 'test/gpu/gpu_test_config_unittest.cc', | 288 'test/gpu/gpu_test_config_unittest.cc', |
290 'test/gpu/gpu_test_expectations_parser_unittest.cc', | 289 'test/gpu/gpu_test_expectations_parser_unittest.cc', |
291 'test/run_all_unittests.cc', | 290 'test/run_all_unittests.cc', |
292 ], | 291 ], |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
491 ], | 490 ], |
492 'sources': [ | 491 'sources': [ |
493 'common/gpu/media/video_decode_accelerator_unittest.cc', | 492 'common/gpu/media/video_decode_accelerator_unittest.cc', |
494 ], | 493 ], |
495 } | 494 } |
496 ], | 495 ], |
497 }, | 496 }, |
498 ], | 497 ], |
499 ], | 498 ], |
500 } | 499 } |
OLD | NEW |