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

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: Address comments (other than unittesting). Created 6 years, 1 month 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 (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 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 }], 606 }],
607 ['OS=="mac"', { 607 ['OS=="mac"', {
608 'dependencies': [ 608 'dependencies': [
609 'app/resources/content_resources.gyp:content_resources', 609 'app/resources/content_resources.gyp:content_resources',
610 ], 610 ],
611 'sources': [ 611 'sources': [
612 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', 612 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
613 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', 613 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
614 'common/gpu/gpu_memory_buffer_factory_io_surface.cc', 614 'common/gpu/gpu_memory_buffer_factory_io_surface.cc',
615 'common/gpu/gpu_memory_buffer_factory_io_surface.h', 615 'common/gpu/gpu_memory_buffer_factory_io_surface.h',
616 'common/gpu/media/h264_poc.cc',
617 'common/gpu/media/h264_poc.h',
616 'common/gpu/media/vt.h', 618 'common/gpu/media/vt.h',
617 'common/gpu/media/vt_video_decode_accelerator.cc', 619 'common/gpu/media/vt_video_decode_accelerator.cc',
618 'common/gpu/media/vt_video_decode_accelerator.h', 620 'common/gpu/media/vt_video_decode_accelerator.h',
619 ], 621 ],
620 'sources!': [ 622 'sources!': [
621 'common/plugin_list_posix.cc', 623 'common/plugin_list_posix.cc',
622 ], 624 ],
623 'link_settings': { 625 'link_settings': {
624 'libraries': [ 626 'libraries': [
625 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', 627 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 'common/cursors/webcursor_ozone.cc', 924 'common/cursors/webcursor_ozone.cc',
923 'common/font_list_ozone.cc', 925 'common/font_list_ozone.cc',
924 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 926 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
925 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 927 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
926 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 928 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
927 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 929 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
928 ], 930 ],
929 }], 931 }],
930 ], 932 ],
931 } 933 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698