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

Side by Side Diff: media/media.gyp

Issue 2088273003: Video Color Managament (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: log color space Created 4 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
« no previous file with comments | « media/base/video_frame.cc ('k') | media/video/gpu_memory_buffer_video_frame_pool.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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 'base/cdm_key_information.cc', 304 'base/cdm_key_information.cc',
305 'base/cdm_key_information.h', 305 'base/cdm_key_information.h',
306 'base/cdm_promise.cc', 306 'base/cdm_promise.cc',
307 'base/cdm_promise.h', 307 'base/cdm_promise.h',
308 'base/cdm_promise_adapter.cc', 308 'base/cdm_promise_adapter.cc',
309 'base/cdm_promise_adapter.h', 309 'base/cdm_promise_adapter.h',
310 'base/channel_mixer.cc', 310 'base/channel_mixer.cc',
311 'base/channel_mixer.h', 311 'base/channel_mixer.h',
312 'base/channel_mixing_matrix.cc', 312 'base/channel_mixing_matrix.cc',
313 'base/channel_mixing_matrix.h', 313 'base/channel_mixing_matrix.h',
314 'base/color_helper.cc',
315 'base/color_helper.h',
314 'base/container_names.cc', 316 'base/container_names.cc',
315 'base/container_names.h', 317 'base/container_names.h',
316 'base/data_buffer.cc', 318 'base/data_buffer.cc',
317 'base/data_buffer.h', 319 'base/data_buffer.h',
318 'base/data_source.cc', 320 'base/data_source.cc',
319 'base/data_source.h', 321 'base/data_source.h',
320 'base/decode_status.cc', 322 'base/decode_status.cc',
321 'base/decode_status.h', 323 'base/decode_status.h',
322 'base/decoder_buffer.cc', 324 'base/decoder_buffer.cc',
323 'base/decoder_buffer.h', 325 'base/decoder_buffer.h',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 'base/user_input_monitor.h', 447 'base/user_input_monitor.h',
446 'base/user_input_monitor_linux.cc', 448 'base/user_input_monitor_linux.cc',
447 'base/user_input_monitor_mac.cc', 449 'base/user_input_monitor_mac.cc',
448 'base/user_input_monitor_win.cc', 450 'base/user_input_monitor_win.cc',
449 'base/video_capture_types.cc', 451 'base/video_capture_types.cc',
450 'base/video_capture_types.h', 452 'base/video_capture_types.h',
451 'base/video_capturer_source.cc', 453 'base/video_capturer_source.cc',
452 'base/video_capturer_source.h', 454 'base/video_capturer_source.h',
453 'base/video_codecs.cc', 455 'base/video_codecs.cc',
454 'base/video_codecs.h', 456 'base/video_codecs.h',
457 'base/video_color_space.cc',
458 'base/video_color_space.h',
455 'base/video_decoder.cc', 459 'base/video_decoder.cc',
456 'base/video_decoder.h', 460 'base/video_decoder.h',
457 'base/video_decoder_config.cc', 461 'base/video_decoder_config.cc',
458 'base/video_decoder_config.h', 462 'base/video_decoder_config.h',
459 'base/video_frame.cc', 463 'base/video_frame.cc',
460 'base/video_frame.h', 464 'base/video_frame.h',
461 'base/video_frame_metadata.cc', 465 'base/video_frame_metadata.cc',
462 'base/video_frame_metadata.h', 466 'base/video_frame_metadata.h',
463 'base/video_frame_pool.cc', 467 'base/video_frame_pool.cc',
464 'base/video_frame_pool.h', 468 'base/video_frame_pool.h',
(...skipping 694 matching lines...) Expand 10 before | Expand all | Expand 10 after
1159 'base/serial_runner_unittest.cc', 1163 'base/serial_runner_unittest.cc',
1160 'base/sinc_resampler_unittest.cc', 1164 'base/sinc_resampler_unittest.cc',
1161 'base/stream_parser_unittest.cc', 1165 'base/stream_parser_unittest.cc',
1162 'base/text_ranges_unittest.cc', 1166 'base/text_ranges_unittest.cc',
1163 'base/text_renderer_unittest.cc', 1167 'base/text_renderer_unittest.cc',
1164 'base/time_delta_interpolator_unittest.cc', 1168 'base/time_delta_interpolator_unittest.cc',
1165 'base/user_input_monitor_unittest.cc', 1169 'base/user_input_monitor_unittest.cc',
1166 'base/vector_math_testing.h', 1170 'base/vector_math_testing.h',
1167 'base/vector_math_unittest.cc', 1171 'base/vector_math_unittest.cc',
1168 'base/video_codecs_unittest.cc', 1172 'base/video_codecs_unittest.cc',
1173 'base/video_color_space_unittest.cc',
1169 'base/video_decoder_config_unittest.cc', 1174 'base/video_decoder_config_unittest.cc',
1170 'base/video_frame_pool_unittest.cc', 1175 'base/video_frame_pool_unittest.cc',
1171 'base/video_frame_unittest.cc', 1176 'base/video_frame_unittest.cc',
1172 'base/video_util_unittest.cc', 1177 'base/video_util_unittest.cc',
1173 'base/wall_clock_time_source_unittest.cc', 1178 'base/wall_clock_time_source_unittest.cc',
1174 'base/yuv_convert_unittest.cc', 1179 'base/yuv_convert_unittest.cc',
1175 'cdm/aes_decryptor_unittest.cc', 1180 'cdm/aes_decryptor_unittest.cc',
1176 'cdm/external_clear_key_test_helper.cc', 1181 'cdm/external_clear_key_test_helper.cc',
1177 'cdm/external_clear_key_test_helper.h', 1182 'cdm/external_clear_key_test_helper.h',
1178 'cdm/json_web_key_unittest.cc', 1183 'cdm/json_web_key_unittest.cc',
(...skipping 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after
2308 'dependencies': [ 2313 'dependencies': [
2309 '../build/linux/system.gyp:libdrm', 2314 '../build/linux/system.gyp:libdrm',
2310 ] 2315 ]
2311 }], 2316 }],
2312 ], 2317 ],
2313 } 2318 }
2314 ] 2319 ]
2315 }], 2320 }],
2316 ], 2321 ],
2317 } 2322 }
OLDNEW
« no previous file with comments | « media/base/video_frame.cc ('k') | media/video/gpu_memory_buffer_video_frame_pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698