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

Side by Side Diff: content/content_common.gypi

Issue 742233002: Implement |pic_order_cnt| computation for VTVideoDecode accelerator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@vt_reorder
Patch Set: Rebase. Created 6 years 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/vt_video_decode_accelerator.cc ('k') | media/BUILD.gn » ('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 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 'variables': { 599 'variables': {
600 'script': '<(DEPTH)/build/util/version.py', 600 'script': '<(DEPTH)/build/util/version.py',
601 'lastchange': '<(DEPTH)/build/util/LASTCHANGE.blink', 601 'lastchange': '<(DEPTH)/build/util/LASTCHANGE.blink',
602 'template': 'webkit_version.h.in', 602 'template': 'webkit_version.h.in',
603 }, 603 },
604 }, 604 },
605 ], 605 ],
606 }], 606 }],
607 ['OS=="mac"', { 607 ['OS=="mac"', {
608 'dependencies': [ 608 'dependencies': [
609 '../media/media.gyp:media',
609 'app/resources/content_resources.gyp:content_resources', 610 'app/resources/content_resources.gyp:content_resources',
610 ], 611 ],
611 'sources': [ 612 'sources': [
612 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', 613 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
613 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', 614 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
614 'common/gpu/gpu_memory_buffer_factory_io_surface.cc', 615 'common/gpu/gpu_memory_buffer_factory_io_surface.cc',
615 'common/gpu/gpu_memory_buffer_factory_io_surface.h', 616 'common/gpu/gpu_memory_buffer_factory_io_surface.h',
616 'common/gpu/media/vt.h', 617 'common/gpu/media/vt.h',
617 'common/gpu/media/vt_video_decode_accelerator.cc', 618 'common/gpu/media/vt_video_decode_accelerator.cc',
618 'common/gpu/media/vt_video_decode_accelerator.h', 619 'common/gpu/media/vt_video_decode_accelerator.h',
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 'common/cursors/webcursor_ozone.cc', 923 'common/cursors/webcursor_ozone.cc',
923 'common/font_list_ozone.cc', 924 'common/font_list_ozone.cc',
924 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 925 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
925 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 926 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
926 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 927 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
927 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 928 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
928 ], 929 ],
929 }], 930 }],
930 ], 931 ],
931 } 932 }
OLDNEW
« no previous file with comments | « content/common/gpu/media/vt_video_decode_accelerator.cc ('k') | media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698