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

Side by Side Diff: third_party/libjingle/libjingle.gyp

Issue 663413002: Reland 597923002: Fix the way how we create webrtc::AudioProcessing in Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed two extra empty line caused by rebasing Created 6 years, 1 month 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 | « third_party/libjingle/BUILD.gn ('k') | third_party/libjingle/overrides/init_webrtc.h » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 '../../build/win_precompile.gypi', 7 '../../build/win_precompile.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'enabled_libjingle_device_manager%': 0, 10 'enabled_libjingle_device_manager%': 0,
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 '<(libjingle_source)/talk/media/webrtc/webrtcmediaengine.cc', 582 '<(libjingle_source)/talk/media/webrtc/webrtcmediaengine.cc',
583 '<(libjingle_source)/talk/media/webrtc/webrtcmediaengine.h', 583 '<(libjingle_source)/talk/media/webrtc/webrtcmediaengine.h',
584 '<(libjingle_source)/talk/media/webrtc/webrtcvideoengine.cc', 584 '<(libjingle_source)/talk/media/webrtc/webrtcvideoengine.cc',
585 '<(libjingle_source)/talk/media/webrtc/webrtcvideoengine.h', 585 '<(libjingle_source)/talk/media/webrtc/webrtcvideoengine.h',
586 '<(libjingle_source)/talk/media/webrtc/webrtcvideoengine2.cc', 586 '<(libjingle_source)/talk/media/webrtc/webrtcvideoengine2.cc',
587 '<(libjingle_source)/talk/media/webrtc/webrtcvideoengine2.h', 587 '<(libjingle_source)/talk/media/webrtc/webrtcvideoengine2.h',
588 '<(libjingle_source)/talk/media/webrtc/webrtcvoiceengine.cc', 588 '<(libjingle_source)/talk/media/webrtc/webrtcvoiceengine.cc',
589 '<(libjingle_source)/talk/media/webrtc/webrtcvoiceengine.h', 589 '<(libjingle_source)/talk/media/webrtc/webrtcvoiceengine.h',
590 ], 590 ],
591 'dependencies': [ 591 'dependencies': [
592 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:audio_processing',
592 '<(DEPTH)/third_party/webrtc/system_wrappers/source/system_wrappers. gyp:system_wrappers', 593 '<(DEPTH)/third_party/webrtc/system_wrappers/source/system_wrappers. gyp:system_wrappers',
593 '<(DEPTH)/third_party/webrtc/voice_engine/voice_engine.gyp:voice_eng ine', 594 '<(DEPTH)/third_party/webrtc/voice_engine/voice_engine.gyp:voice_eng ine',
594 '<(DEPTH)/third_party/webrtc/webrtc.gyp:webrtc', 595 '<(DEPTH)/third_party/webrtc/webrtc.gyp:webrtc',
595 '<@(libjingle_peerconnection_additional_deps)', 596 '<@(libjingle_peerconnection_additional_deps)',
596 'libjingle_webrtc_common', 597 'libjingle_webrtc_common',
597 ], 598 ],
598 'conditions': [ 599 'conditions': [
599 ['libpeer_target_type!="static_library"', { 600 ['libpeer_target_type!="static_library"', {
600 'sources': [ 601 'sources': [
601 'overrides/initialize_module.cc', 602 'overrides/initialize_module.cc',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 }, 671 },
671 'dependencies': [ 672 'dependencies': [
672 'libjingle_peerconnection_so', 673 'libjingle_peerconnection_so',
673 ], 674 ],
674 'includes': [ '../../build/java.gypi' ], 675 'includes': [ '../../build/java.gypi' ],
675 }, 676 },
676 ], 677 ],
677 }], 678 }],
678 ], 679 ],
679 } 680 }
OLDNEW
« no previous file with comments | « third_party/libjingle/BUILD.gn ('k') | third_party/libjingle/overrides/init_webrtc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698