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

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: Updates according to comments 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 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 'video/capture/win/sink_filter_win.cc', 556 'video/capture/win/sink_filter_win.cc',
557 'video/capture/win/sink_filter_win.h', 557 'video/capture/win/sink_filter_win.h',
558 'video/capture/win/sink_input_pin_win.cc', 558 'video/capture/win/sink_input_pin_win.cc',
559 'video/capture/win/sink_input_pin_win.h', 559 'video/capture/win/sink_input_pin_win.h',
560 'video/capture/win/video_capture_device_factory_win.cc', 560 'video/capture/win/video_capture_device_factory_win.cc',
561 'video/capture/win/video_capture_device_factory_win.h', 561 'video/capture/win/video_capture_device_factory_win.h',
562 'video/capture/win/video_capture_device_mf_win.cc', 562 'video/capture/win/video_capture_device_mf_win.cc',
563 'video/capture/win/video_capture_device_mf_win.h', 563 'video/capture/win/video_capture_device_mf_win.h',
564 'video/capture/win/video_capture_device_win.cc', 564 'video/capture/win/video_capture_device_win.cc',
565 'video/capture/win/video_capture_device_win.h', 565 'video/capture/win/video_capture_device_win.h',
566 'video/fake_video_encode_accelerator.cc',
567 'video/fake_video_encode_accelerator.h',
566 'video/h264_poc.cc', 568 'video/h264_poc.cc',
567 'video/h264_poc.h', 569 'video/h264_poc.h',
568 'video/picture.cc', 570 'video/picture.cc',
569 'video/picture.h', 571 'video/picture.h',
570 'video/video_decode_accelerator.cc', 572 'video/video_decode_accelerator.cc',
571 'video/video_decode_accelerator.h', 573 'video/video_decode_accelerator.h',
572 'video/video_encode_accelerator.cc', 574 'video/video_encode_accelerator.cc',
573 'video/video_encode_accelerator.h', 575 'video/video_encode_accelerator.h',
574 'formats/common/offset_byte_queue.cc', 576 'formats/common/offset_byte_queue.cc',
575 'formats/common/offset_byte_queue.h', 577 'formats/common/offset_byte_queue.h',
(...skipping 1315 matching lines...) Expand 10 before | Expand all | Expand 10 after
1891 '../build/isolate.gypi', 1893 '../build/isolate.gypi',
1892 ], 1894 ],
1893 'sources': [ 1895 'sources': [
1894 'media_unittests.isolate', 1896 'media_unittests.isolate',
1895 ], 1897 ],
1896 }, 1898 },
1897 ], 1899 ],
1898 }], 1900 }],
1899 ], 1901 ],
1900 } 1902 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698