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

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

Issue 1913503002: Memory copy the VideoFrame to match the requirement for HW encoders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments. 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
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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 'include_dirs': [ 139 'include_dirs': [
140 '<(DEPTH)/', 140 '<(DEPTH)/',
141 ], 141 ],
142 'dependencies': [ 142 'dependencies': [
143 'cast_common', 143 'cast_common',
144 'cast_net', 144 'cast_net',
145 '<(DEPTH)/media/media.gyp:media', 145 '<(DEPTH)/media/media.gyp:media',
146 '<(DEPTH)/media/media.gyp:shared_memory_support', 146 '<(DEPTH)/media/media.gyp:shared_memory_support',
147 '<(DEPTH)/third_party/opus/opus.gyp:opus', 147 '<(DEPTH)/third_party/opus/opus.gyp:opus',
148 '<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx', 148 '<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx',
149 '<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv',
miu 2016/04/26 19:20:17 Please update BUILD.gn as well.
xjz 2016/04/27 22:13:54 Not applicable. Moved the copy and padding to medi
149 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 150 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
150 ], # dependencies 151 ], # dependencies
151 'sources': [ 152 'sources': [
152 'cast_sender.h', 153 'cast_sender.h',
153 'cast_sender_impl.cc', 154 'cast_sender_impl.cc',
154 'cast_sender_impl.h', 155 'cast_sender_impl.h',
155 'sender/audio_encoder.cc', 156 'sender/audio_encoder.cc',
156 'sender/audio_encoder.h', 157 'sender/audio_encoder.h',
157 'sender/audio_sender.cc', 158 'sender/audio_sender.cc',
158 'sender/audio_sender.h', 159 'sender/audio_sender.h',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'net/rtp/rtp_parser.cc', 260 'net/rtp/rtp_parser.cc',
260 'net/rtp/rtp_parser.h', 261 'net/rtp/rtp_parser.h',
261 'net/rtp/rtp_sender.cc', 262 'net/rtp/rtp_sender.cc',
262 'net/rtp/rtp_sender.h', 263 'net/rtp/rtp_sender.h',
263 'net/udp_transport.cc', 264 'net/udp_transport.cc',
264 'net/udp_transport.h', 265 'net/udp_transport.h',
265 ], # sources 266 ], # sources
266 }, 267 },
267 ], 268 ],
268 } 269 }
OLDNEW
« no previous file with comments | « no previous file | media/cast/sender/external_video_encoder.cc » ('j') | media/cast/sender/external_video_encoder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698