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

Side by Side Diff: media/media.gyp

Issue 276383002: VideoCaptureDeviceWin: Extract class-static method into a Factory (both MF/DS) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased factory win. Created 6 years, 7 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 | « no previous file | media/video/capture/video_capture_device_factory.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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 'video/capture/win/capability_list_win.h', 498 'video/capture/win/capability_list_win.h',
499 'video/capture/win/filter_base_win.cc', 499 'video/capture/win/filter_base_win.cc',
500 'video/capture/win/filter_base_win.h', 500 'video/capture/win/filter_base_win.h',
501 'video/capture/win/pin_base_win.cc', 501 'video/capture/win/pin_base_win.cc',
502 'video/capture/win/pin_base_win.h', 502 'video/capture/win/pin_base_win.h',
503 'video/capture/win/sink_filter_observer_win.h', 503 'video/capture/win/sink_filter_observer_win.h',
504 'video/capture/win/sink_filter_win.cc', 504 'video/capture/win/sink_filter_win.cc',
505 'video/capture/win/sink_filter_win.h', 505 'video/capture/win/sink_filter_win.h',
506 'video/capture/win/sink_input_pin_win.cc', 506 'video/capture/win/sink_input_pin_win.cc',
507 'video/capture/win/sink_input_pin_win.h', 507 'video/capture/win/sink_input_pin_win.h',
508 'video/capture/win/video_capture_device_factory_win.cc',
509 'video/capture/win/video_capture_device_factory_win.h',
508 'video/capture/win/video_capture_device_mf_win.cc', 510 'video/capture/win/video_capture_device_mf_win.cc',
509 'video/capture/win/video_capture_device_mf_win.h', 511 'video/capture/win/video_capture_device_mf_win.h',
510 'video/capture/win/video_capture_device_win.cc', 512 'video/capture/win/video_capture_device_win.cc',
511 'video/capture/win/video_capture_device_win.h', 513 'video/capture/win/video_capture_device_win.h',
512 'video/picture.cc', 514 'video/picture.cc',
513 'video/picture.h', 515 'video/picture.h',
514 'video/video_decode_accelerator.cc', 516 'video/video_decode_accelerator.cc',
515 'video/video_decode_accelerator.h', 517 'video/video_decode_accelerator.h',
516 'video/video_encode_accelerator.cc', 518 'video/video_encode_accelerator.cc',
517 'video/video_encode_accelerator.h', 519 'video/video_encode_accelerator.h',
(...skipping 1210 matching lines...) Expand 10 before | Expand all | Expand 10 after
1728 ], 1730 ],
1729 }], 1731 }],
1730 ], 1732 ],
1731 }], 1733 }],
1732 ], 1734 ],
1733 }, 1735 },
1734 ], 1736 ],
1735 }], 1737 }],
1736 ], 1738 ],
1737 } 1739 }
OLDNEW
« no previous file with comments | « no previous file | media/video/capture/video_capture_device_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698