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

Side by Side Diff: webrtc/modules/audio_processing/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
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/config/arm.gni") 9 import("//build/config/arm.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 "//third_party/gflags", 787 "//third_party/gflags",
788 ] 788 ]
789 } 789 }
790 } 790 }
791 791
792 if (rtc_enable_protobuf) { 792 if (rtc_enable_protobuf) {
793 proto_library("audioproc_unittest_proto") { 793 proto_library("audioproc_unittest_proto") {
794 sources = [ 794 sources = [
795 "test/unittest.proto", 795 "test/unittest.proto",
796 ] 796 ]
797 proto_out_dir = "webrtc/modules/audio_processing" 797 proto_out_dir = "webrtc/modules/audio_processing/test"
798 } 798 }
799 799
800 rtc_static_library("audioproc_protobuf_utils") { 800 rtc_static_library("audioproc_protobuf_utils") {
801 sources = [ 801 sources = [
802 "test/protobuf_utils.cc", 802 "test/protobuf_utils.cc",
803 "test/protobuf_utils.h", 803 "test/protobuf_utils.h",
804 ] 804 ]
805 805
806 deps = [ 806 deps = [
807 ":audioproc_debug_proto", 807 ":audioproc_debug_proto",
808 "../..:webrtc_common", 808 "../..:webrtc_common",
809 "../../base:rtc_base_approved", 809 "../../base:rtc_base_approved",
810 ] 810 ]
811 } 811 }
812 } 812 }
813 } 813 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/neteq/neteq_unittest.cc ('k') | webrtc/modules/audio_processing/audio_processing_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698