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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 'common/sandbox_mac_diraccess_unittest.mm', | 276 'common/sandbox_mac_diraccess_unittest.mm', |
277 'common/sandbox_mac_fontloading_unittest.mm', | 277 'common/sandbox_mac_fontloading_unittest.mm', |
278 'common/sandbox_mac_unittest_helper.h', | 278 'common/sandbox_mac_unittest_helper.h', |
279 'common/sandbox_mac_unittest_helper.mm', | 279 'common/sandbox_mac_unittest_helper.mm', |
280 'common/sandbox_mac_system_access_unittest.mm', | 280 'common/sandbox_mac_system_access_unittest.mm', |
281 'gpu/gpu_info_collector_unittest.cc', | 281 'gpu/gpu_info_collector_unittest.cc', |
282 'gpu/gpu_info_collector_unittest_win.cc', | 282 'gpu/gpu_info_collector_unittest_win.cc', |
283 'renderer/active_notification_tracker_unittest.cc', | 283 'renderer/active_notification_tracker_unittest.cc', |
284 'renderer/gpu/input_event_filter_unittest.cc', | 284 'renderer/gpu/input_event_filter_unittest.cc', |
285 'renderer/media/audio_message_filter_unittest.cc', | 285 'renderer/media/audio_message_filter_unittest.cc', |
286 'renderer/media/audio_renderer_impl_unittest.cc', | |
287 'renderer/media/capture_video_decoder_unittest.cc', | 286 'renderer/media/capture_video_decoder_unittest.cc', |
288 'renderer/media/video_capture_impl_unittest.cc', | 287 'renderer/media/video_capture_impl_unittest.cc', |
289 'renderer/media/video_capture_message_filter_unittest.cc', | 288 'renderer/media/video_capture_message_filter_unittest.cc', |
290 'renderer/paint_aggregator_unittest.cc', | 289 'renderer/paint_aggregator_unittest.cc', |
291 'renderer/pepper/pepper_broker_impl_unittest.cc', | 290 'renderer/pepper/pepper_broker_impl_unittest.cc', |
292 'renderer/v8_value_converter_impl_unittest.cc', | 291 'renderer/v8_value_converter_impl_unittest.cc', |
293 'test/gpu/gpu_test_config_unittest.cc', | 292 'test/gpu/gpu_test_config_unittest.cc', |
294 'test/gpu/gpu_test_expectations_parser_unittest.cc', | 293 'test/gpu/gpu_test_expectations_parser_unittest.cc', |
295 'test/run_all_unittests.cc', | 294 'test/run_all_unittests.cc', |
296 ], | 295 ], |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
495 ], | 494 ], |
496 'sources': [ | 495 'sources': [ |
497 'common/gpu/media/video_decode_accelerator_unittest.cc', | 496 'common/gpu/media/video_decode_accelerator_unittest.cc', |
498 ], | 497 ], |
499 } | 498 } |
500 ], | 499 ], |
501 }, | 500 }, |
502 ], | 501 ], |
503 ], | 502 ], |
504 } | 503 } |
OLD | NEW |