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 'renderer/media/capture_video_decoder_unittest.cc', | 276 'renderer/media/capture_video_decoder_unittest.cc', |
277 'renderer/media/media_stream_dispatcher_unittest.cc', | 277 'renderer/media/media_stream_dispatcher_unittest.cc', |
278 'renderer/media/media_stream_impl_unittest.cc', | 278 'renderer/media/media_stream_impl_unittest.cc', |
279 'renderer/media/peer_connection_handler_unittest.cc', | 279 'renderer/media/peer_connection_handler_unittest.cc', |
280 'renderer/media/rtc_video_decoder_unittest.cc', | 280 'renderer/media/rtc_video_decoder_unittest.cc', |
281 'renderer/media/video_capture_impl_unittest.cc', | 281 'renderer/media/video_capture_impl_unittest.cc', |
282 'renderer/media/video_capture_message_filter_unittest.cc', | 282 'renderer/media/video_capture_message_filter_unittest.cc', |
283 'renderer/media/webrtc_audio_device_unittest.cc', | 283 'renderer/media/webrtc_audio_device_unittest.cc', |
284 'renderer/paint_aggregator_unittest.cc', | 284 'renderer/paint_aggregator_unittest.cc', |
285 'renderer/pepper_plugin_delegate_impl_unittest.cc', | 285 'renderer/pepper_plugin_delegate_impl_unittest.cc', |
286 'renderer/mouse_lock_dispatcher_unittest.cc', | |
yzshen1
2012/01/24 18:56:08
Alphabetically, please.
scheib
2012/01/25 00:27:11
Done.
| |
286 'renderer/v8_value_converter_impl_unittest.cc', | 287 'renderer/v8_value_converter_impl_unittest.cc', |
287 'test/run_all_unittests.cc', | 288 'test/run_all_unittests.cc', |
288 ], | 289 ], |
289 'conditions': [ | 290 'conditions': [ |
290 ['input_speech==0', { | 291 ['input_speech==0', { |
291 'sources/': [ | 292 'sources/': [ |
292 ['exclude', '^browser/speech/'], | 293 ['exclude', '^browser/speech/'], |
293 ] | 294 ] |
294 }], | 295 }], |
295 ['notifications==0', { | 296 ['notifications==0', { |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
462 ], | 463 ], |
463 'sources': [ | 464 'sources': [ |
464 'common/gpu/media/video_decode_accelerator_unittest.cc', | 465 'common/gpu/media/video_decode_accelerator_unittest.cc', |
465 ], | 466 ], |
466 } | 467 } |
467 ], | 468 ], |
468 }, | 469 }, |
469 ], | 470 ], |
470 ], | 471 ], |
471 } | 472 } |
OLD | NEW |