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

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

Issue 611493002: Revert of Reland 588523002: Fix the way how we create webrtc::AudioProcessing in Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« 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',
593 '<(DEPTH)/third_party/webrtc/system_wrappers/source/system_wrappers. gyp:system_wrappers', 592 '<(DEPTH)/third_party/webrtc/system_wrappers/source/system_wrappers. gyp:system_wrappers',
594 '<(DEPTH)/third_party/webrtc/voice_engine/voice_engine.gyp:voice_eng ine', 593 '<(DEPTH)/third_party/webrtc/voice_engine/voice_engine.gyp:voice_eng ine',
595 '<(DEPTH)/third_party/webrtc/webrtc.gyp:webrtc', 594 '<(DEPTH)/third_party/webrtc/webrtc.gyp:webrtc',
596 '<@(libjingle_peerconnection_additional_deps)', 595 '<@(libjingle_peerconnection_additional_deps)',
597 'libjingle_webrtc_common', 596 'libjingle_webrtc_common',
598 ], 597 ],
599 'conditions': [ 598 'conditions': [
600 ['libpeer_target_type!="static_library"', { 599 ['libpeer_target_type!="static_library"', {
601 'sources': [ 600 'sources': [
602 'overrides/initialize_module.cc', 601 'overrides/initialize_module.cc',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 # in this directory and not lib.target as will otherwise be 641 # in this directory and not lib.target as will otherwise be
643 # the case with make builds. 642 # the case with make builds.
644 'product_dir': '<(PRODUCT_DIR)/lib', 643 'product_dir': '<(PRODUCT_DIR)/lib',
645 }], 644 }],
646 ], 645 ],
647 }, # target libpeerconnection 646 }, # target libpeerconnection
648 ], 647 ],
649 }], 648 }],
650 ], 649 ],
651 } 650 }
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