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

Side by Side Diff: content/content_renderer.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', 7 '../base/base.gyp:base',
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/cc.gyp:cc_proto', 10 '../cc/cc.gyp:cc_proto',
11 '../cc/blink/cc_blink.gyp:cc_blink', 11 '../cc/blink/cc_blink.gyp:cc_blink',
12 '../components/scheduler/scheduler.gyp:scheduler', 12 '../components/scheduler/scheduler.gyp:scheduler',
13 '../components/url_formatter/url_formatter.gyp:url_formatter', 13 '../components/url_formatter/url_formatter.gyp:url_formatter',
14 '../device/battery/battery.gyp:device_battery', 14 '../device/battery/battery.gyp:device_battery',
15 '../device/battery/battery.gyp:device_battery_mojo_bindings', 15 '../device/battery/battery.gyp:device_battery_mojo_bindings',
16 '../device/usb/usb.gyp:device_usb_mojo_bindings', 16 '../device/usb/usb.gyp:device_usb_mojo_bindings',
17 '../device/vibration/vibration.gyp:device_vibration', 17 '../device/vibration/vibration.gyp:device_vibration',
18 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 18 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
19 '../gin/gin.gyp:gin', 19 '../gin/gin.gyp:gin',
20 '../gpu/gpu.gyp:gpu', 20 '../gpu/gpu.gyp:gpu',
21 '../ipc/ipc.gyp:ipc', 21 '../ipc/ipc.gyp:ipc',
22 '../jingle/jingle.gyp:jingle_glue', 22 '../jingle/jingle.gyp:jingle_glue',
23 '../media/blink/media_blink.gyp:media_blink', 23 '../media/blink/media_blink.gyp:media_blink',
24 '../media/media.gyp:media', 24 '../media/media.gyp:media',
25 '../media/mojo/interfaces/mojo_bindings.gyp:audio_output_mojom_bindings',
25 '../mojo/mojo_base.gyp:mojo_geometry_lib', 26 '../mojo/mojo_base.gyp:mojo_geometry_lib',
26 '../mojo/mojo_base.gyp:mojo_url_type_converters', 27 '../mojo/mojo_base.gyp:mojo_url_type_converters',
27 '../mojo/mojo_edk.gyp:mojo_js_lib', 28 '../mojo/mojo_edk.gyp:mojo_js_lib',
28 '../net/net.gyp:net', 29 '../net/net.gyp:net',
29 '../services/shell/shell.gyp:shell_public', 30 '../services/shell/shell.gyp:shell_public',
30 '../skia/skia.gyp:skia', 31 '../skia/skia.gyp:skia',
31 '../skia/skia.gyp:skia_mojo', 32 '../skia/skia.gyp:skia_mojo',
32 '../storage/storage_common.gyp:storage_common', 33 '../storage/storage_common.gyp:storage_common',
33 '../third_party/WebKit/public/blink.gyp:blink', 34 '../third_party/WebKit/public/blink.gyp:blink',
34 '../third_party/boringssl/boringssl.gyp:boringssl', 35 '../third_party/boringssl/boringssl.gyp:boringssl',
35 '../third_party/icu/icu.gyp:icui18n', 36 '../third_party/icu/icu.gyp:icui18n',
36 '../third_party/icu/icu.gyp:icuuc', 37 '../third_party/icu/icu.gyp:icuuc',
37 '../third_party/libjingle/libjingle.gyp:libjingle', 38 '../third_party/libjingle/libjingle.gyp:libjingle',
38 '../third_party/libyuv/libyuv.gyp:libyuv', 39 '../third_party/libyuv/libyuv.gyp:libyuv',
39 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 40 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
40 '../ui/accessibility/accessibility.gyp:accessibility', 41 '../ui/accessibility/accessibility.gyp:accessibility',
41 '../ui/events/blink/events_blink.gyp:events_blink', 42 '../ui/events/blink/events_blink.gyp:events_blink',
42 '../ui/events/events.gyp:dom_keycode_converter', 43 '../ui/events/events.gyp:dom_keycode_converter',
43 '../ui/gfx/gfx.gyp:gfx', 44 '../ui/gfx/gfx.gyp:gfx',
44 '../ui/gfx/gfx.gyp:gfx_geometry', 45 '../ui/gfx/gfx.gyp:gfx_geometry',
45 '../ui/native_theme/native_theme.gyp:native_theme', 46 '../ui/native_theme/native_theme.gyp:native_theme',
46 '../ui/surface/surface.gyp:surface', 47 '../ui/surface/surface.gyp:surface',
47 '../url/ipc/url_ipc.gyp:url_ipc', 48 '../url/ipc/url_ipc.gyp:url_ipc',
48 '../v8/tools/gyp/v8.gyp:v8', 49 '../v8/tools/gyp/v8.gyp:v8',
50 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
Henrik Grunell 2016/05/02 12:12:23 Put them in alphabetical order.
rchtara 2016/05/23 16:38:18 Done.
51 '../mojo/mojo_public.gyp:mojo_js_bindings',
49 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 52 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
50 ], 53 ],
51 'include_dirs': [ 54 'include_dirs': [
52 '..', 55 '..',
53 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. 56 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc.
54 ], 57 ],
55 'variables': { 58 'variables': {
56 'public_renderer_sources': [ 59 'public_renderer_sources': [
57 'public/renderer/android_content_detection_prefixes.cc', 60 'public/renderer/android_content_detection_prefixes.cc',
58 'public/renderer/android_content_detection_prefixes.h', 61 'public/renderer/android_content_detection_prefixes.h',
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 'renderer/manifest/manifest_manager.h', 275 'renderer/manifest/manifest_manager.h',
273 'renderer/manifest/manifest_parser.cc', 276 'renderer/manifest/manifest_parser.cc',
274 'renderer/manifest/manifest_parser.h', 277 'renderer/manifest/manifest_parser.h',
275 'renderer/manifest/manifest_uma_util.cc', 278 'renderer/manifest/manifest_uma_util.cc',
276 'renderer/manifest/manifest_uma_util.h', 279 'renderer/manifest/manifest_uma_util.h',
277 'renderer/media/aec_dump_message_filter.cc', 280 'renderer/media/aec_dump_message_filter.cc',
278 'renderer/media/aec_dump_message_filter.h', 281 'renderer/media/aec_dump_message_filter.h',
279 'renderer/media/android/media_info_loader.cc', 282 'renderer/media/android/media_info_loader.cc',
280 'renderer/media/android/media_info_loader.h', 283 'renderer/media/android/media_info_loader.h',
281 'renderer/media/android/media_source_delegate.cc', 284 'renderer/media/android/media_source_delegate.cc',
285 'renderer/media/audio_output_client.cc',
Henrik Grunell 2016/05/02 12:12:23 Ditto.
rchtara 2016/05/23 16:38:18 Done.
286 'renderer/media/audio_output_client.h',
282 'renderer/media/android/media_source_delegate.h', 287 'renderer/media/android/media_source_delegate.h',
283 'renderer/media/android/renderer_demuxer_android.cc', 288 'renderer/media/android/renderer_demuxer_android.cc',
284 'renderer/media/android/renderer_demuxer_android.h', 289 'renderer/media/android/renderer_demuxer_android.h',
285 'renderer/media/android/renderer_media_player_manager.cc', 290 'renderer/media/android/renderer_media_player_manager.cc',
286 'renderer/media/android/renderer_media_player_manager.h', 291 'renderer/media/android/renderer_media_player_manager.h',
287 'renderer/media/android/renderer_media_session_manager.cc', 292 'renderer/media/android/renderer_media_session_manager.cc',
288 'renderer/media/android/renderer_media_session_manager.h', 293 'renderer/media/android/renderer_media_session_manager.h',
289 'renderer/media/android/renderer_surface_view_manager.cc', 294 'renderer/media/android/renderer_surface_view_manager.cc',
290 'renderer/media/android/renderer_surface_view_manager.h', 295 'renderer/media/android/renderer_surface_view_manager.h',
291 'renderer/media/android/stream_texture_factory.h', 296 'renderer/media/android/stream_texture_factory.h',
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
922 }], 927 }],
923 ], 928 ],
924 'target_conditions': [ 929 'target_conditions': [
925 ['OS=="android"', { 930 ['OS=="android"', {
926 'sources/': [ 931 'sources/': [
927 ['include', '^renderer/render_view_linux\\.cc$'], 932 ['include', '^renderer/render_view_linux\\.cc$'],
928 ], 933 ],
929 }], 934 }],
930 ], 935 ],
931 } 936 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698