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

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

Issue 3013673002: Fix Gn Untracked headers in webrtc/common_audio (Closed)
Patch Set: rebased and review comments Created 3 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 | « common_audio/BUILD.gn ('k') | no next file » | 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 2184 matching lines...) Expand 10 before | Expand all | Expand 10 after
2195 ":pcm16b", 2195 ":pcm16b",
2196 ":red", 2196 ":red",
2197 ":rent_a_codec", 2197 ":rent_a_codec",
2198 ":webrtc_opus", 2198 ":webrtc_opus",
2199 "..:module_api", 2199 "..:module_api",
2200 "../..:webrtc_common", 2200 "../..:webrtc_common",
2201 "../../api/audio_codecs:audio_codecs_api", 2201 "../../api/audio_codecs:audio_codecs_api",
2202 "../../api/audio_codecs:builtin_audio_decoder_factory", 2202 "../../api/audio_codecs:builtin_audio_decoder_factory",
2203 "../../api/audio_codecs:builtin_audio_encoder_factory", 2203 "../../api/audio_codecs:builtin_audio_encoder_factory",
2204 "../../common_audio", 2204 "../../common_audio",
2205 "../../common_audio:mock_common_audio",
2205 "../../rtc_base:protobuf_utils", 2206 "../../rtc_base:protobuf_utils",
2206 "../../rtc_base:rtc_base", 2207 "../../rtc_base:rtc_base",
2207 "../../rtc_base:rtc_base_approved", 2208 "../../rtc_base:rtc_base_approved",
2208 "../../rtc_base:rtc_base_tests_utils", 2209 "../../rtc_base:rtc_base_tests_utils",
2209 "../../system_wrappers:system_wrappers", 2210 "../../system_wrappers:system_wrappers",
2210 "../../test:audio_codec_mocks", 2211 "../../test:audio_codec_mocks",
2211 "../../test:field_trial", 2212 "../../test:field_trial",
2212 "../../test:rtp_test_utils", 2213 "../../test:rtp_test_utils",
2213 "../../test:test_common", 2214 "../../test:test_common",
2214 "../../test:test_support", 2215 "../../test:test_support",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
2273 # webrtc/api/audio_codecs:builtin_audio_decoder_factory instead. 2274 # webrtc/api/audio_codecs:builtin_audio_decoder_factory instead.
2274 # TODO(ossu): Remove this. 2275 # TODO(ossu): Remove this.
2275 rtc_source_set("builtin_audio_encoder_factory") { 2276 rtc_source_set("builtin_audio_encoder_factory") {
2276 sources = [ 2277 sources = [
2277 "codecs/builtin_audio_encoder_factory.h", 2278 "codecs/builtin_audio_encoder_factory.h",
2278 ] 2279 ]
2279 deps = [ 2280 deps = [
2280 "../../api/audio_codecs:builtin_audio_encoder_factory", 2281 "../../api/audio_codecs:builtin_audio_encoder_factory",
2281 ] 2282 ]
2282 } 2283 }
OLDNEW
« no previous file with comments | « common_audio/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698