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

Side by Side Diff: media/media.gyp

Issue 29793006: Enable WebMIDI for Windows behind the flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 'filters/wsola_internals.cc', 397 'filters/wsola_internals.cc',
398 'filters/wsola_internals.h', 398 'filters/wsola_internals.h',
399 'midi/midi_manager.cc', 399 'midi/midi_manager.cc',
400 'midi/midi_manager.h', 400 'midi/midi_manager.h',
401 'midi/midi_manager_mac.cc', 401 'midi/midi_manager_mac.cc',
402 'midi/midi_manager_mac.h', 402 'midi/midi_manager_mac.h',
403 'midi/midi_message_queue.cc', 403 'midi/midi_message_queue.cc',
404 'midi/midi_message_queue.h', 404 'midi/midi_message_queue.h',
405 'midi/midi_message_util.cc', 405 'midi/midi_message_util.cc',
406 'midi/midi_message_util.h', 406 'midi/midi_message_util.h',
407 'midi/midi_manager_win.cc',
408 'midi/midi_manager_win.h',
407 'midi/midi_port_info.cc', 409 'midi/midi_port_info.cc',
408 'midi/midi_port_info.h', 410 'midi/midi_port_info.h',
409 'video/capture/android/video_capture_device_android.cc', 411 'video/capture/android/video_capture_device_android.cc',
410 'video/capture/android/video_capture_device_android.h', 412 'video/capture/android/video_capture_device_android.h',
411 'video/capture/fake_video_capture_device.cc', 413 'video/capture/fake_video_capture_device.cc',
412 'video/capture/fake_video_capture_device.h', 414 'video/capture/fake_video_capture_device.h',
413 'video/capture/linux/video_capture_device_linux.cc', 415 'video/capture/linux/video_capture_device_linux.cc',
414 'video/capture/linux/video_capture_device_linux.h', 416 'video/capture/linux/video_capture_device_linux.h',
415 'video/capture/mac/avfoundation_glue.h', 417 'video/capture/mac/avfoundation_glue.h',
416 'video/capture/mac/avfoundation_glue.mm', 418 'video/capture/mac/avfoundation_glue.mm',
(...skipping 1201 matching lines...) Expand 10 before | Expand all | Expand 10 after
1618 ], 1620 ],
1619 }], 1621 }],
1620 ], 1622 ],
1621 }], 1623 }],
1622 ], 1624 ],
1623 }, 1625 },
1624 ], 1626 ],
1625 }], 1627 }],
1626 ], 1628 ],
1627 } 1629 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698