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

Side by Side Diff: media/cast/cast.gyp

Issue 892383002: RELAND: [Cast] Software encoder support for varying video frame sizes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for 'access to uninitialized memory' error. Created 5 years, 10 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 | « media/cast/BUILD.gn ('k') | media/cast/receiver/video_decoder_unittest.cc » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'include_tests%': 1, 7 'include_tests%': 1,
8 'chromium_code': 1, 8 'chromium_code': 1,
9 }, 9 },
10 'conditions': [ 10 'conditions': [
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'include_dirs': [ 137 'include_dirs': [
138 '<(DEPTH)/', 138 '<(DEPTH)/',
139 ], 139 ],
140 'dependencies': [ 140 'dependencies': [
141 'cast_base', 141 'cast_base',
142 'cast_net', 142 'cast_net',
143 '<(DEPTH)/media/media.gyp:media', 143 '<(DEPTH)/media/media.gyp:media',
144 '<(DEPTH)/media/media.gyp:shared_memory_support', 144 '<(DEPTH)/media/media.gyp:shared_memory_support',
145 '<(DEPTH)/third_party/opus/opus.gyp:opus', 145 '<(DEPTH)/third_party/opus/opus.gyp:opus',
146 '<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx', 146 '<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx',
147 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
147 ], # dependencies 148 ], # dependencies
148 'sources': [ 149 'sources': [
149 'cast_sender.h', 150 'cast_sender.h',
150 'cast_sender_impl.cc', 151 'cast_sender_impl.cc',
151 'cast_sender_impl.h', 152 'cast_sender_impl.h',
152 'sender/audio_encoder.h', 153 'sender/audio_encoder.h',
153 'sender/audio_encoder.cc', 154 'sender/audio_encoder.cc',
154 'sender/audio_sender.h', 155 'sender/audio_sender.h',
155 'sender/audio_sender.cc', 156 'sender/audio_sender.cc',
156 'sender/congestion_control.h', 157 'sender/congestion_control.h',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'net/rtp/rtp_parser.cc', 237 'net/rtp/rtp_parser.cc',
237 'net/rtp/rtp_parser.h', 238 'net/rtp/rtp_parser.h',
238 'net/rtp/rtp_sender.cc', 239 'net/rtp/rtp_sender.cc',
239 'net/rtp/rtp_sender.h', 240 'net/rtp/rtp_sender.h',
240 'net/udp_transport.cc', 241 'net/udp_transport.cc',
241 'net/udp_transport.h', 242 'net/udp_transport.h',
242 ], # source 243 ], # source
243 }, 244 },
244 ], 245 ],
245 } 246 }
OLDNEW
« no previous file with comments | « media/cast/BUILD.gn ('k') | media/cast/receiver/video_decoder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698