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

Side by Side Diff: content/content_common.gypi

Issue 374153003: Use PPS/SPS NALUs to initialize a VTDecompressionSession. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comment typo. Created 6 years, 5 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/vt_video_decode_accelerator.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 '../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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 }, 580 },
581 ], 581 ],
582 }], 582 }],
583 ['OS=="mac"', { 583 ['OS=="mac"', {
584 'dependencies': [ 584 'dependencies': [
585 '../webkit/webkit_resources.gyp:webkit_resources', 585 '../webkit/webkit_resources.gyp:webkit_resources',
586 ], 586 ],
587 'sources': [ 587 'sources': [
588 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', 588 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
589 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', 589 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
590 'common/gpu/media/vt.h',
590 'common/gpu/media/vt_video_decode_accelerator.cc', 591 'common/gpu/media/vt_video_decode_accelerator.cc',
591 'common/gpu/media/vt_video_decode_accelerator.h', 592 'common/gpu/media/vt_video_decode_accelerator.h',
592 ], 593 ],
593 'sources!': [ 594 'sources!': [
594 'common/plugin_list_posix.cc', 595 'common/plugin_list_posix.cc',
595 ], 596 ],
596 'link_settings': { 597 'link_settings': {
597 'libraries': [ 598 'libraries': [
598 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework', 599 '$(SDKROOT)/System/Library/Frameworks/IOSurface.framework',
599 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 600 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 }, { 865 }, {
865 'defines': ['USE_SECCOMP_BPF'], 866 'defines': ['USE_SECCOMP_BPF'],
866 }], 867 }],
867 ['use_ozone==1', { 868 ['use_ozone==1', {
868 'dependencies': [ 869 'dependencies': [
869 '../ui/ozone/ozone.gyp:ozone', 870 '../ui/ozone/ozone.gyp:ozone',
870 ], 871 ],
871 }], 872 }],
872 ], 873 ],
873 } 874 }
OLDNEW
« no previous file with comments | « content/common/gpu/media/vt_video_decode_accelerator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698