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

Side by Side Diff: media/mojo/interfaces/mojo_bindings.gyp

Issue 2279593004: Delete gyp files from media/ (Closed)
Patch Set: Created 4 years, 3 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/midi/midi.gyp ('k') | media/shared_memory_support.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4 {
5 'targets': [
6 {
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 'use_new_wrapper_types': 'false',
16 },
17 'dependencies': [
18 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
19 ],
20 'includes': [ '../../../mojo/mojom_bindings_generator_explicit.gypi' ],
21 'mojom_typemaps': [
22 'audio_parameters.typemap',
23 ],
24 },
25 {
26 'target_name': 'audio_output_mojom_bindings',
27 'type': 'static_library',
28 'dependencies': [
29 'audio_output_mojom',
30 ],
31 },
32 {
33 # GN version: //media/mojo/interfaces
34 'target_name': 'platform_verification_mojo_bindings',
35 'type': 'none',
36 'sources': [
37 'platform_verification.mojom',
38 ],
39 'includes': [ '../../../mojo/mojom_bindings_generator.gypi' ],
40 'variables': {
41 'use_new_wrapper_types': 'false',
42 },
43 },
44 {
45 'target_name': 'platform_verification_api',
46 'type': 'static_library',
47 'dependencies': [
48 'platform_verification_mojo_bindings',
49 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
50 '../../../services/shell/shell_public.gyp:shell_public',
51 ],
52 'sources': [
53 '<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/platform_verification. mojom.cc',
54 '<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/platform_verification. mojom.h',
55 ],
56 },
57 {
58 # GN version: //media/mojo/interfaces
59 'target_name': 'provision_fetcher_mojo_bindings',
60 'type': 'none',
61 'variables': {
62 'mojom_files': [
63 'provision_fetcher.mojom',
64 ],
65 'use_new_wrapper_types': 'false',
66 },
67 'includes': [ '../../../mojo/mojom_bindings_generator_explicit.gypi' ],
68 },
69 {
70 'target_name': 'provision_fetcher_api',
71 'type': 'static_library',
72 'dependencies': [
73 'provision_fetcher_mojo_bindings',
74 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
75 '../../../services/shell/shell_public.gyp:shell_public',
76 ],
77 },
78 {
79 # GN version: //media/mojo/interfaces:image_capture
80 'target_name': 'image_capture_mojo_bindings',
81 'type': 'static_library',
82 'includes': [
83 '../../../mojo/mojom_bindings_generator.gypi',
84 ],
85 'sources': [
86 'image_capture.mojom',
87 ],
88 },
89 {
90 # GN version: //media/mojo/interfaces:image_capture
91 'target_name': 'image_capture_mojo_bindings_for_blink',
92 'type': 'static_library',
93 'variables': {
94 'for_blink': 'true',
95 },
96 'includes': [
97 '../../../mojo/mojom_bindings_generator.gypi',
98 ],
99 'sources': [
100 'image_capture.mojom',
101 ],
102 },
103 ],
104 }
OLDNEW
« no previous file with comments | « media/midi/midi.gyp ('k') | media/shared_memory_support.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698