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

Side by Side Diff: media/media.gyp

Issue 16025005: Web MIDI API back-end (work-in-progress) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years, 6 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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 'filters/stream_parser_factory.cc', 366 'filters/stream_parser_factory.cc',
367 'filters/stream_parser_factory.h', 367 'filters/stream_parser_factory.h',
368 'filters/video_decoder_selector.cc', 368 'filters/video_decoder_selector.cc',
369 'filters/video_decoder_selector.h', 369 'filters/video_decoder_selector.h',
370 'filters/video_frame_stream.cc', 370 'filters/video_frame_stream.cc',
371 'filters/video_frame_stream.h', 371 'filters/video_frame_stream.h',
372 'filters/video_renderer_base.cc', 372 'filters/video_renderer_base.cc',
373 'filters/video_renderer_base.h', 373 'filters/video_renderer_base.h',
374 'filters/vpx_video_decoder.cc', 374 'filters/vpx_video_decoder.cc',
375 'filters/vpx_video_decoder.h', 375 'filters/vpx_video_decoder.h',
376 'midi/midi_manager.h',
377 'midi/midi_manager.cc',
378 'midi/midi_manager_mac.h',
379 'midi/midi_manager_mac.cc',
376 'video/capture/android/video_capture_device_android.cc', 380 'video/capture/android/video_capture_device_android.cc',
377 'video/capture/android/video_capture_device_android.h', 381 'video/capture/android/video_capture_device_android.h',
378 'video/capture/fake_video_capture_device.cc', 382 'video/capture/fake_video_capture_device.cc',
379 'video/capture/fake_video_capture_device.h', 383 'video/capture/fake_video_capture_device.h',
380 'video/capture/linux/video_capture_device_linux.cc', 384 'video/capture/linux/video_capture_device_linux.cc',
381 'video/capture/linux/video_capture_device_linux.h', 385 'video/capture/linux/video_capture_device_linux.h',
382 'video/capture/mac/video_capture_device_mac.h', 386 'video/capture/mac/video_capture_device_mac.h',
383 'video/capture/mac/video_capture_device_mac.mm', 387 'video/capture/mac/video_capture_device_mac.mm',
384 'video/capture/mac/video_capture_device_qtkit_mac.h', 388 'video/capture/mac/video_capture_device_qtkit_mac.h',
385 'video/capture/mac/video_capture_device_qtkit_mac.mm', 389 'video/capture/mac/video_capture_device_qtkit_mac.mm',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 ['include', '^base/media\\.cc$'], 566 ['include', '^base/media\\.cc$'],
563 ['include', '^base/media_stub\\.cc$'], 567 ['include', '^base/media_stub\\.cc$'],
564 ['include', '^base/media_switches\\.'], 568 ['include', '^base/media_switches\\.'],
565 ['include', '^base/vector_math\\.'], 569 ['include', '^base/vector_math\\.'],
566 ], 570 ],
567 'link_settings': { 571 'link_settings': {
568 'libraries': [ 572 'libraries': [
569 '$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framework', 573 '$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framework',
570 '$(SDKROOT)/System/Library/Frameworks/AVFoundation.framework', 574 '$(SDKROOT)/System/Library/Frameworks/AVFoundation.framework',
571 '$(SDKROOT)/System/Library/Frameworks/CoreAudio.framework', 575 '$(SDKROOT)/System/Library/Frameworks/CoreAudio.framework',
576 '$(SDKROOT)/System/Library/Frameworks/CoreMIDI.framework',
572 ], 577 ],
573 }, 578 },
574 }], 579 }],
575 ['OS=="android"', { 580 ['OS=="android"', {
576 'link_settings': { 581 'link_settings': {
577 'libraries': [ 582 'libraries': [
578 '-lOpenSLES', 583 '-lOpenSLES',
579 ], 584 ],
580 }, 585 },
581 'include_dirs': [ 586 'include_dirs': [
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 'video/capture/video_capture_device_dummy.cc', 792 'video/capture/video_capture_device_dummy.cc',
788 'video/capture/video_capture_device_dummy.h', 793 'video/capture/video_capture_device_dummy.h',
789 ], 794 ],
790 }], 795 }],
791 ['OS=="mac"', { 796 ['OS=="mac"', {
792 'link_settings': { 797 'link_settings': {
793 'libraries': [ 798 'libraries': [
794 '$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framework', 799 '$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framework',
795 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', 800 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework',
796 '$(SDKROOT)/System/Library/Frameworks/CoreAudio.framework', 801 '$(SDKROOT)/System/Library/Frameworks/CoreAudio.framework',
802 '$(SDKROOT)/System/Library/Frameworks/CoreMIDI.framework',
797 '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework', 803 '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework',
798 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 804 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
799 '$(SDKROOT)/System/Library/Frameworks/QTKit.framework', 805 '$(SDKROOT)/System/Library/Frameworks/QTKit.framework',
800 ], 806 ],
801 }, 807 },
802 }], 808 }],
803 ['OS=="win"', { 809 ['OS=="win"', {
804 'sources!': [ 810 'sources!': [
805 'video/capture/video_capture_device_dummy.cc', 811 'video/capture/video_capture_device_dummy.cc',
806 'video/capture/video_capture_device_dummy.h', 812 'video/capture/video_capture_device_dummy.h',
(...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after
1703 'sources': [ 1709 'sources': [
1704 'tools/media_bench/media_bench.cc', 1710 'tools/media_bench/media_bench.cc',
1705 ], 1711 ],
1706 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1712 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1707 'msvs_disabled_warnings': [ 4267, ], 1713 'msvs_disabled_warnings': [ 4267, ],
1708 }, 1714 },
1709 ], 1715 ],
1710 }], 1716 }],
1711 ], 1717 ],
1712 } 1718 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698