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

Side by Side Diff: webrtc/modules/audio_coding/BUILD.gn

Issue 2335683002: Remove a couple of unnecessary dependencies on gflags (Closed)
Patch Set: Created 4 years, 3 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/test/BUILD.gn » ('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("../../build/webrtc.gni") 9 import("../../build/webrtc.gni")
10 import("audio_coding.gni") 10 import("audio_coding.gni")
(...skipping 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after
1065 if (is_clang) { 1065 if (is_clang) {
1066 # Suppress warnings from the Chromium Clang plugins (bugs.webrtc.org/163). 1066 # Suppress warnings from the Chromium Clang plugins (bugs.webrtc.org/163).
1067 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 1067 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
1068 } 1068 }
1069 1069
1070 deps = [ 1070 deps = [
1071 ":neteq", 1071 ":neteq",
1072 ":neteq_unittest_tools", 1072 ":neteq_unittest_tools",
1073 ":pcm16b", 1073 ":pcm16b",
1074 "//testing/gtest", 1074 "//testing/gtest",
1075 "//third_party/gflags",
1076 ] 1075 ]
1077 } 1076 }
1078 1077
1079 rtc_source_set("neteq_quality_test_support") { 1078 rtc_source_set("neteq_quality_test_support") {
1080 testonly = true 1079 testonly = true
1081 sources = [ 1080 sources = [
1082 "neteq/tools/neteq_quality_test.cc", 1081 "neteq/tools/neteq_quality_test.cc",
1083 "neteq/tools/neteq_quality_test.h", 1082 "neteq/tools/neteq_quality_test.h",
1084 ] 1083 ]
1085 1084
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
1559 "//testing/gtest", 1558 "//testing/gtest",
1560 ] 1559 ]
1561 1560
1562 if (is_clang) { 1561 if (is_clang) {
1563 # Suppress warnings from Chrome's Clang plugins. 1562 # Suppress warnings from Chrome's Clang plugins.
1564 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details. 1563 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
1565 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 1564 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
1566 } 1565 }
1567 } 1566 }
1568 } 1567 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698