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

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

Issue 2754893002: GN: Make //webrtc/test:fileutils visible only to //webrtc/test. (Closed)
Patch Set: Created 3 years, 9 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/modules/remote_bitrate_estimator/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("../../webrtc.gni") 9 import("../../webrtc.gni")
10 import("audio_coding.gni") 10 import("audio_coding.gni")
(...skipping 1141 matching lines...) Expand 10 before | Expand all | Expand 10 after
1152 ] 1152 ]
1153 deps = [ 1153 deps = [
1154 ":audio_coding", 1154 ":audio_coding",
1155 ":audio_coding_module_typedefs", 1155 ":audio_coding_module_typedefs",
1156 ":audio_format_conversion", 1156 ":audio_format_conversion",
1157 ":pcm16b_c", 1157 ":pcm16b_c",
1158 "../..:webrtc_common", 1158 "../..:webrtc_common",
1159 "../../api/audio_codecs:builtin_audio_decoder_factory", 1159 "../../api/audio_codecs:builtin_audio_decoder_factory",
1160 "../../base:rtc_base_approved", 1160 "../../base:rtc_base_approved",
1161 "../../system_wrappers:system_wrappers", 1161 "../../system_wrappers:system_wrappers",
1162 "../../test:fileutils",
1163 "../../test:test_support", 1162 "../../test:test_support",
1164 ] 1163 ]
1165 defines = audio_coding_defines 1164 defines = audio_coding_defines
1166 if (is_win) { 1165 if (is_win) {
1167 cflags = [ 1166 cflags = [
1168 # TODO(kjellander): bugs.webrtc.org/261: Fix this warning. 1167 # TODO(kjellander): bugs.webrtc.org/261: Fix this warning.
1169 "/wd4373", # virtual function override. 1168 "/wd4373", # virtual function override.
1170 ] 1169 ]
1171 } 1170 }
1172 if (!build_with_chromium && is_clang) { 1171 if (!build_with_chromium && is_clang) {
(...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
2128 # webrtc/api/audio_codecs:builtin_audio_decoder_factory instead. 2127 # webrtc/api/audio_codecs:builtin_audio_decoder_factory instead.
2129 # TODO(kwiberg): Remove this. 2128 # TODO(kwiberg): Remove this.
2130 rtc_source_set("builtin_audio_decoder_factory") { 2129 rtc_source_set("builtin_audio_decoder_factory") {
2131 sources = [ 2130 sources = [
2132 "codecs/builtin_audio_decoder_factory.h", 2131 "codecs/builtin_audio_decoder_factory.h",
2133 ] 2132 ]
2134 deps = [ 2133 deps = [
2135 "../../api/audio_codecs:builtin_audio_decoder_factory", 2134 "../../api/audio_codecs:builtin_audio_decoder_factory",
2136 ] 2135 ]
2137 } 2136 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/remote_bitrate_estimator/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698