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

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

Issue 1913043002: Convert ManifestManager IPCs to Mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
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 16 matching lines...) Expand all
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 'platform/display_mode.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/bluetooth/web_bluetooth.mojom', 40 'platform/modules/bluetooth/web_bluetooth.mojom',
40 'platform/modules/geolocation/geolocation.mojom', 41 'platform/modules/geolocation/geolocation.mojom',
41 'platform/modules/notifications/notification.mojom', 42 'platform/modules/notifications/notification.mojom',
42 'platform/modules/notifications/notification_service.mojom', 43 'platform/modules/notifications/notification_service.mojom',
43 'platform/modules/permissions/permission.mojom', 44 'platform/modules/permissions/permission.mojom',
44 'platform/modules/permissions/permission_status.mojom', 45 'platform/modules/permissions/permission_status.mojom',
45 'platform/modules/presentation/presentation.mojom', 46 'platform/modules/presentation/presentation.mojom',
47 'platform/modules/screen_orientation/screen_orientation.mojom',
46 'platform/modules/serviceworker/service_worker_event_status.mojom', 48 'platform/modules/serviceworker/service_worker_event_status.mojom',
47 'platform/modules/wake_lock/wake_lock_service.mojom', 49 'platform/modules/wake_lock/wake_lock_service.mojom',
48 ], 50 ],
49 # Duplicated in GN: //third_party/WebKit/public:android_mojo_bindings 51 # Duplicated in GN: //third_party/WebKit/public:android_mojo_bindings
50 'blink_android_mojo_sources': [ 52 'blink_android_mojo_sources': [
51 'platform/modules/payments/payment_request.mojom', 53 'platform/modules/payments/payment_request.mojom',
52 ], 54 ],
53 }, 55 },
54 'targets': [ 56 'targets': [
55 { 57 {
56 # GN version: //third_party/WebKit/public:blink 58 # GN version: //third_party/WebKit/public:blink
57 'target_name': 'blink', 59 'target_name': 'blink',
58 'type': 'none', 60 'type': 'none',
59 'dependencies': [ 61 'dependencies': [
60 'mojo_bindings', 62 'mojo_bindings_blink',
61 '../Source/platform/blink_platform.gyp:blink_platform', 63 '../Source/platform/blink_platform.gyp:blink_platform',
62 '../Source/web/web.gyp:blink_web', 64 '../Source/web/web.gyp:blink_web',
63 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl', 65 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl',
64 'blink_headers.gyp:blink_headers', 66 'blink_headers.gyp:blink_headers',
65 'blink_minimal', 67 'blink_minimal',
66 ], 68 ],
67 'export_dependent_settings': [ 69 'export_dependent_settings': [
68 '../Source/web/web.gyp:blink_web', 70 '../Source/web/web.gyp:blink_web',
69 '../Source/platform/blink_platform.gyp:blink_platform', 71 '../Source/platform/blink_platform.gyp:blink_platform',
70 'blink_minimal', 72 'blink_minimal',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 ], 122 ],
121 }, 123 },
122 { 124 {
123 # GN version: //third_party/WebKit/public:mojo_bindings 125 # GN version: //third_party/WebKit/public:mojo_bindings
124 'target_name': 'mojo_bindings_mojom', 126 'target_name': 'mojo_bindings_mojom',
125 'type': 'none', 127 'type': 'none',
126 'variables': { 128 'variables': {
127 'mojom_files': [ 129 'mojom_files': [
128 '<@(blink_mojo_sources)', 130 '<@(blink_mojo_sources)',
129 '<@(blink_android_mojo_sources)', 131 '<@(blink_android_mojo_sources)',
132 'platform/modules/manifest/manifest.mojom',
133 'platform/modules/manifest/manifest_manager.mojom',
134 ],
135 'mojom_typemaps': [
136 '<(DEPTH)/content/public/common/manifest.typemap',
137 '<(DEPTH)/ui/gfx/geometry/mojo/geometry.typemap',
138 '<(DEPTH)/url/mojo/gurl.typemap',
130 ], 139 ],
131 }, 140 },
132 'includes': [ 141 'includes': [
133 '../../../mojo/mojom_bindings_generator_explicit.gypi', 142 '../../../mojo/mojom_bindings_generator_explicit.gypi',
134 ], 143 ],
144 'dependencies': [
145 '<(DEPTH)/url/url.gyp:url_interfaces_mojom',
146 ]
147 },
148 {
149 # GN version: //third_party/WebKit/public:mojo_bindings
150 'target_name': 'mojo_bindings_blink',
151 'type': 'static_library',
152 'dependencies': [
153 'mojo_bindings_blink_mojom',
154 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
155 ],
135 }, 156 },
136 { 157 {
137 # GN version: //third_party/WebKit/public:mojo_bindings 158 # GN version: //third_party/WebKit/public:mojo_bindings
138 'target_name': 'mojo_bindings', 159 'target_name': 'mojo_bindings',
139 'type': 'static_library', 160 'type': 'static_library',
140 'dependencies': [ 161 'dependencies': [
141 'mojo_bindings_blink_mojom',
142 'mojo_bindings_mojom', 162 'mojo_bindings_mojom',
143 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings', 163 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
164 '<(DEPTH)/ui/gfx/gfx.gyp:mojo_geometry_bindings',
165 '<(DEPTH)/url/url.gyp:url_mojom',
166 '<(DEPTH)/url/url.gyp:url_lib',
144 ], 167 ],
168 'sources': [
169 '<(DEPTH)/content/public/common/manifest_struct_traits.cc',
170 '<(DEPTH)/content/public/common/manifest_struct_traits.h',
171 ]
145 }, 172 },
146 ], 173 ],
147 'conditions': [ 174 'conditions': [
148 ['OS == "android"', { 175 ['OS == "android"', {
149 'targets': [ 176 'targets': [
150 { 177 {
151 'target_name': 'android_mojo_bindings_mojom', 178 'target_name': 'android_mojo_bindings_mojom',
152 'type': 'none', 179 'type': 'none',
153 'variables': { 180 'variables': {
154 'mojom_files': ['<@(blink_android_mojo_sources)'], 181 'mojom_files': ['<@(blink_android_mojo_sources)'],
155 }, 182 },
156 'includes': [ 183 'includes': [
157 '../../../mojo/mojom_bindings_generator_explicit.gypi', 184 '../../../mojo/mojom_bindings_generator_explicit.gypi',
158 ], 185 ],
159 }, 186 },
160 { 187 {
161 # GN version: //third_party/WebKit/public:android_mojo_bindi ngs_java 188 # GN version: //third_party/WebKit/public:android_mojo_bindi ngs_java
162 'target_name': 'android_mojo_bindings_java', 189 'target_name': 'android_mojo_bindings_java',
163 'type': 'static_library', 190 'type': 'static_library',
164 'dependencies': [ 191 'dependencies': [
165 'android_mojo_bindings_mojom', 192 'android_mojo_bindings_mojom',
166 '../../../mojo/mojo_public.gyp:mojo_bindings_java', 193 '../../../mojo/mojo_public.gyp:mojo_bindings_java',
167 ], 194 ],
168 }, 195 },
169 ], 196 ],
170 }], 197 }],
171 ], 198 ],
172 } 199 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698