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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 }, | 63 }, |
64 { | 64 { |
65 'target_name': 'provision_fetcher_api', | 65 'target_name': 'provision_fetcher_api', |
66 'type': 'static_library', | 66 'type': 'static_library', |
67 'dependencies': [ | 67 'dependencies': [ |
68 'provision_fetcher_mojo_bindings', | 68 'provision_fetcher_mojo_bindings', |
69 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings', | 69 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings', |
70 '../../../services/shell/shell_public.gyp:shell_public', | 70 '../../../services/shell/shell_public.gyp:shell_public', |
71 ], | 71 ], |
72 }, | 72 }, |
| 73 { |
| 74 # GN version: //media/mojo/interfaces:image_capture |
| 75 'target_name': 'image_capture_mojo_bindings', |
| 76 'type': 'static_library', |
| 77 'includes': [ |
| 78 '../../../mojo/mojom_bindings_generator.gypi', |
| 79 ], |
| 80 'sources': [ |
| 81 'image_capture.mojom', |
| 82 ], |
| 83 }, |
| 84 { |
| 85 # GN version: //media/mojo/interfaces:image_capture |
| 86 'target_name': 'image_capture_mojo_bindings_for_blink', |
| 87 'type': 'static_library', |
| 88 'variables': { |
| 89 'for_blink': 'true', |
| 90 }, |
| 91 'includes': [ |
| 92 '../../../mojo/mojom_bindings_generator.gypi', |
| 93 ], |
| 94 'sources': [ |
| 95 'image_capture.mojom', |
| 96 ], |
| 97 }, |
73 ], | 98 ], |
74 } | 99 } |
OLD | NEW |