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

Side by Side Diff: content/content_common.gypi

Issue 23125014: Run VDA::Decode on GPU IO thread if VDA supports it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use filter_.get() to decide whether RemoveFilter should be called Created 7 years, 3 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 | « content/common/gpu/media/video_decode_accelerator_unittest.cc ('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 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 'common/gpu/image_transport_surface_mac.cc', 232 'common/gpu/image_transport_surface_mac.cc',
233 'common/gpu/image_transport_surface_win.cc', 233 'common/gpu/image_transport_surface_win.cc',
234 'common/gpu/media/h264_bit_reader.cc', 234 'common/gpu/media/h264_bit_reader.cc',
235 'common/gpu/media/h264_bit_reader.h', 235 'common/gpu/media/h264_bit_reader.h',
236 'common/gpu/media/h264_parser.cc', 236 'common/gpu/media/h264_parser.cc',
237 'common/gpu/media/h264_parser.h', 237 'common/gpu/media/h264_parser.h',
238 'common/gpu/media/gpu_video_decode_accelerator.cc', 238 'common/gpu/media/gpu_video_decode_accelerator.cc',
239 'common/gpu/media/gpu_video_decode_accelerator.h', 239 'common/gpu/media/gpu_video_decode_accelerator.h',
240 'common/gpu/media/gpu_video_encode_accelerator.cc', 240 'common/gpu/media/gpu_video_encode_accelerator.cc',
241 'common/gpu/media/gpu_video_encode_accelerator.h', 241 'common/gpu/media/gpu_video_encode_accelerator.h',
242 'common/gpu/media/video_decode_accelerator_impl.cc',
243 'common/gpu/media/video_decode_accelerator_impl.h',
242 'common/gpu/sync_point_manager.h', 244 'common/gpu/sync_point_manager.h',
243 'common/gpu/sync_point_manager.cc', 245 'common/gpu/sync_point_manager.cc',
244 'common/gpu/texture_image_transport_surface.h', 246 'common/gpu/texture_image_transport_surface.h',
245 'common/gpu/texture_image_transport_surface.cc', 247 'common/gpu/texture_image_transport_surface.cc',
246 'common/handle_enumerator_win.cc', 248 'common/handle_enumerator_win.cc',
247 'common/handle_enumerator_win.h', 249 'common/handle_enumerator_win.h',
248 'common/image_messages.h', 250 'common/image_messages.h',
249 'common/indexed_db/indexed_db_key.cc', 251 'common/indexed_db/indexed_db_key.cc',
250 'common/indexed_db/indexed_db_key.h', 252 'common/indexed_db/indexed_db_key.h',
251 'common/indexed_db/indexed_db_key_path.cc', 253 'common/indexed_db/indexed_db_key_path.cc',
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 574 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
573 '<(output)', 575 '<(output)',
574 '<(PRODUCT_DIR)', 576 '<(PRODUCT_DIR)',
575 ], 577 ],
576 'msvs_cygwin_shell': 1, 578 'msvs_cygwin_shell': 1,
577 }, 579 },
578 ] 580 ]
579 }], 581 }],
580 ], 582 ],
581 } 583 }
OLDNEW
« no previous file with comments | « content/common/gpu/media/video_decode_accelerator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698