| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2013 Google Inc. All rights reserved. | 2 # Copyright (C) 2013 Google Inc. All rights reserved. |
| 3 # | 3 # |
| 4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
| 5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
| 6 # met: | 6 # met: |
| 7 # | 7 # |
| 8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
| 9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
| 10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 29 # | 29 # |
| 30 { | 30 { |
| 31 'includes': [ | 31 'includes': [ |
| 32 '../Source/build/features.gypi', | 32 '../Source/build/features.gypi', |
| 33 ], | 33 ], |
| 34 'variables': { | 34 'variables': { |
| 35 # Duplicated in GN: //third_party/WebKit/public:mojo_bindings | 35 # Duplicated in GN: //third_party/WebKit/public:mojo_bindings |
| 36 'blink_mojo_sources': [ | 36 'blink_mojo_sources': [ |
| 37 #'../Source/modules/indexeddb/indexed_db.mojom', |
| 37 'platform/mime_registry.mojom', | 38 'platform/mime_registry.mojom', |
| 38 'platform/modules/background_sync/background_sync.mojom', | 39 'platform/modules/background_sync/background_sync.mojom', |
| 39 'platform/modules/broadcastchannel/broadcast_channel.mojom', | 40 'platform/modules/broadcastchannel/broadcast_channel.mojom', |
| 40 'platform/modules/geolocation/geolocation.mojom', | 41 'platform/modules/geolocation/geolocation.mojom', |
| 41 'platform/modules/hyphenation/hyphenation.mojom', | 42 'platform/modules/hyphenation/hyphenation.mojom', |
| 42 'platform/modules/notifications/notification.mojom', | 43 'platform/modules/notifications/notification.mojom', |
| 43 'platform/modules/notifications/notification_service.mojom', | 44 'platform/modules/notifications/notification_service.mojom', |
| 44 'platform/modules/offscreencanvas/offscreen_canvas_surface.mojom', | 45 'platform/modules/offscreencanvas/offscreen_canvas_surface.mojom', |
| 45 'platform/modules/permissions/permission.mojom', | 46 'platform/modules/permissions/permission.mojom', |
| 46 'platform/modules/permissions/permission_status.mojom', | 47 'platform/modules/permissions/permission_status.mojom', |
| 47 'platform/modules/serviceworker/service_worker_event_status.mojom', | 48 'platform/modules/serviceworker/service_worker_event_status.mojom', |
| 48 'platform/modules/wake_lock/wake_lock_service.mojom', | 49 'platform/modules/wake_lock/wake_lock_service.mojom', |
| 49 'platform/modules/webshare/webshare.mojom', | 50 'platform/modules/webshare/webshare.mojom', |
| 50 ], | 51 ], |
| 52 'blink_mojom_typemaps': [ |
| 53 #'../Source/modules/indexeddb/indexeddb.typemap', |
| 54 ], |
| 51 # Duplicated in GN: //third_party/WebKit/public:android_mojo_bindings | 55 # Duplicated in GN: //third_party/WebKit/public:android_mojo_bindings |
| 52 'blink_android_mojo_sources': [ | 56 'blink_android_mojo_sources': [ |
| 53 'platform/modules/payments/payment_request.mojom', | 57 'platform/modules/payments/payment_request.mojom', |
| 54 ], | 58 ], |
| 55 # Duplicated in GN: //third_party/WebKit/public:new_wrapper_types_mojo_b
indings | 59 # Duplicated in GN: //third_party/WebKit/public:new_wrapper_types_mojo_b
indings |
| 56 'blink_new_wrapper_types_mojo_sources': [ | 60 'blink_new_wrapper_types_mojo_sources': [ |
| 57 'platform/modules/presentation/presentation.mojom', | 61 'platform/modules/presentation/presentation.mojom', |
| 58 ], | 62 ], |
| 59 'blink_typemap_sources': [ | 63 'blink_typemap_sources': [ |
| 60 '<(DEPTH)/cc/ipc/surface_id.typemap', | 64 '<(DEPTH)/cc/ipc/surface_id.typemap', |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 '<@(blink_mojo_sources)', | 127 '<@(blink_mojo_sources)', |
| 124 '<@(blink_android_mojo_sources)', | 128 '<@(blink_android_mojo_sources)', |
| 125 'platform/modules/bluetooth/web_bluetooth.mojom', | 129 'platform/modules/bluetooth/web_bluetooth.mojom', |
| 126 ], | 130 ], |
| 127 'mojom_typemaps': [ | 131 'mojom_typemaps': [ |
| 128 '../Source/platform/mojo/SecurityOrigin.typemap', | 132 '../Source/platform/mojo/SecurityOrigin.typemap', |
| 129 '<@(blink_typemap_sources)', | 133 '<@(blink_typemap_sources)', |
| 130 ], | 134 ], |
| 131 'for_blink': 'true', | 135 'for_blink': 'true', |
| 132 'use_new_wrapper_types': 'false', | 136 'use_new_wrapper_types': 'false', |
| 137 'mojom_typemaps': [ |
| 138 '<@(blink_mojom_typemaps)', |
| 139 ], |
| 140 }, |
| 141 'includes': [ |
| 142 '../../../mojo/mojom_bindings_generator_explicit.gypi', |
| 143 ], |
| 144 }, |
| 145 { |
| 146 # GN version: //third_party/WebKit/public:url_origin_bindings_blink_
mojom |
| 147 'target_name': 'url_origin_bindings_blink_mojom', |
| 148 'type': 'none', |
| 149 'variables': { |
| 150 'mojom_files': [ |
| 151 '<(DEPTH)/url/mojo/origin.mojom', |
| 152 ], |
| 153 'for_blink': 'true', |
| 154 'mojom_typemaps': [ |
| 155 'platform/core/mojo/origin.typemap', |
| 156 ], |
| 133 }, | 157 }, |
| 134 'dependencies' : [ | 158 'dependencies' : [ |
| 135 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces_blink', | 159 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces_blink', |
| 136 '<(DEPTH)/url/url.gyp:url_mojom_for_blink', | 160 '<(DEPTH)/url/url.gyp:url_mojom_for_blink', |
| 137 ], | 161 ], |
| 138 'includes': [ | 162 'includes': [ |
| 139 '../../../mojo/mojom_bindings_generator_explicit.gypi', | 163 '../../../mojo/mojom_bindings_generator_explicit.gypi', |
| 140 ], | 164 ], |
| 141 }, | 165 }, |
| 142 { | 166 { |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 # GN version: //third_party/WebKit/public:mojo_bindings | 234 # GN version: //third_party/WebKit/public:mojo_bindings |
| 211 'target_name': 'mojo_bindings', | 235 'target_name': 'mojo_bindings', |
| 212 # Needed because of dependency on generated headers. | 236 # Needed because of dependency on generated headers. |
| 213 'hard_dependency': '1', | 237 'hard_dependency': '1', |
| 214 'type': 'static_library', | 238 'type': 'static_library', |
| 215 'dependencies': [ | 239 'dependencies': [ |
| 216 'mojo_bindings_blink_mojom', | 240 'mojo_bindings_blink_mojom', |
| 217 'mojo_bindings_mojom', | 241 'mojo_bindings_mojom', |
| 218 'new_wrapper_types_mojo_bindings_blink_mojom', | 242 'new_wrapper_types_mojo_bindings_blink_mojom', |
| 219 'new_wrapper_types_mojo_bindings_mojom', | 243 'new_wrapper_types_mojo_bindings_mojom', |
| 244 'url_origin_bindings_blink_mojom', |
| 220 '../../../device/bluetooth/bluetooth.gyp:bluetooth_mojom', | 245 '../../../device/bluetooth/bluetooth.gyp:bluetooth_mojom', |
| 221 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings', | 246 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 222 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces', | 247 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces', |
| 223 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces_blink', | 248 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces_blink', |
| 224 ], | 249 ], |
| 225 }, | 250 }, |
| 226 ], | 251 ], |
| 227 'conditions': [ | 252 'conditions': [ |
| 228 ['OS == "android"', { | 253 ['OS == "android"', { |
| 229 'targets': [ | 254 'targets': [ |
| (...skipping 14 matching lines...) Expand all Loading... |
| 244 'type': 'static_library', | 269 'type': 'static_library', |
| 245 'dependencies': [ | 270 'dependencies': [ |
| 246 'android_mojo_bindings_mojom', | 271 'android_mojo_bindings_mojom', |
| 247 '../../../mojo/mojo_public.gyp:mojo_bindings_java', | 272 '../../../mojo/mojo_public.gyp:mojo_bindings_java', |
| 248 ], | 273 ], |
| 249 }, | 274 }, |
| 250 ], | 275 ], |
| 251 }], | 276 }], |
| 252 ], | 277 ], |
| 253 } | 278 } |
| OLD | NEW |