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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
46 'platform/modules/permissions/permission_status.mojom', | 46 'platform/modules/permissions/permission_status.mojom', |
47 'platform/modules/presentation/presentation.mojom', | 47 'platform/modules/presentation/presentation.mojom', |
48 'platform/modules/serviceworker/service_worker_event_status.mojom', | 48 'platform/modules/serviceworker/service_worker_event_status.mojom', |
49 'platform/modules/wake_lock/wake_lock_service.mojom', | 49 'platform/modules/wake_lock/wake_lock_service.mojom', |
50 'platform/modules/webshare/webshare.mojom', | 50 'platform/modules/webshare/webshare.mojom', |
51 ], | 51 ], |
52 # Duplicated in GN: //third_party/WebKit/public:android_mojo_bindings | 52 # Duplicated in GN: //third_party/WebKit/public:android_mojo_bindings |
53 'blink_android_mojo_sources': [ | 53 'blink_android_mojo_sources': [ |
54 'platform/modules/payments/payment_request.mojom', | 54 'platform/modules/payments/payment_request.mojom', |
55 ], | 55 ], |
56 'blink_typemap_sources': [ | |
57 '<(DEPTH)/cc/ipc/surface_id.typemap', | |
58 '<(DEPTH)/cc/ipc/surface_sequence.typemap', | |
59 ], | |
56 }, | 60 }, |
57 'targets': [ | 61 'targets': [ |
58 { | 62 { |
59 # GN version: //third_party/WebKit/public:blink | 63 # GN version: //third_party/WebKit/public:blink |
60 'target_name': 'blink', | 64 'target_name': 'blink', |
61 'type': 'none', | 65 'type': 'none', |
62 'dependencies': [ | 66 'dependencies': [ |
63 'mojo_bindings', | 67 'mojo_bindings', |
64 '../Source/platform/blink_platform.gyp:blink_platform', | 68 '../Source/platform/blink_platform.gyp:blink_platform', |
65 '../Source/web/web.gyp:blink_web', | 69 '../Source/web/web.gyp:blink_web', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
110 # GN version: //third_party/WebKit/public:mojo_bindings_blink | 114 # GN version: //third_party/WebKit/public:mojo_bindings_blink |
111 # (generated by //third_party/WebKit/public:mojo_bindings) | 115 # (generated by //third_party/WebKit/public:mojo_bindings) |
112 'target_name': 'mojo_bindings_blink_mojom', | 116 'target_name': 'mojo_bindings_blink_mojom', |
113 'type': 'none', | 117 'type': 'none', |
114 'variables': { | 118 'variables': { |
115 'mojom_files': [ | 119 'mojom_files': [ |
116 '<@(blink_mojo_sources)', | 120 '<@(blink_mojo_sources)', |
117 '<@(blink_android_mojo_sources)', | 121 '<@(blink_android_mojo_sources)', |
118 ], | 122 ], |
119 'mojom_typemaps': [ | 123 'mojom_typemaps': [ |
120 '<(DEPTH)/cc/ipc/surface_id.typemap', | 124 '<@(blink_typemap_sources)', |
121 '<(DEPTH)/cc/ipc/surface_sequence.typemap', | |
122 | |
123 ], | 125 ], |
124 'for_blink': 'true', | 126 'for_blink': 'true', |
125 'use_new_wrapper_types': 'false', | 127 'use_new_wrapper_types': 'false', |
126 }, | 128 }, |
127 'dependencies' : [ | 129 'dependencies' : [ |
128 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces_blink', | 130 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces_blink', |
129 ], | 131 ], |
130 'includes': [ | 132 'includes': [ |
jbroman
2016/07/22 18:05:00
nit: fix the indentation here please
| |
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. typemap', |
145 '<(DEPTH)/cc/ipc/surface_id.typemap', | 147 '<@(blink_typemap_sources)', |
146 '<(DEPTH)/cc/ipc/surface_sequence.typemap', | |
147 ], | 148 ], |
148 'use_new_wrapper_types': 'false', | 149 'use_new_wrapper_types': 'false', |
149 }, | 150 }, |
150 'dependencies' : [ | 151 'dependencies' : [ |
151 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces', | 152 '<(DEPTH)/cc/ipc/cc_ipc.gyp:interfaces', |
152 ], | 153 ], |
153 'includes': [ | 154 'includes': [ |
jbroman
2016/07/22 18:05:00
and here
| |
154 '../../../mojo/mojom_bindings_generator_explicit.gypi', | 155 '../../../mojo/mojom_bindings_generator_explicit.gypi', |
155 ], | 156 ], |
156 }, | 157 }, |
157 { | 158 { |
158 # GN version: //third_party/WebKit/public:mojo_bindings | 159 # GN version: //third_party/WebKit/public:mojo_bindings |
159 'target_name': 'mojo_bindings', | 160 'target_name': 'mojo_bindings', |
160 # Needed because of dependency on generated headers. | 161 # Needed because of dependency on generated headers. |
161 'hard_dependency': '1', | 162 'hard_dependency': '1', |
162 'type': 'static_library', | 163 'type': 'static_library', |
163 'dependencies': [ | 164 'dependencies': [ |
(...skipping 26 matching lines...) Expand all Loading... | |
190 'type': 'static_library', | 191 'type': 'static_library', |
191 'dependencies': [ | 192 'dependencies': [ |
192 'android_mojo_bindings_mojom', | 193 'android_mojo_bindings_mojom', |
193 '../../../mojo/mojo_public.gyp:mojo_bindings_java', | 194 '../../../mojo/mojo_public.gyp:mojo_bindings_java', |
194 ], | 195 ], |
195 }, | 196 }, |
196 ], | 197 ], |
197 }], | 198 }], |
198 ], | 199 ], |
199 } | 200 } |
OLD | NEW |