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

Side by Side Diff: content/content_browser.gypi

Issue 1930393002: Switch stream creation and closing in Chrome audio rendering from IPC to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/leveldb/leveldb.gyp:leveldb_lib', 10 '../components/leveldb/leveldb.gyp:leveldb_lib',
11 '../components/mime_util/mime_util.gyp:mime_util', 11 '../components/mime_util/mime_util.gyp:mime_util',
12 '../components/scheduler/scheduler.gyp:scheduler_common', 12 '../components/scheduler/scheduler.gyp:scheduler_common',
13 '../components/url_formatter/url_formatter.gyp:url_formatter', 13 '../components/url_formatter/url_formatter.gyp:url_formatter',
14 '../crypto/crypto.gyp:crypto', 14 '../crypto/crypto.gyp:crypto',
15 '../device/battery/battery.gyp:device_battery', 15 '../device/battery/battery.gyp:device_battery',
16 '../device/battery/battery.gyp:device_battery_mojo_bindings', 16 '../device/battery/battery.gyp:device_battery_mojo_bindings',
17 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 17 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
18 '../device/usb/usb.gyp:device_usb', 18 '../device/usb/usb.gyp:device_usb',
19 '../device/vibration/vibration.gyp:device_vibration', 19 '../device/vibration/vibration.gyp:device_vibration',
20 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 20 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
21 '../gin/gin.gyp:gin', 21 '../gin/gin.gyp:gin',
22 '../google_apis/google_apis.gyp:google_apis', 22 '../google_apis/google_apis.gyp:google_apis',
23 '../gpu/gpu.gyp:gpu', 23 '../gpu/gpu.gyp:gpu',
24 '../gpu/gpu.gyp:gpu_ipc_client', 24 '../gpu/gpu.gyp:gpu_ipc_client',
25 '../gpu/gpu.gyp:gpu_ipc_common', 25 '../gpu/gpu.gyp:gpu_ipc_common',
26 '../mojo/mojo_base.gyp:mojo_geometry_lib', 26 '../media/mojo/interfaces/mojo_bindings.gyp:audio_output_mojom_bindings',
27 '../mojo/mojo_base.gyp:mojo_url_type_converters',
28 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 27 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
29 '../mojo/mojo_public.gyp:mojo_js_bindings', 28 '../mojo/mojo_public.gyp:mojo_js_bindings',
30 '../net/net.gyp:http_server', 29 '../net/net.gyp:http_server',
31 '../net/net.gyp:net', 30 '../net/net.gyp:net',
32 '../net/net.gyp:net_extras', 31 '../net/net.gyp:net_extras',
33 '../sandbox/sandbox.gyp:sandbox', 32 '../sandbox/sandbox.gyp:sandbox',
34 '../services/shell/shell.gyp:shell_lib', 33 '../services/shell/shell.gyp:shell_lib',
35 '../services/shell/shell.gyp:shell_public', 34 '../services/shell/shell.gyp:shell_public',
36 '../services/shell/shell.gyp:shell_runner_common_lib', 35 '../services/shell/shell.gyp:shell_runner_common_lib',
37 '../services/shell/shell.gyp:shell_runner_host_lib', 36 '../services/shell/shell.gyp:shell_runner_host_lib',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 '../url/ipc/url_ipc.gyp:url_ipc', 71 '../url/ipc/url_ipc.gyp:url_ipc',
73 'app/resources/content_resources.gyp:content_resources', 72 'app/resources/content_resources.gyp:content_resources',
74 'app/strings/content_strings.gyp:content_strings', 73 'app/strings/content_strings.gyp:content_strings',
75 'browser/background_sync/background_sync_proto.gyp:background_sync_proto', 74 'browser/background_sync/background_sync_proto.gyp:background_sync_proto',
76 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto', 75 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto',
77 'browser/devtools/devtools_resources.gyp:devtools_resources', 76 'browser/devtools/devtools_resources.gyp:devtools_resources',
78 'browser/devtools/devtools.gyp:devtools_protocol_handler', 77 'browser/devtools/devtools.gyp:devtools_protocol_handler',
79 'browser/notifications/notification_proto.gyp:notification_proto', 78 'browser/notifications/notification_proto.gyp:notification_proto',
80 'browser/service_worker/service_worker_proto.gyp:service_worker_proto', 79 'browser/service_worker/service_worker_proto.gyp:service_worker_proto',
81 'browser/speech/proto/speech_proto.gyp:speech_proto', 80 'browser/speech/proto/speech_proto.gyp:speech_proto',
81 '../media/mojo/interfaces/mojo_bindings.gyp:audio_output_mojom_bindings',
Henrik Grunell 2016/05/02 12:12:23 Remove duplicate.
rchtara 2016/05/23 16:38:17 Done.
82 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 82 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
83 ], 83 ],
84 'export_dependent_settings': [ 84 'export_dependent_settings': [
85 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 85 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
86 '../ui/accessibility/accessibility.gyp:ax_gen', 86 '../ui/accessibility/accessibility.gyp:ax_gen',
87 # The public content API headers directly include Blink API headers, so we 87 # The public content API headers directly include Blink API headers, so we
88 # have to export the blink header settings so that relative paths in these 88 # have to export the blink header settings so that relative paths in these
89 # headers resolve correctly. 89 # headers resolve correctly.
90 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 90 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
91 # The public render_widget_host.h needs to re-export skia defines. 91 # The public render_widget_host.h needs to re-export skia defines.
(...skipping 1650 matching lines...) Expand 10 before | Expand all | Expand 10 after
1742 ], 1742 ],
1743 1743
1744 'auralinux_browser_sources': [ 1744 'auralinux_browser_sources': [
1745 'browser/accessibility/accessibility_tree_formatter_auralinux.cc', 1745 'browser/accessibility/accessibility_tree_formatter_auralinux.cc',
1746 'browser/accessibility/browser_accessibility_auralinux.cc', 1746 'browser/accessibility/browser_accessibility_auralinux.cc',
1747 'browser/accessibility/browser_accessibility_auralinux.h', 1747 'browser/accessibility/browser_accessibility_auralinux.h',
1748 'browser/accessibility/browser_accessibility_manager_auralinux.cc', 1748 'browser/accessibility/browser_accessibility_manager_auralinux.cc',
1749 'browser/accessibility/browser_accessibility_manager_auralinux.h', 1749 'browser/accessibility/browser_accessibility_manager_auralinux.h',
1750 ], 1750 ],
1751 'webrtc_browser_sources': [ 1751 'webrtc_browser_sources': [
1752 'browser/media/audio_output_impl.cc',
Henrik Grunell 2016/05/02 12:12:23 This is not only for webrtc. Put them in the priva
rchtara 2016/05/23 16:38:17 Done.
1753 'browser/media/audio_output_impl.h',
1752 'browser/media/webrtc/webrtc_internals.cc', 1754 'browser/media/webrtc/webrtc_internals.cc',
1753 'browser/media/webrtc/webrtc_internals.h', 1755 'browser/media/webrtc/webrtc_internals.h',
1754 'browser/media/webrtc/webrtc_internals_message_handler.cc', 1756 'browser/media/webrtc/webrtc_internals_message_handler.cc',
1755 'browser/media/webrtc/webrtc_internals_message_handler.h', 1757 'browser/media/webrtc/webrtc_internals_message_handler.h',
1756 'browser/media/webrtc/webrtc_internals_ui.cc', 1758 'browser/media/webrtc/webrtc_internals_ui.cc',
1757 'browser/media/webrtc/webrtc_internals_ui.h', 1759 'browser/media/webrtc/webrtc_internals_ui.h',
1758 'browser/media/webrtc/webrtc_internals_ui_observer.h', 1760 'browser/media/webrtc/webrtc_internals_ui_observer.h',
1759 'browser/renderer_host/media/peer_connection_tracker_host.cc', 1761 'browser/renderer_host/media/peer_connection_tracker_host.cc',
1760 'browser/renderer_host/media/peer_connection_tracker_host.h', 1762 'browser/renderer_host/media/peer_connection_tracker_host.h',
1761 'browser/renderer_host/media/webrtc_identity_service_host.cc', 1763 'browser/renderer_host/media/webrtc_identity_service_host.cc',
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
2217 ['enable_webvr==1 and OS=="android"', { 2219 ['enable_webvr==1 and OS=="android"', {
2218 'sources': [ 2220 'sources': [
2219 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2221 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2220 'browser/vr/android/cardboard/cardboard_vr_device.h', 2222 'browser/vr/android/cardboard/cardboard_vr_device.h',
2221 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2223 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2222 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2224 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2223 ], 2225 ],
2224 }], 2226 }],
2225 ], 2227 ],
2226 } 2228 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698