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

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

Issue 2380683005: Moved RtcEventLog files from call/ to logging/ (new top level dir) (Closed)
Patch Set: Rebase to master Created 4 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 | « webrtc/voice_engine/test/auto_test/standard/codec_test.cc ('k') | webrtc/webrtc.gyp » ('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) 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 11 matching lines...) Expand all
22 '<(webrtc_root)/modules/modules.gyp:audio_coding_module', 22 '<(webrtc_root)/modules/modules.gyp:audio_coding_module',
23 '<(webrtc_root)/modules/modules.gyp:audio_conference_mixer', 23 '<(webrtc_root)/modules/modules.gyp:audio_conference_mixer',
24 '<(webrtc_root)/modules/modules.gyp:audio_device', 24 '<(webrtc_root)/modules/modules.gyp:audio_device',
25 '<(webrtc_root)/modules/modules.gyp:audio_processing', 25 '<(webrtc_root)/modules/modules.gyp:audio_processing',
26 '<(webrtc_root)/modules/modules.gyp:bitrate_controller', 26 '<(webrtc_root)/modules/modules.gyp:bitrate_controller',
27 '<(webrtc_root)/modules/modules.gyp:media_file', 27 '<(webrtc_root)/modules/modules.gyp:media_file',
28 '<(webrtc_root)/modules/modules.gyp:paced_sender', 28 '<(webrtc_root)/modules/modules.gyp:paced_sender',
29 '<(webrtc_root)/modules/modules.gyp:rtp_rtcp', 29 '<(webrtc_root)/modules/modules.gyp:rtp_rtcp',
30 '<(webrtc_root)/modules/modules.gyp:webrtc_utility', 30 '<(webrtc_root)/modules/modules.gyp:webrtc_utility',
31 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', 31 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
32 '<(webrtc_root)/webrtc.gyp:rtc_event_log', 32 '<(webrtc_root)/webrtc.gyp:rtc_event_log_api',
33 'level_indicator', 33 'level_indicator',
34 ], 34 ],
35 'export_dependent_settings': [ 35 'export_dependent_settings': [
36 '<(webrtc_root)/modules/modules.gyp:audio_coding_module', 36 '<(webrtc_root)/modules/modules.gyp:audio_coding_module',
37 ], 37 ],
38 'sources': [ 38 'sources': [
39 'include/voe_audio_processing.h', 39 'include/voe_audio_processing.h',
40 'include/voe_base.h', 40 'include/voe_base.h',
41 'include/voe_codec.h', 41 'include/voe_codec.h',
42 'include/voe_errors.h', 42 'include/voe_errors.h',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 '<(webrtc_root)/common.gyp:webrtc_common', 103 '<(webrtc_root)/common.gyp:webrtc_common',
104 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', 104 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
105 ], 105 ],
106 'sources': [ 106 'sources': [
107 'level_indicator.cc', 107 'level_indicator.cc',
108 'level_indicator.h', 108 'level_indicator.h',
109 ] 109 ]
110 }, 110 },
111 ], 111 ],
112 } 112 }
OLDNEW
« no previous file with comments | « webrtc/voice_engine/test/auto_test/standard/codec_test.cc ('k') | webrtc/webrtc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698