OLD | NEW |
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 '../media/mojo/interfaces/mojo_bindings.gyp:audio_output_mojom_bindings', |
| 27 '../mojo/mojo_base.gyp:mojo_application_base', |
26 '../mojo/mojo_base.gyp:mojo_geometry_lib', | 28 '../mojo/mojo_base.gyp:mojo_geometry_lib', |
27 '../mojo/mojo_base.gyp:mojo_url_type_converters', | 29 '../mojo/mojo_base.gyp:mojo_url_type_converters', |
28 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 30 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
29 '../mojo/mojo_public.gyp:mojo_js_bindings', | 31 '../mojo/mojo_public.gyp:mojo_js_bindings', |
30 '../net/net.gyp:http_server', | 32 '../net/net.gyp:http_server', |
31 '../net/net.gyp:net', | 33 '../net/net.gyp:net', |
32 '../net/net.gyp:net_extras', | 34 '../net/net.gyp:net_extras', |
33 '../sandbox/sandbox.gyp:sandbox', | 35 '../sandbox/sandbox.gyp:sandbox', |
34 '../services/shell/shell.gyp:shell_lib', | 36 '../services/shell/shell.gyp:shell_lib', |
35 '../services/shell/shell.gyp:shell_public', | 37 '../services/shell/shell.gyp:shell_public', |
(...skipping 1706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1742 ], | 1744 ], |
1743 | 1745 |
1744 'auralinux_browser_sources': [ | 1746 'auralinux_browser_sources': [ |
1745 'browser/accessibility/accessibility_tree_formatter_auralinux.cc', | 1747 'browser/accessibility/accessibility_tree_formatter_auralinux.cc', |
1746 'browser/accessibility/browser_accessibility_auralinux.cc', | 1748 'browser/accessibility/browser_accessibility_auralinux.cc', |
1747 'browser/accessibility/browser_accessibility_auralinux.h', | 1749 'browser/accessibility/browser_accessibility_auralinux.h', |
1748 'browser/accessibility/browser_accessibility_manager_auralinux.cc', | 1750 'browser/accessibility/browser_accessibility_manager_auralinux.cc', |
1749 'browser/accessibility/browser_accessibility_manager_auralinux.h', | 1751 'browser/accessibility/browser_accessibility_manager_auralinux.h', |
1750 ], | 1752 ], |
1751 'webrtc_browser_sources': [ | 1753 'webrtc_browser_sources': [ |
| 1754 'browser/media/audio_output_impl.cc', |
| 1755 'browser/media/audio_output_impl.h', |
1752 'browser/media/webrtc/webrtc_internals.cc', | 1756 'browser/media/webrtc/webrtc_internals.cc', |
1753 'browser/media/webrtc/webrtc_internals.h', | 1757 'browser/media/webrtc/webrtc_internals.h', |
1754 'browser/media/webrtc/webrtc_internals_message_handler.cc', | 1758 'browser/media/webrtc/webrtc_internals_message_handler.cc', |
1755 'browser/media/webrtc/webrtc_internals_message_handler.h', | 1759 'browser/media/webrtc/webrtc_internals_message_handler.h', |
1756 'browser/media/webrtc/webrtc_internals_ui.cc', | 1760 'browser/media/webrtc/webrtc_internals_ui.cc', |
1757 'browser/media/webrtc/webrtc_internals_ui.h', | 1761 'browser/media/webrtc/webrtc_internals_ui.h', |
1758 'browser/media/webrtc/webrtc_internals_ui_observer.h', | 1762 'browser/media/webrtc/webrtc_internals_ui_observer.h', |
1759 'browser/renderer_host/media/peer_connection_tracker_host.cc', | 1763 'browser/renderer_host/media/peer_connection_tracker_host.cc', |
1760 'browser/renderer_host/media/peer_connection_tracker_host.h', | 1764 'browser/renderer_host/media/peer_connection_tracker_host.h', |
1761 'browser/renderer_host/media/webrtc_identity_service_host.cc', | 1765 'browser/renderer_host/media/webrtc_identity_service_host.cc', |
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2217 ['enable_webvr==1 and OS=="android"', { | 2221 ['enable_webvr==1 and OS=="android"', { |
2218 'sources': [ | 2222 'sources': [ |
2219 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2223 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
2220 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2224 'browser/vr/android/cardboard/cardboard_vr_device.h', |
2221 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2225 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
2222 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2226 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
2223 ], | 2227 ], |
2224 }], | 2228 }], |
2225 ], | 2229 ], |
2226 } | 2230 } |
OLD | NEW |