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

Side by Side Diff: webrtc/modules/audio_processing/audio_processing.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 'variables': { 10 'variables': {
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 ['enable_protobuf==1', { 222 ['enable_protobuf==1', {
223 'targets': [ 223 'targets': [
224 { 224 {
225 'target_name': 'audioproc_debug_proto', 225 'target_name': 'audioproc_debug_proto',
226 'type': 'static_library', 226 'type': 'static_library',
227 'sources': ['debug.proto',], 227 'sources': ['debug.proto',],
228 'variables': { 228 'variables': {
229 'proto_in_dir': '.', 229 'proto_in_dir': '.',
230 # Workaround to protect against gyp's pathname relativization when 230 # Workaround to protect against gyp's pathname relativization when
231 # this file is included by modules.gyp. 231 # this file is included by modules.gyp.
232 'proto_out_protected': 'webrtc/audio_processing', 232 'proto_out_protected': 'webrtc/modules/audio_processing',
233 'proto_out_dir': '<(proto_out_protected)', 233 'proto_out_dir': '<(proto_out_protected)',
234 }, 234 },
235 'includes': ['../../build/protoc.gypi',], 235 'includes': ['../../build/protoc.gypi',],
236 }, 236 },
237 ], 237 ],
238 }], 238 }],
239 ['target_arch=="ia32" or target_arch=="x64"', { 239 ['target_arch=="ia32" or target_arch=="x64"', {
240 'targets': [ 240 'targets': [
241 { 241 {
242 'target_name': 'audio_processing_sse2', 242 'target_name': 'audio_processing_sse2',
(...skipping 24 matching lines...) Expand all
267 'sources': [ 267 'sources': [
268 'aec/aec_core_neon.c', 268 'aec/aec_core_neon.c',
269 'aec/aec_rdft_neon.c', 269 'aec/aec_rdft_neon.c',
270 'aecm/aecm_core_neon.c', 270 'aecm/aecm_core_neon.c',
271 'ns/nsx_core_neon.c', 271 'ns/nsx_core_neon.c',
272 ], 272 ],
273 }], 273 }],
274 }], 274 }],
275 ], 275 ],
276 } 276 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_processing/BUILD.gn ('k') | webrtc/modules/audio_processing/audio_processing_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698