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

Side by Side Diff: media/media.gyp

Issue 24615005: Added AVFoundation Glue and Device Monitoring for Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added comments following avi@ ones. Created 7 years, 2 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
« no previous file with comments | « content/browser/device_monitor_mac.mm ('k') | media/video/capture/mac/avfoundation_glue.h » ('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 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 'midi/midi_manager_mac.cc', 386 'midi/midi_manager_mac.cc',
387 'midi/midi_manager_mac.h', 387 'midi/midi_manager_mac.h',
388 'midi/midi_port_info.cc', 388 'midi/midi_port_info.cc',
389 'midi/midi_port_info.h', 389 'midi/midi_port_info.h',
390 'video/capture/android/video_capture_device_android.cc', 390 'video/capture/android/video_capture_device_android.cc',
391 'video/capture/android/video_capture_device_android.h', 391 'video/capture/android/video_capture_device_android.h',
392 'video/capture/fake_video_capture_device.cc', 392 'video/capture/fake_video_capture_device.cc',
393 'video/capture/fake_video_capture_device.h', 393 'video/capture/fake_video_capture_device.h',
394 'video/capture/linux/video_capture_device_linux.cc', 394 'video/capture/linux/video_capture_device_linux.cc',
395 'video/capture/linux/video_capture_device_linux.h', 395 'video/capture/linux/video_capture_device_linux.h',
396 'video/capture/mac/avfoundation_glue.h',
397 'video/capture/mac/avfoundation_glue.mm',
396 'video/capture/mac/video_capture_device_mac.h', 398 'video/capture/mac/video_capture_device_mac.h',
397 'video/capture/mac/video_capture_device_mac.mm', 399 'video/capture/mac/video_capture_device_mac.mm',
398 'video/capture/mac/video_capture_device_qtkit_mac.h', 400 'video/capture/mac/video_capture_device_qtkit_mac.h',
399 'video/capture/mac/video_capture_device_qtkit_mac.mm', 401 'video/capture/mac/video_capture_device_qtkit_mac.mm',
400 'video/capture/video_capture.h', 402 'video/capture/video_capture.h',
401 'video/capture/video_capture_device.cc', 403 'video/capture/video_capture_device.cc',
402 'video/capture/video_capture_device.h', 404 'video/capture/video_capture_device.h',
403 'video/capture/video_capture_proxy.cc', 405 'video/capture/video_capture_proxy.cc',
404 'video/capture/video_capture_proxy.h', 406 'video/capture/video_capture_proxy.h',
405 'video/capture/video_capture_types.cc', 407 'video/capture/video_capture_types.cc',
(...skipping 1120 matching lines...) Expand 10 before | Expand all | Expand 10 after
1526 ], 1528 ],
1527 }], 1529 }],
1528 ], 1530 ],
1529 }], 1531 }],
1530 ], 1532 ],
1531 }, 1533 },
1532 ], 1534 ],
1533 }], 1535 }],
1534 ], 1536 ],
1535 } 1537 }
OLDNEW
« no previous file with comments | « content/browser/device_monitor_mac.mm ('k') | media/video/capture/mac/avfoundation_glue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698