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

Side by Side Diff: webrtc/modules/audio_coding/audio_coding.gypi

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/modules/audio_coding/DEPS ('k') | webrtc/modules/audio_coding/neteq/tools/DEPS » ('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) 2015 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2015 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 }, 140 },
141 { 141 {
142 'target_name': 'audio_coding_module', 142 'target_name': 'audio_coding_module',
143 'type': 'static_library', 143 'type': 'static_library',
144 'defines': [ 144 'defines': [
145 '<@(audio_coding_defines)', 145 '<@(audio_coding_defines)',
146 ], 146 ],
147 'dependencies': [ 147 'dependencies': [
148 '<@(audio_coding_dependencies)', 148 '<@(audio_coding_dependencies)',
149 '<(webrtc_root)/common.gyp:webrtc_common', 149 '<(webrtc_root)/common.gyp:webrtc_common',
150 '<(webrtc_root)/webrtc.gyp:rtc_event_log', 150 '<(webrtc_root)/webrtc.gyp:rtc_event_log_api',
151 'audio_network_adaptor', 151 'audio_network_adaptor',
152 'neteq', 152 'neteq',
153 'rent_a_codec', 153 'rent_a_codec',
154 ], 154 ],
155 'include_dirs': [ 155 'include_dirs': [
156 'include', 156 'include',
157 '../include', 157 '../include',
158 '<(webrtc_root)', 158 '<(webrtc_root)',
159 ], 159 ],
160 'direct_dependent_settings': { 160 'direct_dependent_settings': {
(...skipping 23 matching lines...) Expand all
184 'include/audio_coding_module_typedefs.h', 184 'include/audio_coding_module_typedefs.h',
185 ], 185 ],
186 }, 186 },
187 ], 187 ],
188 'conditions': [ 188 'conditions': [
189 ['include_opus==1', { 189 ['include_opus==1', {
190 'includes': ['codecs/opus/opus.gypi',], 190 'includes': ['codecs/opus/opus.gypi',],
191 }], 191 }],
192 ], 192 ],
193 } 193 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/DEPS ('k') | webrtc/modules/audio_coding/neteq/tools/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698