Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(563)

Side by Side Diff: webrtc/voice_engine/BUILD.gn

Issue 2686003004: Remove unused voe_cpu_test.cc. (Closed)
Patch Set: rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | webrtc/voice_engine/test/auto_test/voe_cpu_test.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 "test/auto_test/standard/hardware_test.cc", 378 "test/auto_test/standard/hardware_test.cc",
379 "test/auto_test/standard/mixing_test.cc", 379 "test/auto_test/standard/mixing_test.cc",
380 "test/auto_test/standard/neteq_stats_test.cc", 380 "test/auto_test/standard/neteq_stats_test.cc",
381 "test/auto_test/standard/rtp_rtcp_before_streaming_test.cc", 381 "test/auto_test/standard/rtp_rtcp_before_streaming_test.cc",
382 "test/auto_test/standard/rtp_rtcp_extensions.cc", 382 "test/auto_test/standard/rtp_rtcp_extensions.cc",
383 "test/auto_test/standard/rtp_rtcp_test.cc", 383 "test/auto_test/standard/rtp_rtcp_test.cc",
384 "test/auto_test/standard/video_sync_test.cc", 384 "test/auto_test/standard/video_sync_test.cc",
385 "test/auto_test/standard/voe_base_misc_test.cc", 385 "test/auto_test/standard/voe_base_misc_test.cc",
386 "test/auto_test/standard/volume_test.cc", 386 "test/auto_test/standard/volume_test.cc",
387 "test/auto_test/voe_conference_test.cc", 387 "test/auto_test/voe_conference_test.cc",
388 "test/auto_test/voe_cpu_test.cc",
389 "test/auto_test/voe_cpu_test.h",
390 "test/auto_test/voe_standard_test.cc", 388 "test/auto_test/voe_standard_test.cc",
391 "test/auto_test/voe_standard_test.h", 389 "test/auto_test/voe_standard_test.h",
392 "test/auto_test/voe_stress_test.cc", 390 "test/auto_test/voe_stress_test.cc",
393 "test/auto_test/voe_stress_test.h", 391 "test/auto_test/voe_stress_test.h",
394 "test/auto_test/voe_test_defines.h", 392 "test/auto_test/voe_test_defines.h",
395 "test/auto_test/voe_test_interface.h", 393 "test/auto_test/voe_test_interface.h",
396 ] 394 ]
397 395
398 if (!is_android) { 396 if (!is_android) {
399 # Some tests are not supported on android yet, exclude these tests. 397 # Some tests are not supported on android yet, exclude these tests.
(...skipping 17 matching lines...) Expand all
417 ] 415 ]
418 } 416 }
419 417
420 if (!build_with_chromium && is_clang) { 418 if (!build_with_chromium && is_clang) {
421 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163) . 419 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163) .
422 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 420 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
423 } 421 }
424 } 422 }
425 } 423 }
426 } 424 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/voice_engine/test/auto_test/voe_cpu_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698