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

Side by Side Diff: webrtc/modules/audio_processing/audio_processing_tests.gypi

Issue 1673263002: Update path for audioproc_debug proto output. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix GN build and move the test proto as well Created 4 years, 10 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) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 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 { 9 {
10 'targets': [ 10 'targets': [
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 ['enable_protobuf==1', { 78 ['enable_protobuf==1', {
79 'targets': [ 79 'targets': [
80 { 80 {
81 'target_name': 'audioproc_unittest_proto', 81 'target_name': 'audioproc_unittest_proto',
82 'type': 'static_library', 82 'type': 'static_library',
83 'sources': [ 'test/unittest.proto', ], 83 'sources': [ 'test/unittest.proto', ],
84 'variables': { 84 'variables': {
85 'proto_in_dir': 'test', 85 'proto_in_dir': 'test',
86 # Workaround to protect against gyp's pathname relativization when 86 # Workaround to protect against gyp's pathname relativization when
87 # this file is included by modules.gyp. 87 # this file is included by modules.gyp.
88 'proto_out_protected': 'webrtc/audio_processing', 88 'proto_out_protected': 'webrtc/modules/audio_processing',
89 'proto_out_dir': '<(proto_out_protected)', 89 'proto_out_dir': '<(proto_out_protected)',
90 }, 90 },
91 'includes': [ '../../build/protoc.gypi', ], 91 'includes': [ '../../build/protoc.gypi', ],
92 }, 92 },
93 { 93 {
94 'target_name': 'audioproc_protobuf_utils', 94 'target_name': 'audioproc_protobuf_utils',
95 'type': 'static_library', 95 'type': 'static_library',
96 'dependencies': [ 96 'dependencies': [
97 'audioproc_debug_proto', 97 'audioproc_debug_proto',
98 ], 98 ],
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers' , 144 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers' ,
145 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', 145 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
146 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 146 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
147 ], 147 ],
148 'sources': [ 'test/unpack.cc', ], 148 'sources': [ 'test/unpack.cc', ],
149 }, 149 },
150 ], 150 ],
151 }], 151 }],
152 ], 152 ],
153 } 153 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_processing/audio_processing_impl.cc ('k') | webrtc/modules/audio_processing/test/audio_file_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698