| 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 '<(webrtc_root)/test/test.gyp:test_support', | 155 '<(webrtc_root)/test/test.gyp:test_support', |
| 156 ], | 156 ], |
| 157 'sources': [ | 157 'sources': [ |
| 158 'test/auto_test/automated_mode.cc', | 158 'test/auto_test/automated_mode.cc', |
| 159 'test/auto_test/extended/agc_config_test.cc', | 159 'test/auto_test/extended/agc_config_test.cc', |
| 160 'test/auto_test/extended/ec_metrics_test.cc', | 160 'test/auto_test/extended/ec_metrics_test.cc', |
| 161 'test/auto_test/fakes/conference_transport.cc', | 161 'test/auto_test/fakes/conference_transport.cc', |
| 162 'test/auto_test/fakes/conference_transport.h', | 162 'test/auto_test/fakes/conference_transport.h', |
| 163 'test/auto_test/fakes/fake_external_transport.cc', | 163 'test/auto_test/fakes/fake_external_transport.cc', |
| 164 'test/auto_test/fakes/fake_external_transport.h', | 164 'test/auto_test/fakes/fake_external_transport.h', |
| 165 'test/auto_test/fakes/loudest_filter.cc', |
| 166 'test/auto_test/fakes/loudest_filter.h', |
| 165 'test/auto_test/fixtures/after_initialization_fixture.cc', | 167 'test/auto_test/fixtures/after_initialization_fixture.cc', |
| 166 'test/auto_test/fixtures/after_initialization_fixture.h', | 168 'test/auto_test/fixtures/after_initialization_fixture.h', |
| 167 'test/auto_test/fixtures/after_streaming_fixture.cc', | 169 'test/auto_test/fixtures/after_streaming_fixture.cc', |
| 168 'test/auto_test/fixtures/after_streaming_fixture.h', | 170 'test/auto_test/fixtures/after_streaming_fixture.h', |
| 169 'test/auto_test/fixtures/before_initialization_fixture.cc', | 171 'test/auto_test/fixtures/before_initialization_fixture.cc', |
| 170 'test/auto_test/fixtures/before_initialization_fixture.h', | 172 'test/auto_test/fixtures/before_initialization_fixture.h', |
| 171 'test/auto_test/fixtures/before_streaming_fixture.cc', | 173 'test/auto_test/fixtures/before_streaming_fixture.cc', |
| 172 'test/auto_test/fixtures/before_streaming_fixture.h', | 174 'test/auto_test/fixtures/before_streaming_fixture.h', |
| 173 'test/auto_test/standard/audio_processing_test.cc', | 175 'test/auto_test/standard/audio_processing_test.cc', |
| 174 'test/auto_test/standard/codec_before_streaming_test.cc', | 176 'test/auto_test/standard/codec_before_streaming_test.cc', |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 'sources': [ | 271 'sources': [ |
| 270 'voe_auto_test.isolate', | 272 'voe_auto_test.isolate', |
| 271 ], | 273 ], |
| 272 }, | 274 }, |
| 273 ], | 275 ], |
| 274 }], | 276 }], |
| 275 ], # conditions | 277 ], # conditions |
| 276 }], # include_tests | 278 }], # include_tests |
| 277 ], # conditions | 279 ], # conditions |
| 278 } | 280 } |
| OLD | NEW |