| OLD | NEW |
| 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
| 4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
| 5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
| 6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
| 7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
| 8 | 8 |
| 9 { | 9 { |
| 10 'includes': [ | 10 'includes': [ |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 'rtp_rtcp/source/rtp_header_extension_unittest.cc', | 344 'rtp_rtcp/source/rtp_header_extension_unittest.cc', |
| 345 'rtp_rtcp/source/rtp_sender_unittest.cc', | 345 'rtp_rtcp/source/rtp_sender_unittest.cc', |
| 346 'rtp_rtcp/source/time_util_unittest.cc', | 346 'rtp_rtcp/source/time_util_unittest.cc', |
| 347 'rtp_rtcp/source/vp8_partition_aggregator_unittest.cc', | 347 'rtp_rtcp/source/vp8_partition_aggregator_unittest.cc', |
| 348 'rtp_rtcp/test/testAPI/test_api.cc', | 348 'rtp_rtcp/test/testAPI/test_api.cc', |
| 349 'rtp_rtcp/test/testAPI/test_api.h', | 349 'rtp_rtcp/test/testAPI/test_api.h', |
| 350 'rtp_rtcp/test/testAPI/test_api_audio.cc', | 350 'rtp_rtcp/test/testAPI/test_api_audio.cc', |
| 351 'rtp_rtcp/test/testAPI/test_api_rtcp.cc', | 351 'rtp_rtcp/test/testAPI/test_api_rtcp.cc', |
| 352 'rtp_rtcp/test/testAPI/test_api_video.cc', | 352 'rtp_rtcp/test/testAPI/test_api_video.cc', |
| 353 'utility/source/audio_frame_operations_unittest.cc', | 353 'utility/source/audio_frame_operations_unittest.cc', |
| 354 'utility/source/file_player_unittests.cc', |
| 354 'utility/source/process_thread_impl_unittest.cc', | 355 'utility/source/process_thread_impl_unittest.cc', |
| 355 'video_coding/codecs/test/packet_manipulator_unittest.cc', | 356 'video_coding/codecs/test/packet_manipulator_unittest.cc', |
| 356 'video_coding/codecs/test/stats_unittest.cc', | 357 'video_coding/codecs/test/stats_unittest.cc', |
| 357 'video_coding/codecs/test/videoprocessor_unittest.cc', | 358 'video_coding/codecs/test/videoprocessor_unittest.cc', |
| 358 'video_coding/codecs/vp8/default_temporal_layers_unittest.cc', | 359 'video_coding/codecs/vp8/default_temporal_layers_unittest.cc', |
| 359 'video_coding/codecs/vp8/reference_picture_selection_unittest.cc', | 360 'video_coding/codecs/vp8/reference_picture_selection_unittest.cc', |
| 360 'video_coding/codecs/vp8/screenshare_layers_unittest.cc', | 361 'video_coding/codecs/vp8/screenshare_layers_unittest.cc', |
| 361 'video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc', | 362 'video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc', |
| 362 'video_coding/codecs/vp8/simulcast_unittest.cc', | 363 'video_coding/codecs/vp8/simulcast_unittest.cc', |
| 363 'video_coding/codecs/vp8/simulcast_unittest.h', | 364 'video_coding/codecs/vp8/simulcast_unittest.h', |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 771 'sources': [ | 772 'sources': [ |
| 772 'modules_unittests.isolate', | 773 'modules_unittests.isolate', |
| 773 ], | 774 ], |
| 774 }, | 775 }, |
| 775 ], | 776 ], |
| 776 }], | 777 }], |
| 777 ], | 778 ], |
| 778 }], # include_tests | 779 }], # include_tests |
| 779 ], # conditions | 780 ], # conditions |
| 780 } | 781 } |
| OLD | NEW |