Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Side by Side Diff: third_party/WebKit/public/blink.gyp

Issue 2196143002: Revert of [Presentation API] Convert presentation.mojom to new wrapper types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 27 matching lines...) Expand all
38 'platform/modules/background_sync/background_sync.mojom', 38 'platform/modules/background_sync/background_sync.mojom',
39 'platform/modules/bluetooth/web_bluetooth.mojom', 39 'platform/modules/bluetooth/web_bluetooth.mojom',
40 'platform/modules/broadcastchannel/broadcast_channel.mojom', 40 'platform/modules/broadcastchannel/broadcast_channel.mojom',
41 'platform/modules/geolocation/geolocation.mojom', 41 'platform/modules/geolocation/geolocation.mojom',
42 'platform/modules/hyphenation/hyphenation.mojom', 42 'platform/modules/hyphenation/hyphenation.mojom',
43 'platform/modules/notifications/notification.mojom', 43 'platform/modules/notifications/notification.mojom',
44 'platform/modules/notifications/notification_service.mojom', 44 'platform/modules/notifications/notification_service.mojom',
45 'platform/modules/offscreencanvas/offscreen_canvas_surface.mojom', 45 'platform/modules/offscreencanvas/offscreen_canvas_surface.mojom',
46 'platform/modules/permissions/permission.mojom', 46 'platform/modules/permissions/permission.mojom',
47 'platform/modules/permissions/permission_status.mojom', 47 'platform/modules/permissions/permission_status.mojom',
48 'platform/modules/presentation/presentation.mojom',
48 'platform/modules/serviceworker/service_worker_event_status.mojom', 49 'platform/modules/serviceworker/service_worker_event_status.mojom',
49 'platform/modules/wake_lock/wake_lock_service.mojom', 50 'platform/modules/wake_lock/wake_lock_service.mojom',
50 'platform/modules/webshare/webshare.mojom', 51 'platform/modules/webshare/webshare.mojom',
51 ], 52 ],
52 # Duplicated in GN: //third_party/WebKit/public:android_mojo_bindings 53 # Duplicated in GN: //third_party/WebKit/public:android_mojo_bindings
53 'blink_android_mojo_sources': [ 54 'blink_android_mojo_sources': [
54 'platform/modules/payments/payment_request.mojom', 55 'platform/modules/payments/payment_request.mojom',
55 ], 56 ],
56 # Duplicated in GN: //third_party/WebKit/public:new_wrapper_types_mojo_b indings
57 'blink_new_wrapper_types_mojo_sources': [
58 'platform/modules/presentation/presentation.mojom',
59 ],
60 'blink_typemap_sources': [ 57 'blink_typemap_sources': [
61 '<(DEPTH)/cc/ipc/surface_id.typemap', 58 '<(DEPTH)/cc/ipc/surface_id.typemap',
62 '<(DEPTH)/cc/ipc/surface_sequence.typemap', 59 '<(DEPTH)/cc/ipc/surface_sequence.typemap',
63 ], 60 ],
64 }, 61 },
65 'targets': [ 62 'targets': [
66 { 63 {
67 # GN version: //third_party/WebKit/public:blink 64 # GN version: //third_party/WebKit/public:blink
68 'target_name': 'blink', 65 'target_name': 'blink',
69 'type': 'none', 66 'type': 'none',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 }, 130 },
134 'dependencies' : [ 131 'dependencies' : [
135 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces_blink', 132 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces_blink',
136 '<(DEPTH)/url/url.gyp:url_mojom_for_blink', 133 '<(DEPTH)/url/url.gyp:url_mojom_for_blink',
137 ], 134 ],
138 'includes': [ 135 'includes': [
139 '../../../mojo/mojom_bindings_generator_explicit.gypi', 136 '../../../mojo/mojom_bindings_generator_explicit.gypi',
140 ], 137 ],
141 }, 138 },
142 { 139 {
143 # GN version: //third_party/WebKit/public:new_wrapper_types_mojo_bin dings_blink
144 # (generated by //third_party/WebKit/public:new_wrapper_types_mojo_b indings)
145 'target_name': 'new_wrapper_types_mojo_bindings_blink_mojom',
146 'type': 'none',
147 'variables': {
148 'mojom_files': [
149 '<@(blink_new_wrapper_types_mojo_sources)',
150 ],
151 'mojom_typemaps': [
152 '../Source/platform/mojo/SecurityOrigin.typemap',
153 '<@(blink_typemap_sources)',
154 ],
155 'for_blink': 'true',
156 },
157 'dependencies' : [
158 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces_blink',
159 '<(DEPTH)/url/url.gyp:url_mojom_for_blink',
160 ],
161 'includes': [
162 '../../../mojo/mojom_bindings_generator_explicit.gypi',
163 ],
164 },
165 {
166 # GN version: //third_party/WebKit/public:mojo_bindings 140 # GN version: //third_party/WebKit/public:mojo_bindings
167 'target_name': 'mojo_bindings_mojom', 141 'target_name': 'mojo_bindings_mojom',
168 'type': 'none', 142 'type': 'none',
169 'variables': { 143 'variables': {
170 'mojom_files': [ 144 'mojom_files': [
171 '<@(blink_mojo_sources)', 145 '<@(blink_mojo_sources)',
172 '<@(blink_android_mojo_sources)', 146 '<@(blink_android_mojo_sources)',
173 ], 147 ],
174 'mojom_typemaps': [ 148 'mojom_typemaps': [
175 '../../../device/bluetooth/public/interfaces/bluetooth_uuid. typemap', 149 '../../../device/bluetooth/public/interfaces/bluetooth_uuid. typemap',
176 '<(DEPTH)/url/mojo/origin.typemap', 150 '<(DEPTH)/url/mojo/origin.typemap',
177 '<@(blink_typemap_sources)', 151 '<@(blink_typemap_sources)',
178 ], 152 ],
179 'use_new_wrapper_types': 'false', 153 'use_new_wrapper_types': 'false',
180 }, 154 },
181 'dependencies' : [ 155 'dependencies' : [
182 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces', 156 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces',
183 '<(DEPTH)/url/url.gyp:url_mojom', 157 '<(DEPTH)/url/url.gyp:url_mojom',
184 ], 158 ],
185 'includes': [ 159 'includes': [
186 '../../../mojo/mojom_bindings_generator_explicit.gypi', 160 '../../../mojo/mojom_bindings_generator_explicit.gypi',
187 ], 161 ],
188 }, 162 },
189 { 163 {
190 # GN version: //third_party/WebKit/public:new_wrapper_types_mojo_bin dings
191 'target_name': 'new_wrapper_types_mojo_bindings_mojom',
192 'type': 'none',
193 'variables': {
194 'mojom_files': [
195 '<@(blink_new_wrapper_types_mojo_sources)',
196 ],
197 'mojom_typemaps': [
198 '<(DEPTH)/url/mojo/origin.typemap',
199 '<@(blink_typemap_sources)',
200 ],
201 },
202 'dependencies' : [
203 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces',
204 '<(DEPTH)/url/url.gyp:url_mojom',
205 ],
206 'includes': [
207 '../../../mojo/mojom_bindings_generator_explicit.gypi',
208 ],
209 },
210 {
211 # GN version: //third_party/WebKit/public:mojo_bindings 164 # GN version: //third_party/WebKit/public:mojo_bindings
212 'target_name': 'mojo_bindings', 165 'target_name': 'mojo_bindings',
213 # Needed because of dependency on generated headers. 166 # Needed because of dependency on generated headers.
214 'hard_dependency': '1', 167 'hard_dependency': '1',
215 'type': 'static_library', 168 'type': 'static_library',
216 'dependencies': [ 169 'dependencies': [
217 'mojo_bindings_blink_mojom', 170 'mojo_bindings_blink_mojom',
218 'mojo_bindings_mojom', 171 'mojo_bindings_mojom',
219 'new_wrapper_types_mojo_bindings_blink_mojom',
220 'new_wrapper_types_mojo_bindings_mojom',
221 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings', 172 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
222 '../../../device/bluetooth/bluetooth.gyp:bluetooth_mojom', 173 '../../../device/bluetooth/bluetooth.gyp:bluetooth_mojom',
223 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces', 174 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces',
224 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces_blink', 175 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces_blink',
225 ], 176 ],
226 }, 177 },
227 ], 178 ],
228 'conditions': [ 179 'conditions': [
229 ['OS == "android"', { 180 ['OS == "android"', {
230 'targets': [ 181 'targets': [
(...skipping 14 matching lines...) Expand all
245 'type': 'static_library', 196 'type': 'static_library',
246 'dependencies': [ 197 'dependencies': [
247 'android_mojo_bindings_mojom', 198 'android_mojo_bindings_mojom',
248 '../../../mojo/mojo_public.gyp:mojo_bindings_java', 199 '../../../mojo/mojo_public.gyp:mojo_bindings_java',
249 ], 200 ],
250 }, 201 },
251 ], 202 ],
252 }], 203 }],
253 ], 204 ],
254 } 205 }
OLDNEW
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698