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

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: Leave a TODO comment crbug.com/325810. 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | media/midi/midi_manager.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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 'filters/wsola_internals.cc', 402 'filters/wsola_internals.cc',
403 'filters/wsola_internals.h', 403 'filters/wsola_internals.h',
404 'midi/midi_manager.cc', 404 'midi/midi_manager.cc',
405 'midi/midi_manager.h', 405 'midi/midi_manager.h',
406 'midi/midi_manager_mac.cc', 406 'midi/midi_manager_mac.cc',
407 'midi/midi_manager_mac.h', 407 'midi/midi_manager_mac.h',
408 'midi/midi_message_queue.cc', 408 'midi/midi_message_queue.cc',
409 'midi/midi_message_queue.h', 409 'midi/midi_message_queue.h',
410 'midi/midi_message_util.cc', 410 'midi/midi_message_util.cc',
411 'midi/midi_message_util.h', 411 'midi/midi_message_util.h',
412 'midi/midi_manager_win.cc',
413 'midi/midi_manager_win.h',
412 'midi/midi_port_info.cc', 414 'midi/midi_port_info.cc',
413 'midi/midi_port_info.h', 415 'midi/midi_port_info.h',
414 'video/capture/android/video_capture_device_android.cc', 416 'video/capture/android/video_capture_device_android.cc',
415 'video/capture/android/video_capture_device_android.h', 417 'video/capture/android/video_capture_device_android.h',
416 'video/capture/fake_video_capture_device.cc', 418 'video/capture/fake_video_capture_device.cc',
417 'video/capture/fake_video_capture_device.h', 419 'video/capture/fake_video_capture_device.h',
418 'video/capture/linux/video_capture_device_linux.cc', 420 'video/capture/linux/video_capture_device_linux.cc',
419 'video/capture/linux/video_capture_device_linux.h', 421 'video/capture/linux/video_capture_device_linux.h',
420 'video/capture/mac/avfoundation_glue.h', 422 'video/capture/mac/avfoundation_glue.h',
421 'video/capture/mac/avfoundation_glue.mm', 423 'video/capture/mac/avfoundation_glue.mm',
(...skipping 1205 matching lines...) Expand 10 before | Expand all | Expand 10 after
1627 ], 1629 ],
1628 }], 1630 }],
1629 ], 1631 ],
1630 }], 1632 }],
1631 ], 1633 ],
1632 }, 1634 },
1633 ], 1635 ],
1634 }], 1636 }],
1635 ], 1637 ],
1636 } 1638 }
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | media/midi/midi_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698