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

Side by Side Diff: media/media.gyp

Issue 22362007: Relocate last remnants of webkit/renderer/media code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make chromeos crypto dep explicit. Created 7 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « media/filters/pipeline_integration_test.cc ('k') | media/media_cdm.gypi » ('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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'base/video_decoder_config.cc', 307 'base/video_decoder_config.cc',
308 'base/video_decoder_config.h', 308 'base/video_decoder_config.h',
309 'base/video_frame.cc', 309 'base/video_frame.cc',
310 'base/video_frame.h', 310 'base/video_frame.h',
311 'base/video_renderer.cc', 311 'base/video_renderer.cc',
312 'base/video_renderer.h', 312 'base/video_renderer.h',
313 'base/video_util.cc', 313 'base/video_util.cc',
314 'base/video_util.h', 314 'base/video_util.h',
315 'base/yuv_convert.cc', 315 'base/yuv_convert.cc',
316 'base/yuv_convert.h', 316 'base/yuv_convert.h',
317 'crypto/aes_decryptor.cc', 317 'cdm/aes_decryptor.cc',
318 'crypto/aes_decryptor.h', 318 'cdm/aes_decryptor.h',
319 'ffmpeg/ffmpeg_common.cc', 319 'ffmpeg/ffmpeg_common.cc',
320 'ffmpeg/ffmpeg_common.h', 320 'ffmpeg/ffmpeg_common.h',
321 'filters/audio_decoder_selector.cc', 321 'filters/audio_decoder_selector.cc',
322 'filters/audio_decoder_selector.h', 322 'filters/audio_decoder_selector.h',
323 'filters/audio_file_reader.cc', 323 'filters/audio_file_reader.cc',
324 'filters/audio_file_reader.h', 324 'filters/audio_file_reader.h',
325 'filters/audio_renderer_algorithm.cc', 325 'filters/audio_renderer_algorithm.cc',
326 'filters/audio_renderer_algorithm.h', 326 'filters/audio_renderer_algorithm.h',
327 'filters/audio_renderer_impl.cc', 327 'filters/audio_renderer_impl.cc',
328 'filters/audio_renderer_impl.h', 328 'filters/audio_renderer_impl.h',
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
938 'base/scoped_histogram_timer_unittest.cc', 938 'base/scoped_histogram_timer_unittest.cc',
939 'base/seekable_buffer_unittest.cc', 939 'base/seekable_buffer_unittest.cc',
940 'base/sinc_resampler_unittest.cc', 940 'base/sinc_resampler_unittest.cc',
941 'base/test_data_util.cc', 941 'base/test_data_util.cc',
942 'base/test_data_util.h', 942 'base/test_data_util.h',
943 'base/vector_math_testing.h', 943 'base/vector_math_testing.h',
944 'base/vector_math_unittest.cc', 944 'base/vector_math_unittest.cc',
945 'base/video_frame_unittest.cc', 945 'base/video_frame_unittest.cc',
946 'base/video_util_unittest.cc', 946 'base/video_util_unittest.cc',
947 'base/yuv_convert_unittest.cc', 947 'base/yuv_convert_unittest.cc',
948 'crypto/aes_decryptor_unittest.cc', 948 'cdm/aes_decryptor_unittest.cc',
949 'ffmpeg/ffmpeg_common_unittest.cc', 949 'ffmpeg/ffmpeg_common_unittest.cc',
950 'filters/audio_decoder_selector_unittest.cc', 950 'filters/audio_decoder_selector_unittest.cc',
951 'filters/audio_file_reader_unittest.cc', 951 'filters/audio_file_reader_unittest.cc',
952 'filters/audio_renderer_algorithm_unittest.cc', 952 'filters/audio_renderer_algorithm_unittest.cc',
953 'filters/audio_renderer_impl_unittest.cc', 953 'filters/audio_renderer_impl_unittest.cc',
954 'filters/blocking_url_protocol_unittest.cc', 954 'filters/blocking_url_protocol_unittest.cc',
955 'filters/chunk_demuxer_unittest.cc', 955 'filters/chunk_demuxer_unittest.cc',
956 'filters/decrypting_audio_decoder_unittest.cc', 956 'filters/decrypting_audio_decoder_unittest.cc',
957 'filters/decrypting_demuxer_stream_unittest.cc', 957 'filters/decrypting_demuxer_stream_unittest.cc',
958 'filters/decrypting_video_decoder_unittest.cc', 958 'filters/decrypting_video_decoder_unittest.cc',
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
1287 'include_dirs': [ 1287 'include_dirs': [
1288 '..', 1288 '..',
1289 ], 1289 ],
1290 'sources': [ 1290 'sources': [
1291 'base/simd/vector_math_sse.cc', 1291 'base/simd/vector_math_sse.cc',
1292 ], 1292 ],
1293 }, 1293 },
1294 ], # targets 1294 ], # targets
1295 }], 1295 }],
1296 ['OS!="ios"', { 1296 ['OS!="ios"', {
1297 'includes': [
1298 'media_cdm.gypi',
1299 ],
1297 'targets': [ 1300 'targets': [
1298 { 1301 {
1299 # Minimal target for NaCl and other renderer side media clients which 1302 # Minimal target for NaCl and other renderer side media clients which
1300 # only need to send audio data across the shared memory to the browser 1303 # only need to send audio data across the shared memory to the browser
1301 # process. 1304 # process.
1302 'target_name': 'shared_memory_support', 1305 'target_name': 'shared_memory_support',
1303 'type': '<(component)', 1306 'type': '<(component)',
1304 'dependencies': [ 1307 'dependencies': [
1305 '../base/base.gyp:base', 1308 '../base/base.gyp:base',
1306 ], 1309 ],
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
1639 'sources': [ 1642 'sources': [
1640 'tools/media_bench/media_bench.cc', 1643 'tools/media_bench/media_bench.cc',
1641 ], 1644 ],
1642 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1645 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1643 'msvs_disabled_warnings': [ 4267, ], 1646 'msvs_disabled_warnings': [ 4267, ],
1644 }, 1647 },
1645 ], 1648 ],
1646 }], 1649 }],
1647 ], 1650 ],
1648 } 1651 }
OLDNEW
« no previous file with comments | « media/filters/pipeline_integration_test.cc ('k') | media/media_cdm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698