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

Side by Side Diff: media/media.gyp

Issue 17846002: Refactor the VideoCaptureDevice::Name struct. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 7 years, 5 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 | Annotate | Revision Log
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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 'video/capture/fake_video_capture_device.cc', 384 'video/capture/fake_video_capture_device.cc',
385 'video/capture/fake_video_capture_device.h', 385 'video/capture/fake_video_capture_device.h',
386 'video/capture/linux/video_capture_device_linux.cc', 386 'video/capture/linux/video_capture_device_linux.cc',
387 'video/capture/linux/video_capture_device_linux.h', 387 'video/capture/linux/video_capture_device_linux.h',
388 'video/capture/mac/video_capture_device_mac.h', 388 'video/capture/mac/video_capture_device_mac.h',
389 'video/capture/mac/video_capture_device_mac.mm', 389 'video/capture/mac/video_capture_device_mac.mm',
390 'video/capture/mac/video_capture_device_qtkit_mac.h', 390 'video/capture/mac/video_capture_device_qtkit_mac.h',
391 'video/capture/mac/video_capture_device_qtkit_mac.mm', 391 'video/capture/mac/video_capture_device_qtkit_mac.mm',
392 392
393 'video/capture/video_capture.h', 393 'video/capture/video_capture.h',
394 'video/capture/video_capture_device.cc',
394 'video/capture/video_capture_device.h', 395 'video/capture/video_capture_device.h',
395 'video/capture/video_capture_device_dummy.cc', 396 'video/capture/video_capture_device_dummy.cc',
396 'video/capture/video_capture_device_dummy.h', 397 'video/capture/video_capture_device_dummy.h',
397 'video/capture/video_capture_proxy.cc', 398 'video/capture/video_capture_proxy.cc',
398 'video/capture/video_capture_proxy.h', 399 'video/capture/video_capture_proxy.h',
399 'video/capture/video_capture_types.h', 400 'video/capture/video_capture_types.h',
400 'video/capture/win/capability_list_win.cc', 401 'video/capture/win/capability_list_win.cc',
401 'video/capture/win/capability_list_win.h', 402 'video/capture/win/capability_list_win.h',
402 'video/capture/win/filter_base_win.cc', 403 'video/capture/win/filter_base_win.cc',
403 'video/capture/win/filter_base_win.h', 404 'video/capture/win/filter_base_win.h',
(...skipping 1219 matching lines...) Expand 10 before | Expand all | Expand 10 after
1623 'sources': [ 1624 'sources': [
1624 'tools/media_bench/media_bench.cc', 1625 'tools/media_bench/media_bench.cc',
1625 ], 1626 ],
1626 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1627 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1627 'msvs_disabled_warnings': [ 4267, ], 1628 'msvs_disabled_warnings': [ 4267, ],
1628 }, 1629 },
1629 ], 1630 ],
1630 }], 1631 }],
1631 ], 1632 ],
1632 } 1633 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698