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

Side by Side Diff: media/media.gyp

Issue 760963003: Adds fake hardware video encoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed broken unittest Created 5 years, 11 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 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 'video/capture/win/sink_filter_win.cc', 567 'video/capture/win/sink_filter_win.cc',
568 'video/capture/win/sink_filter_win.h', 568 'video/capture/win/sink_filter_win.h',
569 'video/capture/win/sink_input_pin_win.cc', 569 'video/capture/win/sink_input_pin_win.cc',
570 'video/capture/win/sink_input_pin_win.h', 570 'video/capture/win/sink_input_pin_win.h',
571 'video/capture/win/video_capture_device_factory_win.cc', 571 'video/capture/win/video_capture_device_factory_win.cc',
572 'video/capture/win/video_capture_device_factory_win.h', 572 'video/capture/win/video_capture_device_factory_win.h',
573 'video/capture/win/video_capture_device_mf_win.cc', 573 'video/capture/win/video_capture_device_mf_win.cc',
574 'video/capture/win/video_capture_device_mf_win.h', 574 'video/capture/win/video_capture_device_mf_win.h',
575 'video/capture/win/video_capture_device_win.cc', 575 'video/capture/win/video_capture_device_win.cc',
576 'video/capture/win/video_capture_device_win.h', 576 'video/capture/win/video_capture_device_win.h',
577 'video/fake_video_encode_accelerator.cc',
578 'video/fake_video_encode_accelerator.h',
577 'video/h264_poc.cc', 579 'video/h264_poc.cc',
578 'video/h264_poc.h', 580 'video/h264_poc.h',
579 'video/picture.cc', 581 'video/picture.cc',
580 'video/picture.h', 582 'video/picture.h',
581 'video/video_decode_accelerator.cc', 583 'video/video_decode_accelerator.cc',
582 'video/video_decode_accelerator.h', 584 'video/video_decode_accelerator.h',
583 'video/video_encode_accelerator.cc', 585 'video/video_encode_accelerator.cc',
584 'video/video_encode_accelerator.h', 586 'video/video_encode_accelerator.h',
585 'formats/common/offset_byte_queue.cc', 587 'formats/common/offset_byte_queue.cc',
586 'formats/common/offset_byte_queue.h', 588 'formats/common/offset_byte_queue.h',
(...skipping 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after
1918 '../build/isolate.gypi', 1920 '../build/isolate.gypi',
1919 ], 1921 ],
1920 'sources': [ 1922 'sources': [
1921 'media_unittests.isolate', 1923 'media_unittests.isolate',
1922 ], 1924 ],
1923 }, 1925 },
1924 ], 1926 ],
1925 }], 1927 }],
1926 ], 1928 ],
1927 } 1929 }
OLDNEW
« no previous file with comments | « media/cast/test/fake_video_encode_accelerator.cc ('k') | media/video/fake_video_encode_accelerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698