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

Side by Side Diff: content/content_common.gypi

Issue 23125008: Revert 217691 "Merge 217276 "Add media::VideoEncodeAccelerator w..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1599/src/
Patch Set: Created 7 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « content/common/gpu/media/gpu_video_encode_accelerator.cc ('k') | content/content_renderer.gypi » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'common/gpu/client/context_provider_command_buffer.cc', 190 'common/gpu/client/context_provider_command_buffer.cc',
191 'common/gpu/client/context_provider_command_buffer.h', 191 'common/gpu/client/context_provider_command_buffer.h',
192 'common/gpu/client/gl_helper.cc', 192 'common/gpu/client/gl_helper.cc',
193 'common/gpu/client/gl_helper.h', 193 'common/gpu/client/gl_helper.h',
194 'common/gpu/client/gl_helper_scaling.cc', 194 'common/gpu/client/gl_helper_scaling.cc',
195 'common/gpu/client/gl_helper_scaling.h', 195 'common/gpu/client/gl_helper_scaling.h',
196 'common/gpu/client/gpu_channel_host.cc', 196 'common/gpu/client/gpu_channel_host.cc',
197 'common/gpu/client/gpu_channel_host.h', 197 'common/gpu/client/gpu_channel_host.h',
198 'common/gpu/client/gpu_video_decode_accelerator_host.cc', 198 'common/gpu/client/gpu_video_decode_accelerator_host.cc',
199 'common/gpu/client/gpu_video_decode_accelerator_host.h', 199 'common/gpu/client/gpu_video_decode_accelerator_host.h',
200 'common/gpu/client/gpu_video_encode_accelerator_host.cc',
201 'common/gpu/client/gpu_video_encode_accelerator_host.h',
202 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', 200 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
203 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', 201 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
204 'common/gpu/gpu_channel.cc', 202 'common/gpu/gpu_channel.cc',
205 'common/gpu/gpu_channel.h', 203 'common/gpu/gpu_channel.h',
206 'common/gpu/gpu_channel_manager.cc', 204 'common/gpu/gpu_channel_manager.cc',
207 'common/gpu/gpu_channel_manager.h', 205 'common/gpu/gpu_channel_manager.h',
208 'common/gpu/gpu_command_buffer_stub.cc', 206 'common/gpu/gpu_command_buffer_stub.cc',
209 'common/gpu/gpu_command_buffer_stub.h', 207 'common/gpu/gpu_command_buffer_stub.h',
210 'common/gpu/gpu_config.h', 208 'common/gpu/gpu_config.h',
211 'common/gpu/gpu_memory_allocation.h', 209 'common/gpu/gpu_memory_allocation.h',
(...skipping 18 matching lines...) Expand all
230 'common/gpu/image_transport_surface_android.cc', 228 'common/gpu/image_transport_surface_android.cc',
231 'common/gpu/image_transport_surface_linux.cc', 229 'common/gpu/image_transport_surface_linux.cc',
232 'common/gpu/image_transport_surface_mac.cc', 230 'common/gpu/image_transport_surface_mac.cc',
233 'common/gpu/image_transport_surface_win.cc', 231 'common/gpu/image_transport_surface_win.cc',
234 'common/gpu/media/h264_bit_reader.cc', 232 'common/gpu/media/h264_bit_reader.cc',
235 'common/gpu/media/h264_bit_reader.h', 233 'common/gpu/media/h264_bit_reader.h',
236 'common/gpu/media/h264_parser.cc', 234 'common/gpu/media/h264_parser.cc',
237 'common/gpu/media/h264_parser.h', 235 'common/gpu/media/h264_parser.h',
238 'common/gpu/media/gpu_video_decode_accelerator.cc', 236 'common/gpu/media/gpu_video_decode_accelerator.cc',
239 'common/gpu/media/gpu_video_decode_accelerator.h', 237 'common/gpu/media/gpu_video_decode_accelerator.h',
240 'common/gpu/media/gpu_video_encode_accelerator.cc',
241 'common/gpu/media/gpu_video_encode_accelerator.h',
242 'common/gpu/sync_point_manager.h', 238 'common/gpu/sync_point_manager.h',
243 'common/gpu/sync_point_manager.cc', 239 'common/gpu/sync_point_manager.cc',
244 'common/gpu/texture_image_transport_surface.h', 240 'common/gpu/texture_image_transport_surface.h',
245 'common/gpu/texture_image_transport_surface.cc', 241 'common/gpu/texture_image_transport_surface.cc',
246 'common/handle_enumerator_win.cc', 242 'common/handle_enumerator_win.cc',
247 'common/handle_enumerator_win.h', 243 'common/handle_enumerator_win.h',
248 'common/image_messages.h', 244 'common/image_messages.h',
249 'common/indexed_db/indexed_db_key.cc', 245 'common/indexed_db/indexed_db_key.cc',
250 'common/indexed_db/indexed_db_key.h', 246 'common/indexed_db/indexed_db_key.h',
251 'common/indexed_db/indexed_db_key_path.cc', 247 'common/indexed_db/indexed_db_key_path.cc',
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 566 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
571 '<(output)', 567 '<(output)',
572 '<(PRODUCT_DIR)', 568 '<(PRODUCT_DIR)',
573 ], 569 ],
574 'msvs_cygwin_shell': 1, 570 'msvs_cygwin_shell': 1,
575 }, 571 },
576 ] 572 ]
577 }], 573 }],
578 ], 574 ],
579 } 575 }
OLDNEW
« no previous file with comments | « content/common/gpu/media/gpu_video_encode_accelerator.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698