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

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: render_frame_id 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_tests.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 '../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/vibration/vibration.gyp:device_vibration', 16 '../device/vibration/vibration.gyp:device_vibration',
17 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 17 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
18 '../gin/gin.gyp:gin', 18 '../gin/gin.gyp:gin',
19 '../gpu/gpu.gyp:gpu', 19 '../gpu/gpu.gyp:gpu',
20 '../ipc/ipc.gyp:ipc', 20 '../ipc/ipc.gyp:ipc',
21 '../jingle/jingle.gyp:jingle_glue', 21 '../jingle/jingle.gyp:jingle_glue',
22 '../media/blink/media_blink.gyp:media_blink', 22 '../media/blink/media_blink.gyp:media_blink',
23 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_client', 23 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_client',
24 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_common', 24 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_common',
25 '../media/media.gyp:media', 25 '../media/media.gyp:media',
26 '../media/mojo/interfaces/mojo_bindings.gyp:audio_output_mojom_bindings',
26 '../media/media.gyp:media_gpu', 27 '../media/media.gyp:media_gpu',
27 '../mojo/mojo_base.gyp:mojo_geometry_lib', 28 '../mojo/mojo_base.gyp:mojo_geometry_lib',
28 '../mojo/mojo_base.gyp:mojo_url_type_converters', 29 '../mojo/mojo_base.gyp:mojo_url_type_converters',
29 '../mojo/mojo_edk.gyp:mojo_js_lib', 30 '../mojo/mojo_edk.gyp:mojo_js_lib',
30 '../net/net.gyp:net', 31 '../net/net.gyp:net',
31 '../services/shell/shell.gyp:shell_public', 32 '../services/shell/shell.gyp:shell_public',
32 '../skia/skia.gyp:skia', 33 '../skia/skia.gyp:skia',
33 '../skia/skia.gyp:skia_mojo', 34 '../skia/skia.gyp:skia_mojo',
34 '../storage/storage_common.gyp:storage_common', 35 '../storage/storage_common.gyp:storage_common',
35 '../third_party/WebKit/public/blink.gyp:blink', 36 '../third_party/WebKit/public/blink.gyp:blink',
36 '../third_party/boringssl/boringssl.gyp:boringssl', 37 '../third_party/boringssl/boringssl.gyp:boringssl',
37 '../third_party/icu/icu.gyp:icui18n', 38 '../third_party/icu/icu.gyp:icui18n',
38 '../third_party/icu/icu.gyp:icuuc', 39 '../third_party/icu/icu.gyp:icuuc',
39 '../third_party/libjingle/libjingle.gyp:libjingle', 40 '../third_party/libjingle/libjingle.gyp:libjingle',
40 '../third_party/libyuv/libyuv.gyp:libyuv', 41 '../third_party/libyuv/libyuv.gyp:libyuv',
41 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 42 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
42 '../ui/accessibility/accessibility.gyp:accessibility', 43 '../ui/accessibility/accessibility.gyp:accessibility',
43 '../ui/display/display.gyp:display', 44 '../ui/display/display.gyp:display',
44 '../ui/events/blink/events_blink.gyp:events_blink', 45 '../ui/events/blink/events_blink.gyp:events_blink',
45 '../ui/events/events.gyp:dom_keycode_converter', 46 '../ui/events/events.gyp:dom_keycode_converter',
46 '../ui/gfx/gfx.gyp:gfx', 47 '../ui/gfx/gfx.gyp:gfx',
47 '../ui/gfx/gfx.gyp:gfx_geometry', 48 '../ui/gfx/gfx.gyp:gfx_geometry',
48 '../ui/gfx/gfx.gyp:gfx_range', 49 '../ui/gfx/gfx.gyp:gfx_range',
49 '../ui/native_theme/native_theme.gyp:native_theme', 50 '../ui/native_theme/native_theme.gyp:native_theme',
50 '../ui/surface/surface.gyp:surface', 51 '../ui/surface/surface.gyp:surface',
51 '../url/ipc/url_ipc.gyp:url_ipc', 52 '../url/ipc/url_ipc.gyp:url_ipc',
52 '../v8/src/v8.gyp:v8', 53 '../v8/src/v8.gyp:v8',
54 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
55 '../mojo/mojo_public.gyp:mojo_js_bindings',
53 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 56 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
54 ], 57 ],
55 'include_dirs': [ 58 'include_dirs': [
56 '..', 59 '..',
57 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. 60 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc.
58 ], 61 ],
59 'variables': { 62 'variables': {
60 'public_renderer_sources': [ 63 'public_renderer_sources': [
61 'public/renderer/android_content_detection_prefixes.cc', 64 'public/renderer/android_content_detection_prefixes.cc',
62 'public/renderer/android_content_detection_prefixes.h', 65 'public/renderer/android_content_detection_prefixes.h',
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'renderer/manifest/manifest_manager.h', 279 'renderer/manifest/manifest_manager.h',
277 'renderer/manifest/manifest_parser.cc', 280 'renderer/manifest/manifest_parser.cc',
278 'renderer/manifest/manifest_parser.h', 281 'renderer/manifest/manifest_parser.h',
279 'renderer/manifest/manifest_uma_util.cc', 282 'renderer/manifest/manifest_uma_util.cc',
280 'renderer/manifest/manifest_uma_util.h', 283 'renderer/manifest/manifest_uma_util.h',
281 'renderer/media/aec_dump_message_filter.cc', 284 'renderer/media/aec_dump_message_filter.cc',
282 'renderer/media/aec_dump_message_filter.h', 285 'renderer/media/aec_dump_message_filter.h',
283 'renderer/media/android/media_info_loader.cc', 286 'renderer/media/android/media_info_loader.cc',
284 'renderer/media/android/media_info_loader.h', 287 'renderer/media/android/media_info_loader.h',
285 'renderer/media/android/media_source_delegate.cc', 288 'renderer/media/android/media_source_delegate.cc',
289 'renderer/media/audio_output_client.cc',
290 'renderer/media/audio_output_client.h',
286 'renderer/media/android/media_source_delegate.h', 291 'renderer/media/android/media_source_delegate.h',
287 'renderer/media/android/renderer_demuxer_android.cc', 292 'renderer/media/android/renderer_demuxer_android.cc',
288 'renderer/media/android/renderer_demuxer_android.h', 293 'renderer/media/android/renderer_demuxer_android.h',
289 'renderer/media/android/renderer_media_player_manager.cc', 294 'renderer/media/android/renderer_media_player_manager.cc',
290 'renderer/media/android/renderer_media_player_manager.h', 295 'renderer/media/android/renderer_media_player_manager.h',
291 'renderer/media/android/renderer_media_session_manager.cc', 296 'renderer/media/android/renderer_media_session_manager.cc',
292 'renderer/media/android/renderer_media_session_manager.h', 297 'renderer/media/android/renderer_media_session_manager.h',
293 'renderer/media/android/renderer_surface_view_manager.cc', 298 'renderer/media/android/renderer_surface_view_manager.cc',
294 'renderer/media/android/renderer_surface_view_manager.h', 299 'renderer/media/android/renderer_surface_view_manager.h',
295 'renderer/media/android/stream_texture_factory.cc', 300 'renderer/media/android/stream_texture_factory.cc',
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 }], 926 }],
922 ], 927 ],
923 'target_conditions': [ 928 'target_conditions': [
924 ['OS=="android"', { 929 ['OS=="android"', {
925 'sources/': [ 930 'sources/': [
926 ['include', '^renderer/render_view_linux\\.cc$'], 931 ['include', '^renderer/render_view_linux\\.cc$'],
927 ], 932 ],
928 }], 933 }],
929 ], 934 ],
930 } 935 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698