OLD | NEW |
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2014 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 import("../webrtc.gni") | 9 import("../webrtc.gni") |
10 | 10 |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 "test/auto_test/fixtures/after_initialization_fixture.h", | 264 "test/auto_test/fixtures/after_initialization_fixture.h", |
265 "test/auto_test/fixtures/after_streaming_fixture.cc", | 265 "test/auto_test/fixtures/after_streaming_fixture.cc", |
266 "test/auto_test/fixtures/after_streaming_fixture.h", | 266 "test/auto_test/fixtures/after_streaming_fixture.h", |
267 "test/auto_test/fixtures/before_initialization_fixture.cc", | 267 "test/auto_test/fixtures/before_initialization_fixture.cc", |
268 "test/auto_test/fixtures/before_initialization_fixture.h", | 268 "test/auto_test/fixtures/before_initialization_fixture.h", |
269 "test/auto_test/fixtures/before_streaming_fixture.cc", | 269 "test/auto_test/fixtures/before_streaming_fixture.cc", |
270 "test/auto_test/fixtures/before_streaming_fixture.h", | 270 "test/auto_test/fixtures/before_streaming_fixture.h", |
271 "test/auto_test/standard/codec_before_streaming_test.cc", | 271 "test/auto_test/standard/codec_before_streaming_test.cc", |
272 "test/auto_test/standard/codec_test.cc", | 272 "test/auto_test/standard/codec_test.cc", |
273 "test/auto_test/standard/dtmf_test.cc", | 273 "test/auto_test/standard/dtmf_test.cc", |
274 "test/auto_test/standard/file_before_streaming_test.cc", | |
275 "test/auto_test/standard/file_test.cc", | |
276 "test/auto_test/standard/rtp_rtcp_before_streaming_test.cc", | 274 "test/auto_test/standard/rtp_rtcp_before_streaming_test.cc", |
277 "test/auto_test/standard/rtp_rtcp_extensions.cc", | 275 "test/auto_test/standard/rtp_rtcp_extensions.cc", |
278 "test/auto_test/standard/rtp_rtcp_test.cc", | 276 "test/auto_test/standard/rtp_rtcp_test.cc", |
279 "test/auto_test/voe_conference_test.cc", | 277 "test/auto_test/voe_conference_test.cc", |
280 "test/auto_test/voe_standard_test.cc", | 278 "test/auto_test/voe_standard_test.cc", |
281 "test/auto_test/voe_standard_test.h", | 279 "test/auto_test/voe_standard_test.h", |
282 "test/auto_test/voe_test_defines.h", | 280 "test/auto_test/voe_test_defines.h", |
283 ] | 281 ] |
284 | 282 |
285 defines = [] | 283 defines = [] |
(...skipping 12 matching lines...) Expand all Loading... |
298 ] | 296 ] |
299 } | 297 } |
300 | 298 |
301 if (!build_with_chromium && is_clang) { | 299 if (!build_with_chromium && is_clang) { |
302 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163)
. | 300 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163)
. |
303 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] | 301 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] |
304 } | 302 } |
305 } | 303 } |
306 } | 304 } |
307 } | 305 } |
OLD | NEW |