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

Side by Side Diff: media/media.gyp

Issue 1052983002: Web MIDI: add MidiScheduler for send() with timestamp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: final Created 5 years, 8 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 | « media/BUILD.gn ('k') | media/midi/midi_manager_usb.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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 'midi/midi_manager_usb.cc', 525 'midi/midi_manager_usb.cc',
526 'midi/midi_manager_usb.h', 526 'midi/midi_manager_usb.h',
527 'midi/midi_manager_win.cc', 527 'midi/midi_manager_win.cc',
528 'midi/midi_manager_win.h', 528 'midi/midi_manager_win.h',
529 'midi/midi_message_queue.cc', 529 'midi/midi_message_queue.cc',
530 'midi/midi_message_queue.h', 530 'midi/midi_message_queue.h',
531 'midi/midi_message_util.cc', 531 'midi/midi_message_util.cc',
532 'midi/midi_message_util.h', 532 'midi/midi_message_util.h',
533 'midi/midi_port_info.cc', 533 'midi/midi_port_info.cc',
534 'midi/midi_port_info.h', 534 'midi/midi_port_info.h',
535 'midi/midi_scheduler.cc',
536 'midi/midi_scheduler.h',
535 'midi/usb_midi_descriptor_parser.cc', 537 'midi/usb_midi_descriptor_parser.cc',
536 'midi/usb_midi_descriptor_parser.h', 538 'midi/usb_midi_descriptor_parser.h',
537 'midi/usb_midi_device.h', 539 'midi/usb_midi_device.h',
538 'midi/usb_midi_device_android.cc', 540 'midi/usb_midi_device_android.cc',
539 'midi/usb_midi_device_android.h', 541 'midi/usb_midi_device_android.h',
540 'midi/usb_midi_device_factory_android.cc', 542 'midi/usb_midi_device_factory_android.cc',
541 'midi/usb_midi_device_factory_android.h', 543 'midi/usb_midi_device_factory_android.h',
542 'midi/usb_midi_input_stream.cc', 544 'midi/usb_midi_input_stream.cc',
543 'midi/usb_midi_input_stream.h', 545 'midi/usb_midi_input_stream.h',
544 'midi/usb_midi_jack.h', 546 'midi/usb_midi_jack.h',
(...skipping 1442 matching lines...) Expand 10 before | Expand all | Expand 10 after
1987 '../build/isolate.gypi', 1989 '../build/isolate.gypi',
1988 ], 1990 ],
1989 'sources': [ 1991 'sources': [
1990 'media_unittests.isolate', 1992 'media_unittests.isolate',
1991 ], 1993 ],
1992 }, 1994 },
1993 ], 1995 ],
1994 }], 1996 }],
1995 ], 1997 ],
1996 } 1998 }
OLDNEW
« no previous file with comments | « media/BUILD.gn ('k') | media/midi/midi_manager_usb.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698