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

Side by Side Diff: webrtc/modules/modules.gyp

Issue 1259683003: Includes webrtc/build/protoc.gypi instead of build/protoc.gypi (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 4 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) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 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 'includes': [ 10 'includes': [
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 ], 316 ],
317 }], 317 }],
318 ['prefer_fixed_point==1', { 318 ['prefer_fixed_point==1', {
319 'defines': [ 'WEBRTC_AUDIOPROC_FIXED_PROFILE' ], 319 'defines': [ 'WEBRTC_AUDIOPROC_FIXED_PROFILE' ],
320 }, { 320 }, {
321 'defines': [ 'WEBRTC_AUDIOPROC_FLOAT_PROFILE' ], 321 'defines': [ 'WEBRTC_AUDIOPROC_FLOAT_PROFILE' ],
322 }], 322 }],
323 ['enable_protobuf==1', { 323 ['enable_protobuf==1', {
324 'defines': [ 324 'defines': [
325 'WEBRTC_AUDIOPROC_DEBUG_DUMP', 325 'WEBRTC_AUDIOPROC_DEBUG_DUMP',
326 'RTC_AUDIOCODING_DEBUG_DUMP',
327 ], 326 ],
328 'dependencies': [ 327 'dependencies': [
329 'acm_dump',
330 'audioproc_protobuf_utils', 328 'audioproc_protobuf_utils',
331 'audioproc_unittest_proto', 329 'audioproc_unittest_proto',
332 ], 330 ],
333 'sources': [ 331 'sources': [
334 'audio_coding/main/acm2/acm_dump_unittest.cc',
335 'audio_processing/audio_processing_impl_unittest.cc', 332 'audio_processing/audio_processing_impl_unittest.cc',
336 'audio_processing/test/audio_processing_unittest.cc', 333 'audio_processing/test/audio_processing_unittest.cc',
337 'audio_processing/test/test_utils.h', 334 'audio_processing/test/test_utils.h',
338 ], 335 ],
339 }], 336 }],
340 ['build_libvpx==1', { 337 ['build_libvpx==1', {
341 'dependencies': [ 338 'dependencies': [
342 '<(libvpx_dir)/libvpx.gyp:libvpx', 339 '<(libvpx_dir)/libvpx.gyp:libvpx',
343 ], 340 ],
344 }], 341 }],
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 'sources': [ 489 'sources': [
493 'modules_unittests.isolate', 490 'modules_unittests.isolate',
494 ], 491 ],
495 }, 492 },
496 ], 493 ],
497 }], 494 }],
498 ], 495 ],
499 }], # include_tests 496 }], # include_tests
500 ], # conditions 497 ], # conditions
501 } 498 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698