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

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

Issue 2716413004: Restructure protobuf targets to fit with downstream requirements. (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/audio_coding/neteq/neteq_unittest.cc » ('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 1306 matching lines...) Expand 10 before | Expand all | Expand 10 after
1317 if (is_ios) { 1317 if (is_ios) {
1318 deps += [ ":audio_decoder_unittests_bundle_data" ] 1318 deps += [ ":audio_decoder_unittests_bundle_data" ]
1319 } 1319 }
1320 } # audio_decoder_unittests 1320 } # audio_decoder_unittests
1321 1321
1322 if (rtc_enable_protobuf) { 1322 if (rtc_enable_protobuf) {
1323 proto_library("neteq_unittest_proto") { 1323 proto_library("neteq_unittest_proto") {
1324 sources = [ 1324 sources = [
1325 "neteq/neteq_unittest.proto", 1325 "neteq/neteq_unittest.proto",
1326 ] 1326 ]
1327 proto_out_dir = "webrtc/audio_coding/neteq" 1327 proto_out_dir = "webrtc/modules/audio_coding/neteq"
1328 } 1328 }
1329 1329
1330 rtc_static_library("rtc_event_log_source") { 1330 rtc_static_library("rtc_event_log_source") {
1331 testonly = true 1331 testonly = true
1332 1332
1333 # TODO(kjellander): Remove (bugs.webrtc.org/6828) 1333 # TODO(kjellander): Remove (bugs.webrtc.org/6828)
1334 # Needs call.h to be moved to webrtc/api first. 1334 # Needs call.h to be moved to webrtc/api first.
1335 check_includes = false 1335 check_includes = false
1336 1336
1337 sources = [ 1337 sources = [
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
2106 # webrtc/api/audio_codecs:builtin_audio_decoder_factory instead. 2106 # webrtc/api/audio_codecs:builtin_audio_decoder_factory instead.
2107 # TODO(kwiberg): Remove this. 2107 # TODO(kwiberg): Remove this.
2108 rtc_source_set("builtin_audio_decoder_factory") { 2108 rtc_source_set("builtin_audio_decoder_factory") {
2109 sources = [ 2109 sources = [
2110 "codecs/builtin_audio_decoder_factory.h", 2110 "codecs/builtin_audio_decoder_factory.h",
2111 ] 2111 ]
2112 deps = [ 2112 deps = [
2113 "../../api/audio_codecs:builtin_audio_decoder_factory", 2113 "../../api/audio_codecs:builtin_audio_decoder_factory",
2114 ] 2114 ]
2115 } 2115 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/neteq/neteq_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698