OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # GN version: //content/common:mojo_bindings | 8 # GN version: //content/common:mojo_bindings |
9 'target_name': 'content_common_mojo_bindings_mojom', | 9 'target_name': 'content_common_mojo_bindings_mojom', |
10 'type': 'none', | 10 'type': 'none', |
11 'variables': { | 11 'variables': { |
12 'mojom_extra_generator_args': [ | 12 'mojom_extra_generator_args': [ |
13 '--typemap', '<(DEPTH)/url/mojo/origin.typemap', | 13 '--typemap', '<(DEPTH)/url/mojo/origin.typemap', |
| 14 '--typemap', '<(DEPTH)/url/mojo/gurl.typemap', |
14 ], | 15 ], |
15 'mojom_files': [ | 16 'mojom_files': [ |
16 # NOTE: Sources duplicated in //content/common/BUILD.gn:mojo_bindings. | 17 # NOTE: Sources duplicated in //content/common/BUILD.gn:mojo_bindings. |
17 'common/application_setup.mojom', | 18 'common/application_setup.mojom', |
18 'common/background_sync_service.mojom', | 19 'common/background_sync_service.mojom', |
19 'common/geolocation_service.mojom', | 20 'common/geolocation_service.mojom', |
20 'common/image_downloader/image_downloader.mojom', | 21 'common/image_downloader/image_downloader.mojom', |
21 'common/leveldb_wrapper.mojom', | 22 'common/leveldb_wrapper.mojom', |
22 'common/permission_service.mojom', | 23 'common/permission_service.mojom', |
23 'common/presentation/presentation_service.mojom', | 24 'common/presentation/presentation_service.mojom', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 'type': 'static_library', | 57 'type': 'static_library', |
57 'variables': { | 58 'variables': { |
58 'enable_wexit_time_destructors': 1, | 59 'enable_wexit_time_destructors': 1, |
59 }, | 60 }, |
60 'dependencies': [ | 61 'dependencies': [ |
61 'content_common_mojo_bindings_mojom', | 62 'content_common_mojo_bindings_mojom', |
62 ], | 63 ], |
63 }, | 64 }, |
64 ] | 65 ] |
65 } | 66 } |
OLD | NEW |