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

Side by Side Diff: media/media.gyp

Issue 1896883002: Mojo interfaces needed for switching audio rendering stream creation and closing from IPC to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 # GN version: //media 71 # GN version: //media
72 'target_name': 'media', 72 'target_name': 'media',
73 'type': '<(component)', 73 'type': '<(component)',
74 'dependencies': [ 74 'dependencies': [
75 'media_features', 75 'media_features',
76 '../base/base.gyp:base', 76 '../base/base.gyp:base',
77 '../base/base.gyp:base_i18n', 77 '../base/base.gyp:base_i18n',
78 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 78 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
79 '../crypto/crypto.gyp:crypto', 79 '../crypto/crypto.gyp:crypto',
80 '../gpu/gpu.gyp:command_buffer_common', 80 '../gpu/gpu.gyp:command_buffer_common',
81 '../media/mojo/interfaces/mojo_bindings.gyp:audio_output_mojom_bindings' ,
81 '../skia/skia.gyp:skia', 82 '../skia/skia.gyp:skia',
82 '../third_party/libwebm/libwebm.gyp:libwebm', 83 '../third_party/libwebm/libwebm.gyp:libwebm',
83 '../third_party/libyuv/libyuv.gyp:libyuv', 84 '../third_party/libyuv/libyuv.gyp:libyuv',
84 '../third_party/opus/opus.gyp:opus', 85 '../third_party/opus/opus.gyp:opus',
85 '../ui/events/events.gyp:events_base', 86 '../ui/events/events.gyp:events_base',
86 '../ui/gfx/gfx.gyp:gfx', 87 '../ui/gfx/gfx.gyp:gfx',
87 '../ui/gfx/gfx.gyp:gfx_geometry', 88 '../ui/gfx/gfx.gyp:gfx_geometry',
88 '../url/url.gyp:url_lib', 89 '../url/url.gyp:url_lib',
89 'shared_memory_support', 90 'shared_memory_support',
90 ], 91 ],
(...skipping 1977 matching lines...) Expand 10 before | Expand all | Expand 10 after
2068 'dependencies': [ 2069 'dependencies': [
2069 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2070 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2070 ], 2071 ],
2071 }], 2072 }],
2072 ], 2073 ],
2073 }, 2074 },
2074 ], 2075 ],
2075 }], 2076 }],
2076 ], 2077 ],
2077 } 2078 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698