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

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

Issue 2158913006: Move BroadcastChannel browser code from components/ to content/browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 19 matching lines...) Expand all
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/mime_registry.mojom', 37 'platform/mime_registry.mojom',
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/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/presentation/presentation.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',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'target_name': 'mojo_bindings_blink_mojom', 113 'target_name': 'mojo_bindings_blink_mojom',
113 'type': 'none', 114 'type': 'none',
114 'variables': { 115 'variables': {
115 'mojom_files': [ 116 'mojom_files': [
116 '<@(blink_mojo_sources)', 117 '<@(blink_mojo_sources)',
117 '<@(blink_android_mojo_sources)', 118 '<@(blink_android_mojo_sources)',
118 ], 119 ],
119 'mojom_typemaps': [ 120 'mojom_typemaps': [
120 '<(DEPTH)/cc/ipc/surface_id.typemap', 121 '<(DEPTH)/cc/ipc/surface_id.typemap',
121 '<(DEPTH)/cc/ipc/surface_sequence.typemap', 122 '<(DEPTH)/cc/ipc/surface_sequence.typemap',
122 123 '../Source/platform/mojo/SecurityOrigin.typemap',
123 ], 124 ],
124 'for_blink': 'true', 125 'for_blink': 'true',
125 'use_new_wrapper_types': 'false', 126 'use_new_wrapper_types': 'false',
126 }, 127 },
127 'dependencies' : [ 128 'dependencies' : [
128 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces_blink', 129 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces_blink',
130 '<(DEPTH)/url/url.gyp:url_mojom_for_blink',
129 ], 131 ],
130 'includes': [ 132 'includes': [
131 '../../../mojo/mojom_bindings_generator_explicit.gypi', 133 '../../../mojo/mojom_bindings_generator_explicit.gypi',
132 ], 134 ],
133 }, 135 },
134 { 136 {
135 # GN version: //third_party/WebKit/public:mojo_bindings 137 # GN version: //third_party/WebKit/public:mojo_bindings
136 'target_name': 'mojo_bindings_mojom', 138 'target_name': 'mojo_bindings_mojom',
137 'type': 'none', 139 'type': 'none',
138 'variables': { 140 'variables': {
139 'mojom_files': [ 141 'mojom_files': [
140 '<@(blink_mojo_sources)', 142 '<@(blink_mojo_sources)',
141 '<@(blink_android_mojo_sources)', 143 '<@(blink_android_mojo_sources)',
142 ], 144 ],
143 'mojom_typemaps': [ 145 'mojom_typemaps': [
144 '../../../device/bluetooth/public/interfaces/bluetooth_uuid.ty pemap', 146 '../../../device/bluetooth/public/interfaces/bluetooth_uuid.ty pemap',
145 '<(DEPTH)/cc/ipc/surface_id.typemap', 147 '<(DEPTH)/cc/ipc/surface_id.typemap',
146 '<(DEPTH)/cc/ipc/surface_sequence.typemap', 148 '<(DEPTH)/cc/ipc/surface_sequence.typemap',
149 '<(DEPTH)/url/mojo/origin.typemap',
147 ], 150 ],
148 'use_new_wrapper_types': 'false', 151 'use_new_wrapper_types': 'false',
149 }, 152 },
150 'dependencies' : [ 153 'dependencies' : [
151 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces', 154 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces',
155 '<(DEPTH)/url/url.gyp:url_mojom',
152 ], 156 ],
153 'includes': [ 157 'includes': [
154 '../../../mojo/mojom_bindings_generator_explicit.gypi', 158 '../../../mojo/mojom_bindings_generator_explicit.gypi',
155 ], 159 ],
156 }, 160 },
157 { 161 {
158 # GN version: //third_party/WebKit/public:mojo_bindings 162 # GN version: //third_party/WebKit/public:mojo_bindings
159 'target_name': 'mojo_bindings', 163 'target_name': 'mojo_bindings',
160 # Needed because of dependency on generated headers. 164 # Needed because of dependency on generated headers.
161 'hard_dependency': '1', 165 'hard_dependency': '1',
(...skipping 28 matching lines...) Expand all
190 'type': 'static_library', 194 'type': 'static_library',
191 'dependencies': [ 195 'dependencies': [
192 'android_mojo_bindings_mojom', 196 'android_mojo_bindings_mojom',
193 '../../../mojo/mojo_public.gyp:mojo_bindings_java', 197 '../../../mojo/mojo_public.gyp:mojo_bindings_java',
194 ], 198 ],
195 }, 199 },
196 ], 200 ],
197 }], 201 }],
198 ], 202 ],
199 } 203 }
OLDNEW
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/platform/modules/broadcastchannel/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698