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

Side by Side Diff: media/mojo/interfaces/mojo_bindings.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: rename media.interfaces - media.mojom 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 | « media/mojo/interfaces/audio_parameters.typemap ('k') | media/mojo/interfaces/typemaps.gni » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'targets': [ 5 'targets': [
6 { 6 {
7 # GN version: //media/mojo/interfaces 7 # GN version: //media/mojo/interfaces
8 'target_name': 'audio_output_mojom',
9 'type': 'none',
10 'variables': {
11 'mojom_files': [
12 'audio_output.mojom',
13 'audio_parameters.mojom',
14 ],
15 },
16 'dependencies': [
17 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
18 ],
19 'includes': [ '../../../mojo/mojom_bindings_generator_explicit.gypi' ],
20 'mojom_typemaps': [
21 'audio_parameters.typemap',
22 ],
23 },
24 {
25 'target_name': 'audio_output_mojom_bindings',
26 'type': 'static_library',
27 'dependencies': [
28 'audio_output_mojom',
29 ],
30 },
31 {
32 # GN version: //media/mojo/interfaces
8 'target_name': 'platform_verification_mojo_bindings', 33 'target_name': 'platform_verification_mojo_bindings',
9 'type': 'none', 34 'type': 'none',
10 'sources': [ 35 'sources': [
11 'platform_verification.mojom', 36 'platform_verification.mojom',
12 ], 37 ],
13 'includes': [ '../../../mojo/mojom_bindings_generator.gypi' ], 38 'includes': [ '../../../mojo/mojom_bindings_generator.gypi' ],
14 }, 39 },
15 { 40 {
16 'target_name': 'platform_verification_api', 41 'target_name': 'platform_verification_api',
17 'type': 'static_library', 42 'type': 'static_library',
(...skipping 22 matching lines...) Expand all
40 'target_name': 'provision_fetcher_api', 65 'target_name': 'provision_fetcher_api',
41 'type': 'static_library', 66 'type': 'static_library',
42 'dependencies': [ 67 'dependencies': [
43 'provision_fetcher_mojo_bindings', 68 'provision_fetcher_mojo_bindings',
44 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings', 69 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
45 '../../../services/shell/shell_public.gyp:shell_public', 70 '../../../services/shell/shell_public.gyp:shell_public',
46 ], 71 ],
47 }, 72 },
48 ], 73 ],
49 } 74 }
OLDNEW
« no previous file with comments | « media/mojo/interfaces/audio_parameters.typemap ('k') | media/mojo/interfaces/typemaps.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698