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

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

Issue 2172333002: Organize typemaps in Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'platform/modules/permissions/permission_status.mojom', 47 'platform/modules/permissions/permission_status.mojom',
48 'platform/modules/presentation/presentation.mojom', 48 'platform/modules/presentation/presentation.mojom',
49 'platform/modules/serviceworker/service_worker_event_status.mojom', 49 'platform/modules/serviceworker/service_worker_event_status.mojom',
50 'platform/modules/wake_lock/wake_lock_service.mojom', 50 'platform/modules/wake_lock/wake_lock_service.mojom',
51 'platform/modules/webshare/webshare.mojom', 51 'platform/modules/webshare/webshare.mojom',
52 ], 52 ],
53 # Duplicated in GN: //third_party/WebKit/public:android_mojo_bindings 53 # Duplicated in GN: //third_party/WebKit/public:android_mojo_bindings
54 'blink_android_mojo_sources': [ 54 'blink_android_mojo_sources': [
55 'platform/modules/payments/payment_request.mojom', 55 'platform/modules/payments/payment_request.mojom',
56 ], 56 ],
57 'blink_typemap_sources': [
58 '<(DEPTH)/cc/ipc/surface_id.typemap',
59 '<(DEPTH)/cc/ipc/surface_sequence.typemap',
60 ],
57 }, 61 },
58 'targets': [ 62 'targets': [
59 { 63 {
60 # GN version: //third_party/WebKit/public:blink 64 # GN version: //third_party/WebKit/public:blink
61 'target_name': 'blink', 65 'target_name': 'blink',
62 'type': 'none', 66 'type': 'none',
63 'dependencies': [ 67 'dependencies': [
64 'mojo_bindings', 68 'mojo_bindings',
65 '../Source/platform/blink_platform.gyp:blink_platform', 69 '../Source/platform/blink_platform.gyp:blink_platform',
66 '../Source/web/web.gyp:blink_web', 70 '../Source/web/web.gyp:blink_web',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 # GN version: //third_party/WebKit/public:mojo_bindings_blink 115 # GN version: //third_party/WebKit/public:mojo_bindings_blink
112 # (generated by //third_party/WebKit/public:mojo_bindings) 116 # (generated by //third_party/WebKit/public:mojo_bindings)
113 'target_name': 'mojo_bindings_blink_mojom', 117 'target_name': 'mojo_bindings_blink_mojom',
114 'type': 'none', 118 'type': 'none',
115 'variables': { 119 'variables': {
116 'mojom_files': [ 120 'mojom_files': [
117 '<@(blink_mojo_sources)', 121 '<@(blink_mojo_sources)',
118 '<@(blink_android_mojo_sources)', 122 '<@(blink_android_mojo_sources)',
119 ], 123 ],
120 'mojom_typemaps': [ 124 'mojom_typemaps': [
121 '<(DEPTH)/cc/ipc/surface_id.typemap',
122 '<(DEPTH)/cc/ipc/surface_sequence.typemap',
123 '../Source/platform/mojo/SecurityOrigin.typemap', 125 '../Source/platform/mojo/SecurityOrigin.typemap',
126 '<@(blink_typemap_sources)',
124 ], 127 ],
125 'for_blink': 'true', 128 'for_blink': 'true',
126 'use_new_wrapper_types': 'false', 129 'use_new_wrapper_types': 'false',
127 }, 130 },
128 'dependencies' : [ 131 'dependencies' : [
129 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces_blink', 132 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces_blink',
130 '<(DEPTH)/url/url.gyp:url_mojom_for_blink', 133 '<(DEPTH)/url/url.gyp:url_mojom_for_blink',
131 ], 134 ],
132 'includes': [ 135 'includes': [
133 '../../../mojo/mojom_bindings_generator_explicit.gypi', 136 '../../../mojo/mojom_bindings_generator_explicit.gypi',
134 ], 137 ],
135 }, 138 },
136 { 139 {
137 # GN version: //third_party/WebKit/public:mojo_bindings 140 # GN version: //third_party/WebKit/public:mojo_bindings
138 'target_name': 'mojo_bindings_mojom', 141 'target_name': 'mojo_bindings_mojom',
139 'type': 'none', 142 'type': 'none',
140 'variables': { 143 'variables': {
141 'mojom_files': [ 144 'mojom_files': [
142 '<@(blink_mojo_sources)', 145 '<@(blink_mojo_sources)',
143 '<@(blink_android_mojo_sources)', 146 '<@(blink_android_mojo_sources)',
144 ], 147 ],
145 'mojom_typemaps': [ 148 'mojom_typemaps': [
146 '../../../device/bluetooth/public/interfaces/bluetooth_uuid.ty pemap', 149 '../../../device/bluetooth/public/interfaces/bluetooth_uuid. typemap',
147 '<(DEPTH)/cc/ipc/surface_id.typemap',
148 '<(DEPTH)/cc/ipc/surface_sequence.typemap',
149 '<(DEPTH)/url/mojo/origin.typemap', 150 '<(DEPTH)/url/mojo/origin.typemap',
151 '<@(blink_typemap_sources)',
150 ], 152 ],
151 'use_new_wrapper_types': 'false', 153 'use_new_wrapper_types': 'false',
152 }, 154 },
153 'dependencies' : [ 155 'dependencies' : [
154 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces', 156 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces',
155 '<(DEPTH)/url/url.gyp:url_mojom', 157 '<(DEPTH)/url/url.gyp:url_mojom',
156 ], 158 ],
157 'includes': [ 159 'includes': [
158 '../../../mojo/mojom_bindings_generator_explicit.gypi', 160 '../../../mojo/mojom_bindings_generator_explicit.gypi',
159 ], 161 ],
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 'type': 'static_library', 196 'type': 'static_library',
195 'dependencies': [ 197 'dependencies': [
196 'android_mojo_bindings_mojom', 198 'android_mojo_bindings_mojom',
197 '../../../mojo/mojo_public.gyp:mojo_bindings_java', 199 '../../../mojo/mojo_public.gyp:mojo_bindings_java',
198 ], 200 ],
199 }, 201 },
200 ], 202 ],
201 }], 203 }],
202 ], 204 ],
203 } 205 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/mojo/blink_typemaps.gni ('k') | third_party/WebKit/public/blink_typemaps.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698