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

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: remove content files 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 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': 'platform_verification_mojo_bindings', 8 'target_name': 'platform_verification_mojo_bindings',
9 'type': 'none', 9 'type': 'none',
10 'sources': [ 10 'sources': [
(...skipping 29 matching lines...) Expand all
40 'dependencies': [ 40 'dependencies': [
41 'provision_fetcher_mojo_bindings', 41 'provision_fetcher_mojo_bindings',
42 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings', 42 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
43 '../../../services/shell/shell.gyp:shell_public', 43 '../../../services/shell/shell.gyp:shell_public',
44 ], 44 ],
45 'sources': [ 45 'sources': [
46 '<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/provision_fetcher.mojo m.cc', 46 '<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/provision_fetcher.mojo m.cc',
47 '<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/provision_fetcher.mojo m.h', 47 '<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/provision_fetcher.mojo m.h',
48 ], 48 ],
49 }, 49 },
50 {
51 # GN version: //content/common:mojo_bindings
52 'includes': [ '../../../mojo/mojom_bindings_generator.gypi' ],
53 'target_name': 'audio_output_mojom',
54 'type': 'none',
55 'variables': {
56 'mojom_files': [
57 'audio_output.mojom',
58 'content_decryption_module.mojom',
59 'decryptor.mojom',
60 'demuxer_stream.mojom',
61 'media_types.mojom',
62 'media_types.mojom',
xhwang 2016/04/29 17:47:57 drop duplicate lines
rchtara 2016/05/02 15:54:11 Done.
63 'output_protection.mojom',
64 'renderer.mojom',
xhwang 2016/04/29 17:47:57 Most of these are never intended to work in GYP bu
rchtara 2016/05/02 15:54:11 Some of these files are used in media_type_convert
xhwang 2016/05/03 00:14:33 sigh... Then should these be part of a target that
rchtara 2016/05/04 08:38:43 There available as dependencies for audio_output_m
65 ],
66 },
67 'dependencies': [
68 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
69 ],
70 'includes': [ '../../../mojo/mojom_bindings_generator_explicit.gypi' ],
71 },
72 {
73 'target_name': 'audio_output_mojom_bindings',
74 'type': 'static_library',
75 'dependencies': [
76 'audio_output_mojom',
77 ],
78 'sources': [
79 '../common/media_type_converters.cc',
80 '../common/media_type_converters.h',
81 '../common/mojo_shared_buffer_video_frame.cc',
82 '../common/mojo_shared_buffer_video_frame.h',
xhwang 2016/04/29 17:47:57 why do you need video frame here?
rchtara 2016/05/02 15:54:11 MojoSharedBufferVideoFrame is used in media_type_c
83 ]
84 },
85
50 ], 86 ],
51 } 87 }
OLDNEW
« media/mojo/interfaces/media_types.mojom ('K') | « media/mojo/interfaces/media_types.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698