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

Side by Side Diff: media/media.gyp

Issue 955253002: Add metadata to media::VideoFrame and plumb it through IPC/MediaStream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tommi's nits addressed Created 5 years, 9 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
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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 'base/video_capture_types.cc', 381 'base/video_capture_types.cc',
382 'base/video_capture_types.h', 382 'base/video_capture_types.h',
383 'base/video_capturer_source.cc', 383 'base/video_capturer_source.cc',
384 'base/video_capturer_source.h', 384 'base/video_capturer_source.h',
385 'base/video_decoder.cc', 385 'base/video_decoder.cc',
386 'base/video_decoder.h', 386 'base/video_decoder.h',
387 'base/video_decoder_config.cc', 387 'base/video_decoder_config.cc',
388 'base/video_decoder_config.h', 388 'base/video_decoder_config.h',
389 'base/video_frame.cc', 389 'base/video_frame.cc',
390 'base/video_frame.h', 390 'base/video_frame.h',
391 'base/video_frame_metadata.cc',
392 'base/video_frame_metadata.h',
391 'base/video_frame_pool.cc', 393 'base/video_frame_pool.cc',
392 'base/video_frame_pool.h', 394 'base/video_frame_pool.h',
393 'base/video_renderer.cc', 395 'base/video_renderer.cc',
394 'base/video_renderer.h', 396 'base/video_renderer.h',
395 'base/video_rotation.h', 397 'base/video_rotation.h',
396 'base/video_util.cc', 398 'base/video_util.cc',
397 'base/video_util.h', 399 'base/video_util.h',
398 'base/wall_clock_time_source.cc', 400 'base/wall_clock_time_source.cc',
399 'base/wall_clock_time_source.h', 401 'base/wall_clock_time_source.h',
400 'base/yuv_convert.cc', 402 'base/yuv_convert.cc',
(...skipping 1481 matching lines...) Expand 10 before | Expand all | Expand 10 after
1882 'sources': [ 1884 'sources': [
1883 'base/mac/coremedia_glue.h', 1885 'base/mac/coremedia_glue.h',
1884 'base/mac/coremedia_glue.mm', 1886 'base/mac/coremedia_glue.mm',
1885 'base/mac/corevideo_glue.h', 1887 'base/mac/corevideo_glue.h',
1886 'base/mac/video_frame_mac.cc', 1888 'base/mac/video_frame_mac.cc',
1887 'base/mac/video_frame_mac.h', 1889 'base/mac/video_frame_mac.h',
1888 'base/mac/videotoolbox_glue.h', 1890 'base/mac/videotoolbox_glue.h',
1889 'base/mac/videotoolbox_glue.mm', 1891 'base/mac/videotoolbox_glue.mm',
1890 'base/video_frame.cc', 1892 'base/video_frame.cc',
1891 'base/video_frame.h', 1893 'base/video_frame.h',
1894 'base/video_frame_metadata.cc',
1895 'base/video_frame_metadata.h',
1892 ], 1896 ],
1893 'link_settings': { 1897 'link_settings': {
1894 'libraries': [ 1898 'libraries': [
1895 '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework', 1899 '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework',
1896 ], 1900 ],
1897 }, 1901 },
1898 'conditions': [ 1902 'conditions': [
1899 ['arm_neon==1', { 1903 ['arm_neon==1', {
1900 'defines': [ 1904 'defines': [
1901 'USE_NEON' 1905 'USE_NEON'
(...skipping 30 matching lines...) Expand all
1932 '../build/isolate.gypi', 1936 '../build/isolate.gypi',
1933 ], 1937 ],
1934 'sources': [ 1938 'sources': [
1935 'media_unittests.isolate', 1939 'media_unittests.isolate',
1936 ], 1940 ],
1937 }, 1941 },
1938 ], 1942 ],
1939 }], 1943 }],
1940 ], 1944 ],
1941 } 1945 }
OLDNEW
« no previous file with comments | « media/cast/sender/video_sender.cc ('k') | media/video/capture/fake_video_capture_device_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698