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

Side by Side Diff: content/content_browser.gypi

Issue 183743021: Implement MediaCaptureDevices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: try again Created 6 years, 9 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
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 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'public/browser/indexed_db_info.h', 122 'public/browser/indexed_db_info.h',
123 'public/browser/interstitial_page.h', 123 'public/browser/interstitial_page.h',
124 'public/browser/invalidate_type.h', 124 'public/browser/invalidate_type.h',
125 'public/browser/javascript_dialog_manager.cc', 125 'public/browser/javascript_dialog_manager.cc',
126 'public/browser/javascript_dialog_manager.h', 126 'public/browser/javascript_dialog_manager.h',
127 'public/browser/load_from_memory_cache_details.cc', 127 'public/browser/load_from_memory_cache_details.cc',
128 'public/browser/load_from_memory_cache_details.h', 128 'public/browser/load_from_memory_cache_details.h',
129 'public/browser/load_notification_details.h', 129 'public/browser/load_notification_details.h',
130 'public/browser/local_storage_usage_info.cc', 130 'public/browser/local_storage_usage_info.cc',
131 'public/browser/local_storage_usage_info.h', 131 'public/browser/local_storage_usage_info.h',
132 'public/browser/media_capture_devices.h',
132 'public/browser/media_device_id.cc', 133 'public/browser/media_device_id.cc',
133 'public/browser/media_device_id.h', 134 'public/browser/media_device_id.h',
134 'public/browser/media_devices_monitor.h',
135 'public/browser/native_web_keyboard_event.h', 135 'public/browser/native_web_keyboard_event.h',
136 'public/browser/navigation_controller.cc', 136 'public/browser/navigation_controller.cc',
137 'public/browser/navigation_controller.h', 137 'public/browser/navigation_controller.h',
138 'public/browser/navigation_details.cc', 138 'public/browser/navigation_details.cc',
139 'public/browser/navigation_details.h', 139 'public/browser/navigation_details.h',
140 'public/browser/navigation_entry.h', 140 'public/browser/navigation_entry.h',
141 'public/browser/navigation_type.h', 141 'public/browser/navigation_type.h',
142 'public/browser/notification_details.h', 142 'public/browser/notification_details.h',
143 'public/browser/notification_observer.h', 143 'public/browser/notification_observer.h',
144 'public/browser/notification_registrar.cc', 144 'public/browser/notification_registrar.cc',
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 'browser/media/capture/video_capture_oracle.cc', 752 'browser/media/capture/video_capture_oracle.cc',
753 'browser/media/capture/video_capture_oracle.h', 753 'browser/media/capture/video_capture_oracle.h',
754 'browser/media/capture/web_contents_audio_input_stream.cc', 754 'browser/media/capture/web_contents_audio_input_stream.cc',
755 'browser/media/capture/web_contents_audio_input_stream.h', 755 'browser/media/capture/web_contents_audio_input_stream.h',
756 'browser/media/capture/web_contents_capture_util.cc', 756 'browser/media/capture/web_contents_capture_util.cc',
757 'browser/media/capture/web_contents_capture_util.h', 757 'browser/media/capture/web_contents_capture_util.h',
758 'browser/media/capture/web_contents_tracker.cc', 758 'browser/media/capture/web_contents_tracker.cc',
759 'browser/media/capture/web_contents_tracker.h', 759 'browser/media/capture/web_contents_tracker.h',
760 'browser/media/capture/web_contents_video_capture_device.cc', 760 'browser/media/capture/web_contents_video_capture_device.cc',
761 'browser/media/capture/web_contents_video_capture_device.h', 761 'browser/media/capture/web_contents_video_capture_device.h',
762 'browser/media/media_devices_monitor.cc',
763 'browser/media/media_internals.cc', 762 'browser/media/media_internals.cc',
764 'browser/media/media_internals.h', 763 'browser/media/media_internals.h',
765 'browser/media/media_internals_handler.cc', 764 'browser/media/media_internals_handler.cc',
766 'browser/media/media_internals_handler.h', 765 'browser/media/media_internals_handler.h',
767 'browser/media/media_internals_proxy.cc', 766 'browser/media/media_internals_proxy.cc',
768 'browser/media/media_internals_proxy.h', 767 'browser/media/media_internals_proxy.h',
769 'browser/media/media_internals_ui.cc', 768 'browser/media/media_internals_ui.cc',
770 'browser/media/media_internals_ui.h', 769 'browser/media/media_internals_ui.h',
771 'browser/media/webrtc_identity_store.cc', 770 'browser/media/webrtc_identity_store.cc',
772 'browser/media/webrtc_identity_store.h', 771 'browser/media/webrtc_identity_store.h',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 'browser/renderer_host/media/audio_input_renderer_host.cc', 963 'browser/renderer_host/media/audio_input_renderer_host.cc',
965 'browser/renderer_host/media/audio_input_renderer_host.h', 964 'browser/renderer_host/media/audio_input_renderer_host.h',
966 'browser/renderer_host/media/audio_input_sync_writer.cc', 965 'browser/renderer_host/media/audio_input_sync_writer.cc',
967 'browser/renderer_host/media/audio_input_sync_writer.h', 966 'browser/renderer_host/media/audio_input_sync_writer.h',
968 'browser/renderer_host/media/audio_renderer_host.cc', 967 'browser/renderer_host/media/audio_renderer_host.cc',
969 'browser/renderer_host/media/audio_renderer_host.h', 968 'browser/renderer_host/media/audio_renderer_host.h',
970 'browser/renderer_host/media/audio_sync_reader.cc', 969 'browser/renderer_host/media/audio_sync_reader.cc',
971 'browser/renderer_host/media/audio_sync_reader.h', 970 'browser/renderer_host/media/audio_sync_reader.h',
972 'browser/renderer_host/media/device_request_message_filter.cc', 971 'browser/renderer_host/media/device_request_message_filter.cc',
973 'browser/renderer_host/media/device_request_message_filter.h', 972 'browser/renderer_host/media/device_request_message_filter.h',
973 'browser/renderer_host/media/media_capture_devices_impl.cc',
974 'browser/renderer_host/media/media_capture_devices_impl.h',
974 'browser/renderer_host/media/media_stream_dispatcher_host.cc', 975 'browser/renderer_host/media/media_stream_dispatcher_host.cc',
975 'browser/renderer_host/media/media_stream_dispatcher_host.h', 976 'browser/renderer_host/media/media_stream_dispatcher_host.h',
976 'browser/renderer_host/media/media_stream_manager.cc', 977 'browser/renderer_host/media/media_stream_manager.cc',
977 'browser/renderer_host/media/media_stream_manager.h', 978 'browser/renderer_host/media/media_stream_manager.h',
978 'browser/renderer_host/media/media_stream_provider.h', 979 'browser/renderer_host/media/media_stream_provider.h',
979 'browser/renderer_host/media/media_stream_requester.h', 980 'browser/renderer_host/media/media_stream_requester.h',
980 'browser/renderer_host/media/media_stream_track_metrics_host.cc', 981 'browser/renderer_host/media/media_stream_track_metrics_host.cc',
981 'browser/renderer_host/media/media_stream_track_metrics_host.h', 982 'browser/renderer_host/media/media_stream_track_metrics_host.h',
982 'browser/renderer_host/media/media_stream_ui_proxy.cc', 983 'browser/renderer_host/media/media_stream_ui_proxy.cc',
983 'browser/renderer_host/media/media_stream_ui_proxy.h', 984 'browser/renderer_host/media/media_stream_ui_proxy.h',
(...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after
1698 '../build/linux/system.gyp:dbus', 1699 '../build/linux/system.gyp:dbus',
1699 '../dbus/dbus.gyp:dbus', 1700 '../dbus/dbus.gyp:dbus',
1700 ], 1701 ],
1701 }, { # OS != "linux" or use_dbus==0 1702 }, { # OS != "linux" or use_dbus==0
1702 'sources!': [ 1703 'sources!': [
1703 'browser/geolocation/wifi_data_provider_linux.cc', 1704 'browser/geolocation/wifi_data_provider_linux.cc',
1704 ], 1705 ],
1705 }], 1706 }],
1706 ], 1707 ],
1707 } 1708 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/media/mock_media_observer.h ('k') | content/public/browser/media_capture_devices.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698