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

Side by Side Diff: trunk/src/content/content_browser.gypi

Issue 17334006: Revert 207983 "Implement Web MIDI API back-end" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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
« no previous file with comments | « trunk/src/content/common/media/midi_messages.h ('k') | trunk/src/content/content_common.gypi » ('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 'dependencies': [ 6 'dependencies': [
7 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 'browser/renderer_host/media/audio_sync_reader.cc', 784 'browser/renderer_host/media/audio_sync_reader.cc',
785 'browser/renderer_host/media/audio_sync_reader.h', 785 'browser/renderer_host/media/audio_sync_reader.h',
786 'browser/renderer_host/media/media_stream_dispatcher_host.cc', 786 'browser/renderer_host/media/media_stream_dispatcher_host.cc',
787 'browser/renderer_host/media/media_stream_dispatcher_host.h', 787 'browser/renderer_host/media/media_stream_dispatcher_host.h',
788 'browser/renderer_host/media/media_stream_manager.cc', 788 'browser/renderer_host/media/media_stream_manager.cc',
789 'browser/renderer_host/media/media_stream_manager.h', 789 'browser/renderer_host/media/media_stream_manager.h',
790 'browser/renderer_host/media/media_stream_provider.h', 790 'browser/renderer_host/media/media_stream_provider.h',
791 'browser/renderer_host/media/media_stream_requester.h', 791 'browser/renderer_host/media/media_stream_requester.h',
792 'browser/renderer_host/media/media_stream_ui_proxy.cc', 792 'browser/renderer_host/media/media_stream_ui_proxy.cc',
793 'browser/renderer_host/media/media_stream_ui_proxy.h', 793 'browser/renderer_host/media/media_stream_ui_proxy.h',
794 'browser/renderer_host/media/midi_host.cc',
795 'browser/renderer_host/media/midi_host.h',
796 'browser/renderer_host/media/video_capture_buffer_pool.cc', 794 'browser/renderer_host/media/video_capture_buffer_pool.cc',
797 'browser/renderer_host/media/video_capture_buffer_pool.h', 795 'browser/renderer_host/media/video_capture_buffer_pool.h',
798 'browser/renderer_host/media/video_capture_controller.cc', 796 'browser/renderer_host/media/video_capture_controller.cc',
799 'browser/renderer_host/media/video_capture_controller.h', 797 'browser/renderer_host/media/video_capture_controller.h',
800 'browser/renderer_host/media/video_capture_controller_event_handler.cc', 798 'browser/renderer_host/media/video_capture_controller_event_handler.cc',
801 'browser/renderer_host/media/video_capture_controller_event_handler.h', 799 'browser/renderer_host/media/video_capture_controller_event_handler.h',
802 'browser/renderer_host/media/video_capture_host.cc', 800 'browser/renderer_host/media/video_capture_host.cc',
803 'browser/renderer_host/media/video_capture_host.h', 801 'browser/renderer_host/media/video_capture_host.h',
804 'browser/renderer_host/media/video_capture_manager.cc', 802 'browser/renderer_host/media/video_capture_manager.cc',
805 'browser/renderer_host/media/video_capture_manager.h', 803 'browser/renderer_host/media/video_capture_manager.h',
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
1444 '../third_party/speex/speex.gyp:libspeex', 1442 '../third_party/speex/speex.gyp:libspeex',
1445 ], 1443 ],
1446 }], 1444 }],
1447 ['linux_use_libgps==1', { 1445 ['linux_use_libgps==1', {
1448 'dependencies': [ 1446 'dependencies': [
1449 '../build/linux/system.gyp:libgps', 1447 '../build/linux/system.gyp:libgps',
1450 ], 1448 ],
1451 }], 1449 }],
1452 ], 1450 ],
1453 } 1451 }
OLDNEW
« no previous file with comments | « trunk/src/content/common/media/midi_messages.h ('k') | trunk/src/content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698