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

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

Issue 597923002: 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: rebased and another try 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',
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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 # in this directory and not lib.target as will otherwise be 642 # in this directory and not lib.target as will otherwise be
642 # the case with make builds. 643 # the case with make builds.
643 'product_dir': '<(PRODUCT_DIR)/lib', 644 'product_dir': '<(PRODUCT_DIR)/lib',
644 }], 645 }],
645 ], 646 ],
646 }, # target libpeerconnection 647 }, # target libpeerconnection
647 ], 648 ],
648 }], 649 }],
649 ], 650 ],
650 } 651 }
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