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

Side by Side Diff: webrtc/webrtc.gyp

Issue 1924793002: Remove webrtc/stream.h and unutilized inheritance. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: re-rebase Created 4 years, 7 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/video_send_stream.h ('k') | no next file » | 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 WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 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 'variables': { 9 'variables': {
10 'webrtc_all_dependencies': [ 10 'webrtc_all_dependencies': [
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 }, 119 },
120 { 120 {
121 'target_name': 'webrtc', 121 'target_name': 'webrtc',
122 'type': 'static_library', 122 'type': 'static_library',
123 'sources': [ 123 'sources': [
124 'audio_receive_stream.h', 124 'audio_receive_stream.h',
125 'audio_send_stream.h', 125 'audio_send_stream.h',
126 'audio_state.h', 126 'audio_state.h',
127 'call.h', 127 'call.h',
128 'config.h', 128 'config.h',
129 'stream.h',
130 'transport.h', 129 'transport.h',
131 'video_receive_stream.h', 130 'video_receive_stream.h',
132 'video_send_stream.h', 131 'video_send_stream.h',
133 132
134 '<@(webrtc_audio_sources)', 133 '<@(webrtc_audio_sources)',
135 '<@(webrtc_call_sources)', 134 '<@(webrtc_call_sources)',
136 '<@(webrtc_video_sources)', 135 '<@(webrtc_video_sources)',
137 ], 136 ],
138 'dependencies': [ 137 'dependencies': [
139 'common.gyp:*', 138 'common.gyp:*',
(...skipping 30 matching lines...) Expand all
170 ], 169 ],
171 'defines': [ 170 'defines': [
172 'ENABLE_RTC_EVENT_LOG', 171 'ENABLE_RTC_EVENT_LOG',
173 ], 172 ],
174 }], 173 }],
175 ], 174 ],
176 }, 175 },
177 176
178 ], 177 ],
179 } 178 }
OLDNEW
« no previous file with comments | « webrtc/video_send_stream.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698