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

Side by Side Diff: media/media.gyp

Issue 1133563010: Add a GpuMemoryBuffer pool that creates hardware backed VideoFrames. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address reveman@'s nits. Created 5 years, 7 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 | « media/BUILD.gn ('k') | media/mojo/services/mojo_renderer_service.cc » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 'video/capture/win/sink_input_pin_win.cc', 580 'video/capture/win/sink_input_pin_win.cc',
581 'video/capture/win/sink_input_pin_win.h', 581 'video/capture/win/sink_input_pin_win.h',
582 'video/capture/win/video_capture_device_factory_win.cc', 582 'video/capture/win/video_capture_device_factory_win.cc',
583 'video/capture/win/video_capture_device_factory_win.h', 583 'video/capture/win/video_capture_device_factory_win.h',
584 'video/capture/win/video_capture_device_mf_win.cc', 584 'video/capture/win/video_capture_device_mf_win.cc',
585 'video/capture/win/video_capture_device_mf_win.h', 585 'video/capture/win/video_capture_device_mf_win.h',
586 'video/capture/win/video_capture_device_win.cc', 586 'video/capture/win/video_capture_device_win.cc',
587 'video/capture/win/video_capture_device_win.h', 587 'video/capture/win/video_capture_device_win.h',
588 'video/fake_video_encode_accelerator.cc', 588 'video/fake_video_encode_accelerator.cc',
589 'video/fake_video_encode_accelerator.h', 589 'video/fake_video_encode_accelerator.h',
590 'video/gpu_memory_buffer_video_frame_pool.cc',
591 'video/gpu_memory_buffer_video_frame_pool.h',
590 'video/h264_poc.cc', 592 'video/h264_poc.cc',
591 'video/h264_poc.h', 593 'video/h264_poc.h',
592 'video/picture.cc', 594 'video/picture.cc',
593 'video/picture.h', 595 'video/picture.h',
594 'video/video_decode_accelerator.cc', 596 'video/video_decode_accelerator.cc',
595 'video/video_decode_accelerator.h', 597 'video/video_decode_accelerator.h',
596 'video/video_encode_accelerator.cc', 598 'video/video_encode_accelerator.cc',
597 'video/video_encode_accelerator.h', 599 'video/video_encode_accelerator.h',
598 'formats/webm/webm_webvtt_parser.h' 600 'formats/webm/webm_webvtt_parser.h'
599 ], 601 ],
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
1085 'type': '<(gtest_target_type)', 1087 'type': '<(gtest_target_type)',
1086 'dependencies': [ 1088 'dependencies': [
1087 'audio_test_config', 1089 'audio_test_config',
1088 'media', 1090 'media',
1089 'media_test_support', 1091 'media_test_support',
1090 'shared_memory_support', 1092 'shared_memory_support',
1091 '../base/base.gyp:base', 1093 '../base/base.gyp:base',
1092 '../base/base.gyp:base_i18n', 1094 '../base/base.gyp:base_i18n',
1093 '../base/base.gyp:test_support_base', 1095 '../base/base.gyp:test_support_base',
1094 '../gpu/gpu.gyp:command_buffer_common', 1096 '../gpu/gpu.gyp:command_buffer_common',
1097 '../gpu/gpu.gyp:gpu_unittest_utils',
1095 '../skia/skia.gyp:skia', 1098 '../skia/skia.gyp:skia',
1096 '../testing/gmock.gyp:gmock', 1099 '../testing/gmock.gyp:gmock',
1097 '../testing/gtest.gyp:gtest', 1100 '../testing/gtest.gyp:gtest',
1098 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 1101 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
1099 '../ui/gfx/gfx.gyp:gfx', 1102 '../ui/gfx/gfx.gyp:gfx',
1100 '../ui/gfx/gfx.gyp:gfx_geometry', 1103 '../ui/gfx/gfx.gyp:gfx_geometry',
1101 '../ui/gfx/gfx.gyp:gfx_test_support', 1104 '../ui/gfx/gfx.gyp:gfx_test_support',
1102 '../url/url.gyp:url_lib', 1105 '../url/url.gyp:url_lib',
1103 ], 1106 ],
1104 'sources': [ 1107 'sources': [
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
1206 'formats/webm/webm_tracks_parser_unittest.cc', 1209 'formats/webm/webm_tracks_parser_unittest.cc',
1207 'formats/webm/webm_webvtt_parser_unittest.cc', 1210 'formats/webm/webm_webvtt_parser_unittest.cc',
1208 'renderers/audio_renderer_impl_unittest.cc', 1211 'renderers/audio_renderer_impl_unittest.cc',
1209 'renderers/renderer_impl_unittest.cc', 1212 'renderers/renderer_impl_unittest.cc',
1210 'renderers/video_renderer_impl_unittest.cc', 1213 'renderers/video_renderer_impl_unittest.cc',
1211 'test/pipeline_integration_test.cc', 1214 'test/pipeline_integration_test.cc',
1212 'test/pipeline_integration_test_base.cc', 1215 'test/pipeline_integration_test_base.cc',
1213 'video/capture/fake_video_capture_device_unittest.cc', 1216 'video/capture/fake_video_capture_device_unittest.cc',
1214 'video/capture/video_capture_device_unittest.cc', 1217 'video/capture/video_capture_device_unittest.cc',
1215 'video/h264_poc_unittest.cc', 1218 'video/h264_poc_unittest.cc',
1219 'video/gpu_memory_buffer_video_frame_pool_unittest.cc',
1216 ], 1220 ],
1217 'include_dirs': [ 1221 'include_dirs': [
1218 # Needed by media_drm_bridge.cc. 1222 # Needed by media_drm_bridge.cc.
1219 '<(SHARED_INTERMEDIATE_DIR)', 1223 '<(SHARED_INTERMEDIATE_DIR)',
1220 ], 1224 ],
1221 'conditions': [ 1225 'conditions': [
1222 ['arm_neon==1', { 1226 ['arm_neon==1', {
1223 'defines': [ 1227 'defines': [
1224 'USE_NEON' 1228 'USE_NEON'
1225 ], 1229 ],
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
1954 '../build/isolate.gypi', 1958 '../build/isolate.gypi',
1955 ], 1959 ],
1956 'sources': [ 1960 'sources': [
1957 'audio_unittests.isolate', 1961 'audio_unittests.isolate',
1958 ], 1962 ],
1959 }, 1963 },
1960 ], 1964 ],
1961 }], 1965 }],
1962 ], 1966 ],
1963 } 1967 }
OLDNEW
« no previous file with comments | « media/BUILD.gn ('k') | media/mojo/services/mojo_renderer_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698