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

Side by Side Diff: mojo/mojo_services_public.gyp

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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 | « mojo/mojo_public_gles2_for_loadable_module.gypi ('k') | mojo/mojo_variables.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 'mojo_variables.gypi', 7 '../third_party/mojo/mojo_variables.gypi',
8 ], 8 ],
9 'variables': {
10 'mojo_sdk_root': '<(DEPTH)/third_party/mojo/src',
11 },
9 'targets': [ 12 'targets': [
10 { 13 {
11 'target_name': 'mojo_services_public', 14 'target_name': 'mojo_services_public',
12 'type': 'none', 15 'type': 'none',
13 'dependencies': [ 16 'dependencies': [
14 'mojo_clipboard_bindings', 17 'mojo_clipboard_bindings',
15 'mojo_content_handler_bindings', 18 'mojo_content_handler_bindings',
16 'mojo_geometry_bindings', 19 'mojo_geometry_bindings',
17 'mojo_gpu_bindings', 20 'mojo_gpu_bindings',
18 'mojo_input_events_bindings', 21 'mojo_input_events_bindings',
19 'mojo_native_viewport_bindings', 22 'mojo_native_viewport_bindings',
20 'mojo_navigation_bindings', 23 'mojo_navigation_bindings',
21 'mojo_network_bindings', 24 'mojo_network_bindings',
22 'mojo_surface_id_bindings', 25 'mojo_surface_id_bindings',
23 'mojo_surfaces_bindings', 26 'mojo_surfaces_bindings',
24 'mojo_view_manager_bindings', 27 'mojo_view_manager_bindings',
25 'mojo_view_manager_common', 28 'mojo_view_manager_common',
26 'mojo_window_manager_bindings', 29 'mojo_window_manager_bindings',
27 ], 30 ],
28 }, 31 },
29 { 32 {
30 # GN version: //mojo/services/clipboard/public/interfaces 33 # GN version: //mojo/services/clipboard/public/interfaces
31 'target_name': 'mojo_clipboard_bindings', 34 'target_name': 'mojo_clipboard_bindings',
32 'type': 'static_library', 35 'type': 'static_library',
33 'variables': { 36 'variables': {
34 'mojom_import_args': [ '-I<(DEPTH)', '-Iservices' ], 37 'mojom_import_args': [ '-I<(mojo_sdk_root)', '-Iservices' ],
35 }, 38 },
36 'sources': [ 39 'sources': [
37 'services/clipboard/public/interfaces/clipboard.mojom', 40 'services/clipboard/public/interfaces/clipboard.mojom',
38 ], 41 ],
39 'includes': [ 'mojom_bindings_generator.gypi' ], 42 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ],
40 'dependencies': [ 43 'dependencies': [
41 'mojo_public.gyp:mojo_cpp_bindings', 44 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
42 ], 45 ],
43 'export_dependent_settings': [ 46 'export_dependent_settings': [
44 'mojo_public.gyp:mojo_cpp_bindings', 47 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
45 ], 48 ],
46 }, 49 },
47 { 50 {
48 # GN version: //mojo/services/input_events/public/interfaces 51 # GN version: //mojo/services/input_events/public/interfaces
49 'target_name': 'mojo_input_events_bindings', 52 'target_name': 'mojo_input_events_bindings',
50 'type': 'static_library', 53 'type': 'static_library',
51 'variables': { 54 'variables': {
52 'mojom_import_args': [ '-I<(DEPTH)', '-Iservices' ], 55 'mojom_import_args': [ '-I<(mojo_sdk_root)', '-Iservices' ],
53 }, 56 },
54 'sources': [ 57 'sources': [
55 'services/input_events/public/interfaces/input_event_constants.mojom', 58 'services/input_events/public/interfaces/input_event_constants.mojom',
56 'services/input_events/public/interfaces/input_events.mojom', 59 'services/input_events/public/interfaces/input_events.mojom',
57 'services/input_events/public/interfaces/input_key_codes.mojom', 60 'services/input_events/public/interfaces/input_key_codes.mojom',
58 ], 61 ],
59 'includes': [ 'mojom_bindings_generator.gypi' ], 62 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ],
60 'dependencies': [ 63 'dependencies': [
61 'mojo_geometry_bindings', 64 'mojo_geometry_bindings',
62 'mojo_public.gyp:mojo_cpp_bindings', 65 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
63 ], 66 ],
64 'export_dependent_settings': [ 67 'export_dependent_settings': [
65 'mojo_geometry_bindings', 68 'mojo_geometry_bindings',
66 'mojo_public.gyp:mojo_cpp_bindings', 69 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
67 ], 70 ],
68 }, 71 },
69 { 72 {
70 # GN version: //mojo/services/geometry/public/interfaces 73 # GN version: //mojo/services/geometry/public/interfaces
71 'target_name': 'mojo_geometry_bindings', 74 'target_name': 'mojo_geometry_bindings',
72 'type': 'static_library', 75 'type': 'static_library',
73 'variables': { 76 'variables': {
74 'mojom_import_args': [ '-I<(DEPTH)', '-Iservices' ], 77 'mojom_import_args': [ '-I<(mojo_sdk_root)', '-Iservices' ],
75 }, 78 },
76 'sources': [ 79 'sources': [
77 'services/geometry/public/interfaces/geometry.mojom', 80 'services/geometry/public/interfaces/geometry.mojom',
78 ], 81 ],
79 'includes': [ 'mojom_bindings_generator.gypi' ], 82 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ],
80 'dependencies': [ 83 'dependencies': [
81 'mojo_public.gyp:mojo_cpp_bindings', 84 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
82 ], 85 ],
83 'export_dependent_settings': [ 86 'export_dependent_settings': [
84 'mojo_public.gyp:mojo_cpp_bindings', 87 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
85 ], 88 ],
86 }, 89 },
87 { 90 {
88 # GN version: //mojo/services/gpu/public/interfaces 91 # GN version: //mojo/services/gpu/public/interfaces
89 'target_name': 'mojo_gpu_bindings', 92 'target_name': 'mojo_gpu_bindings',
90 'type': 'static_library', 93 'type': 'static_library',
91 'variables': { 94 'variables': {
92 'mojom_import_args': [ '-I<(DEPTH)', '-Iservices' ], 95 'mojom_import_args': [ '-I<(mojo_sdk_root)', '-Iservices' ],
93 }, 96 },
94 'sources': [ 97 'sources': [
95 'services/gpu/public/interfaces/command_buffer.mojom', 98 'services/gpu/public/interfaces/command_buffer.mojom',
96 'services/gpu/public/interfaces/gpu.mojom', 99 'services/gpu/public/interfaces/gpu.mojom',
97 'services/gpu/public/interfaces/gpu_capabilities.mojom', 100 'services/gpu/public/interfaces/gpu_capabilities.mojom',
98 'services/gpu/public/interfaces/viewport_parameter_listener.mojom', 101 'services/gpu/public/interfaces/viewport_parameter_listener.mojom',
99 ], 102 ],
100 'includes': [ 'mojom_bindings_generator.gypi' ], 103 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ],
101 'dependencies': [ 104 'dependencies': [
102 'mojo_geometry_bindings', 105 'mojo_geometry_bindings',
103 'mojo_public.gyp:mojo_cpp_bindings', 106 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
104 ], 107 ],
105 'export_dependent_settings': [ 108 'export_dependent_settings': [
106 'mojo_geometry_bindings', 109 'mojo_geometry_bindings',
107 'mojo_public.gyp:mojo_cpp_bindings', 110 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
108 ], 111 ],
109 }, 112 },
110 { 113 {
111 # GN version: //mojo/services/native_viewport/public/interfaces 114 # GN version: //mojo/services/native_viewport/public/interfaces
112 'target_name': 'mojo_native_viewport_bindings', 115 'target_name': 'mojo_native_viewport_bindings',
113 'type': 'static_library', 116 'type': 'static_library',
114 'variables': { 117 'variables': {
115 'mojom_import_args': [ '-I<(DEPTH)', '-Iservices' ], 118 'mojom_import_args': [ '-I<(mojo_sdk_root)', '-Iservices' ],
116 }, 119 },
117 'sources': [ 120 'sources': [
118 'services/native_viewport/public/interfaces/native_viewport.mojom', 121 'services/native_viewport/public/interfaces/native_viewport.mojom',
119 ], 122 ],
120 'includes': [ 'mojom_bindings_generator.gypi' ], 123 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ],
121 'dependencies': [ 124 'dependencies': [
122 'mojo_geometry_bindings', 125 'mojo_geometry_bindings',
123 'mojo_gpu_bindings', 126 'mojo_gpu_bindings',
124 'mojo_input_events_bindings', 127 'mojo_input_events_bindings',
125 'mojo_public.gyp:mojo_cpp_bindings', 128 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
126 'mojo_surface_id_bindings', 129 'mojo_surface_id_bindings',
127 ], 130 ],
128 'export_dependent_settings': [ 131 'export_dependent_settings': [
129 'mojo_geometry_bindings', 132 'mojo_geometry_bindings',
130 'mojo_gpu_bindings', 133 'mojo_gpu_bindings',
131 'mojo_input_events_bindings', 134 'mojo_input_events_bindings',
132 'mojo_public.gyp:mojo_cpp_bindings', 135 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
133 'mojo_surface_id_bindings', 136 'mojo_surface_id_bindings',
134 ], 137 ],
135 }, 138 },
136 { 139 {
137 # GN version: //mojo/services/navigation/public/interfaces 140 # GN version: //mojo/services/navigation/public/interfaces
138 'target_name': 'mojo_navigation_bindings', 141 'target_name': 'mojo_navigation_bindings',
139 'type': 'static_library', 142 'type': 'static_library',
140 'variables': { 143 'variables': {
141 'mojom_import_args': [ '-I<(DEPTH)', '-Iservices' ], 144 'mojom_import_args': [ '-I<(mojo_sdk_root)', '-Iservices' ],
142 }, 145 },
143 'sources': [ 146 'sources': [
144 'services/navigation/public/interfaces/navigation.mojom', 147 'services/navigation/public/interfaces/navigation.mojom',
145 ], 148 ],
146 'includes': [ 'mojom_bindings_generator.gypi' ], 149 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ],
147 'export_dependent_settings': [ 150 'export_dependent_settings': [
148 'mojo_public.gyp:mojo_cpp_bindings', 151 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
149 ], 152 ],
150 'dependencies': [ 153 'dependencies': [
151 'mojo_network_bindings', 154 'mojo_network_bindings',
152 'mojo_public.gyp:mojo_cpp_bindings', 155 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
153 ], 156 ],
154 }, 157 },
155 { 158 {
156 # GN version: //mojo/services/content_handler/public/interfaces 159 # GN version: //mojo/services/content_handler/public/interfaces
157 'target_name': 'mojo_content_handler_bindings', 160 'target_name': 'mojo_content_handler_bindings',
158 'type': 'static_library', 161 'type': 'static_library',
159 'variables': { 162 'variables': {
160 'mojom_import_args': [ '-I<(DEPTH)', '-Iservices' ], 163 'mojom_import_args': [ '-I<(mojo_sdk_root)', '-Iservices' ],
161 }, 164 },
162 'sources': [ 165 'sources': [
163 'services/content_handler/public/interfaces/content_handler.mojom', 166 'services/content_handler/public/interfaces/content_handler.mojom',
164 ], 167 ],
165 'includes': [ 'mojom_bindings_generator.gypi' ], 168 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ],
166 'export_dependent_settings': [ 169 'export_dependent_settings': [
167 'mojo_public.gyp:mojo_cpp_bindings', 170 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
168 ], 171 ],
169 'dependencies': [ 172 'dependencies': [
170 'mojo_network_bindings', 173 'mojo_network_bindings',
171 'mojo_public.gyp:mojo_application_bindings', 174 '../third_party/mojo/mojo_public.gyp:mojo_application_bindings',
172 'mojo_public.gyp:mojo_cpp_bindings', 175 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
173 ], 176 ],
174 }, 177 },
175 { 178 {
176 # GN version: //mojo/services/network/public/interfaces 179 # GN version: //mojo/services/network/public/interfaces
177 'target_name': 'mojo_network_bindings', 180 'target_name': 'mojo_network_bindings',
178 'type': 'static_library', 181 'type': 'static_library',
179 'variables' : { 182 'variables' : {
180 'mojom_import_args': [ '-I<(DEPTH)', '-Iservices' ], 183 'mojom_import_args': [ '-I<(mojo_sdk_root)', '-Iservices' ],
181 }, 184 },
182 'sources': [ 185 'sources': [
183 'services/network/public/interfaces/cookie_store.mojom', 186 'services/network/public/interfaces/cookie_store.mojom',
184 'services/network/public/interfaces/net_address.mojom', 187 'services/network/public/interfaces/net_address.mojom',
185 'services/network/public/interfaces/network_error.mojom', 188 'services/network/public/interfaces/network_error.mojom',
186 'services/network/public/interfaces/network_service.mojom', 189 'services/network/public/interfaces/network_service.mojom',
187 'services/network/public/interfaces/tcp_bound_socket.mojom', 190 'services/network/public/interfaces/tcp_bound_socket.mojom',
188 'services/network/public/interfaces/tcp_connected_socket.mojom', 191 'services/network/public/interfaces/tcp_connected_socket.mojom',
189 'services/network/public/interfaces/tcp_server_socket.mojom', 192 'services/network/public/interfaces/tcp_server_socket.mojom',
190 'services/network/public/interfaces/udp_socket.mojom', 193 'services/network/public/interfaces/udp_socket.mojom',
191 'services/network/public/interfaces/url_loader.mojom', 194 'services/network/public/interfaces/url_loader.mojom',
192 'services/network/public/interfaces/web_socket.mojom', 195 'services/network/public/interfaces/web_socket.mojom',
193 ], 196 ],
194 'includes': [ 'mojom_bindings_generator.gypi' ], 197 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ],
195 'export_dependent_settings': [ 198 'export_dependent_settings': [
196 'mojo_public.gyp:mojo_cpp_bindings', 199 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
197 ], 200 ],
198 'dependencies': [ 201 'dependencies': [
199 'mojo_public.gyp:mojo_cpp_bindings', 202 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
200 ], 203 ],
201 }, 204 },
202 { 205 {
203 # GN version: //mojo/services/view_manager/public/cpp:common 206 # GN version: //mojo/services/view_manager/public/cpp:common
204 'target_name': 'mojo_view_manager_common', 207 'target_name': 'mojo_view_manager_common',
205 'type': 'static_library', 208 'type': 'static_library',
206 'sources': [ 209 'sources': [
207 'services/view_manager/public/cpp/types.h', 210 'services/view_manager/public/cpp/types.h',
208 ], 211 ],
209 }, 212 },
210 { 213 {
211 # GN version: //mojo/services/view_manager/public/interfaces/ 214 # GN version: //mojo/services/view_manager/public/interfaces/
212 'target_name': 'mojo_view_manager_bindings', 215 'target_name': 'mojo_view_manager_bindings',
213 'type': 'static_library', 216 'type': 'static_library',
214 'variables': { 217 'variables': {
215 'mojom_import_args': [ '-I<(DEPTH)', '-Iservices' ], 218 'mojom_import_args': [ '-I<(mojo_sdk_root)', '-Iservices' ],
216 }, 219 },
217 'sources': [ 220 'sources': [
218 'services/view_manager/public/interfaces/view_manager.mojom', 221 'services/view_manager/public/interfaces/view_manager.mojom',
219 'services/view_manager/public/interfaces/view_manager_constants.mojom', 222 'services/view_manager/public/interfaces/view_manager_constants.mojom',
220 ], 223 ],
221 'includes': [ 'mojom_bindings_generator.gypi' ], 224 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ],
222 'dependencies': [ 225 'dependencies': [
223 'mojo_geometry_bindings', 226 'mojo_geometry_bindings',
224 'mojo_input_events_bindings', 227 'mojo_input_events_bindings',
225 'mojo_native_viewport_bindings', 228 'mojo_native_viewport_bindings',
226 'mojo_public.gyp:mojo_application_bindings', 229 '../third_party/mojo/mojo_public.gyp:mojo_application_bindings',
227 'mojo_public.gyp:mojo_cpp_bindings', 230 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
228 'mojo_surface_id_bindings', 231 'mojo_surface_id_bindings',
229 ], 232 ],
230 'export_dependent_settings': [ 233 'export_dependent_settings': [
231 'mojo_geometry_bindings', 234 'mojo_geometry_bindings',
232 'mojo_input_events_bindings', 235 'mojo_input_events_bindings',
233 'mojo_native_viewport_bindings', 236 'mojo_native_viewport_bindings',
234 'mojo_public.gyp:mojo_application_bindings', 237 '../third_party/mojo/mojo_public.gyp:mojo_application_bindings',
235 'mojo_public.gyp:mojo_cpp_bindings', 238 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
236 'mojo_surface_id_bindings', 239 'mojo_surface_id_bindings',
237 ], 240 ],
238 }, 241 },
239 { 242 {
240 # GN version: //mojo/services/surfaces/public/interfaces 243 # GN version: //mojo/services/surfaces/public/interfaces
241 'target_name': 'mojo_surfaces_bindings', 244 'target_name': 'mojo_surfaces_bindings',
242 'type': 'static_library', 245 'type': 'static_library',
243 'variables': { 246 'variables': {
244 'mojom_import_args': [ '-I<(DEPTH)', '-Iservices' ], 247 'mojom_import_args': [ '-I<(mojo_sdk_root)', '-Iservices' ],
245 }, 248 },
246 'sources': [ 249 'sources': [
247 'services/surfaces/public/interfaces/surfaces.mojom', 250 'services/surfaces/public/interfaces/surfaces.mojom',
248 'services/surfaces/public/interfaces/surfaces_service.mojom', 251 'services/surfaces/public/interfaces/surfaces_service.mojom',
249 'services/surfaces/public/interfaces/quads.mojom', 252 'services/surfaces/public/interfaces/quads.mojom',
250 ], 253 ],
251 'includes': [ 'mojom_bindings_generator.gypi' ], 254 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ],
252 'dependencies': [ 255 'dependencies': [
253 'mojo_geometry_bindings', 256 'mojo_geometry_bindings',
254 'mojo_gpu_bindings', 257 'mojo_gpu_bindings',
255 'mojo_public.gyp:mojo_cpp_bindings', 258 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
256 'mojo_surface_id_bindings', 259 'mojo_surface_id_bindings',
257 ], 260 ],
258 'export_dependent_settings': [ 261 'export_dependent_settings': [
259 'mojo_geometry_bindings', 262 'mojo_geometry_bindings',
260 'mojo_public.gyp:mojo_cpp_bindings', 263 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
261 'mojo_surface_id_bindings', 264 'mojo_surface_id_bindings',
262 ], 265 ],
263 }, 266 },
264 { 267 {
265 # GN version: //mojo/services/surfaces/public/interfaces:surface_id 268 # GN version: //mojo/services/surfaces/public/interfaces:surface_id
266 'target_name': 'mojo_surface_id_bindings', 269 'target_name': 'mojo_surface_id_bindings',
267 'type': 'static_library', 270 'type': 'static_library',
268 'variables': { 271 'variables': {
269 'mojom_import_args': [ '-I<(DEPTH)', '-Iservices' ], 272 'mojom_import_args': [ '-I<(mojo_sdk_root)', '-Iservices' ],
270 }, 273 },
271 'sources': [ 274 'sources': [
272 'services/surfaces/public/interfaces/surface_id.mojom', 275 'services/surfaces/public/interfaces/surface_id.mojom',
273 ], 276 ],
274 'includes': [ 'mojom_bindings_generator.gypi' ], 277 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ],
275 'dependencies': [ 278 'dependencies': [
276 'mojo_public.gyp:mojo_cpp_bindings', 279 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
277 ], 280 ],
278 'export_dependent_settings': [ 281 'export_dependent_settings': [
279 'mojo_public.gyp:mojo_cpp_bindings', 282 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
280 ], 283 ],
281 }, 284 },
282 { 285 {
283 # GN version: //mojo/services/window_manager/public/interfaces 286 # GN version: //mojo/services/window_manager/public/interfaces
284 'target_name': 'mojo_window_manager_bindings', 287 'target_name': 'mojo_window_manager_bindings',
285 'type': 'static_library', 288 'type': 'static_library',
286 'variables': { 289 'variables': {
287 'mojom_import_args': [ '-I<(DEPTH)', '-Iservices' ], 290 'mojom_import_args': [ '-I<(mojo_sdk_root)', '-Iservices' ],
288 }, 291 },
289 'sources': [ 292 'sources': [
290 'services/window_manager/public/interfaces/window_manager.mojom', 293 'services/window_manager/public/interfaces/window_manager.mojom',
291 ], 294 ],
292 'includes': [ 'mojom_bindings_generator.gypi' ], 295 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ],
293 'dependencies': [ 296 'dependencies': [
294 'mojo_input_events_bindings', 297 'mojo_input_events_bindings',
295 'mojo_public.gyp:mojo_application_bindings', 298 '../third_party/mojo/mojo_public.gyp:mojo_application_bindings',
296 'mojo_public.gyp:mojo_cpp_bindings', 299 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
297 ], 300 ],
298 'export_dependent_settings': [ 301 'export_dependent_settings': [
299 'mojo_input_events_bindings', 302 'mojo_input_events_bindings',
300 'mojo_public.gyp:mojo_application_bindings', 303 '../third_party/mojo/mojo_public.gyp:mojo_application_bindings',
301 'mojo_public.gyp:mojo_cpp_bindings', 304 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
302 ], 305 ],
303 }, 306 },
304 ], 307 ],
305 } 308 }
OLDNEW
« no previous file with comments | « mojo/mojo_public_gles2_for_loadable_module.gypi ('k') | mojo/mojo_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698