| 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': '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 Loading... |
| 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 ], |
| 59 }, |
| 60 'dependencies': [ |
| 61 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 62 ], |
| 63 'includes': [ '../../../mojo/mojom_bindings_generator_explicit.gypi' ], |
| 64 }, |
| 65 { |
| 66 'target_name': 'audio_output_mojom_bindings', |
| 67 'type': 'static_library', |
| 68 'dependencies': [ |
| 69 'audio_output_mojom', |
| 70 ], |
| 71 }, |
| 72 |
| 50 ], | 73 ], |
| 51 } | 74 } |
| OLD | NEW |