OLD | NEW |
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', | 8 'target_name': 'audio_output_mojom', |
9 'type': 'none', | 9 'type': 'none', |
10 'variables': { | 10 'variables': { |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 { | 78 { |
79 # GN version: //media/mojo/interfaces:image_capture | 79 # GN version: //media/mojo/interfaces:image_capture |
80 'target_name': 'image_capture_mojo_bindings', | 80 'target_name': 'image_capture_mojo_bindings', |
81 'type': 'static_library', | 81 'type': 'static_library', |
82 'includes': [ | 82 'includes': [ |
83 '../../../mojo/mojom_bindings_generator.gypi', | 83 '../../../mojo/mojom_bindings_generator.gypi', |
84 ], | 84 ], |
85 'sources': [ | 85 'sources': [ |
86 'image_capture.mojom', | 86 'image_capture.mojom', |
87 ], | 87 ], |
88 'variables': { | |
89 'use_new_wrapper_types': 'false', | |
90 }, | |
91 }, | 88 }, |
92 { | 89 { |
93 # GN version: //media/mojo/interfaces:image_capture | 90 # GN version: //media/mojo/interfaces:image_capture |
94 'target_name': 'image_capture_mojo_bindings_for_blink', | 91 'target_name': 'image_capture_mojo_bindings_for_blink', |
95 'type': 'static_library', | 92 'type': 'static_library', |
96 'variables': { | 93 'variables': { |
97 'for_blink': 'true', | 94 'for_blink': 'true', |
98 'use_new_wrapper_types': 'false', | |
99 }, | 95 }, |
100 'includes': [ | 96 'includes': [ |
101 '../../../mojo/mojom_bindings_generator.gypi', | 97 '../../../mojo/mojom_bindings_generator.gypi', |
102 ], | 98 ], |
103 'sources': [ | 99 'sources': [ |
104 'image_capture.mojom', | 100 'image_capture.mojom', |
105 ], | 101 ], |
106 }, | 102 }, |
107 ], | 103 ], |
108 } | 104 } |
OLD | NEW |