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

Side by Side Diff: mojo/services/public/mojo_services_public.gyp

Issue 792813002: Restructure public side of surfaces service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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 # 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 '../../mojo_variables.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 ], 201 ],
202 'export_dependent_settings': [ 202 'export_dependent_settings': [
203 'mojo_geometry_bindings', 203 'mojo_geometry_bindings',
204 'mojo_input_events_bindings', 204 'mojo_input_events_bindings',
205 'mojo_surface_id_bindings', 205 'mojo_surface_id_bindings',
206 '../../public/mojo_public.gyp:mojo_application_bindings', 206 '../../public/mojo_public.gyp:mojo_application_bindings',
207 '../../public/mojo_public.gyp:mojo_cpp_bindings', 207 '../../public/mojo_public.gyp:mojo_cpp_bindings',
208 ], 208 ],
209 }, 209 },
210 { 210 {
211 # GN version: //mojo/services/public/interfaces/surfaces 211 # GN version: //mojo/services/surfaces/public/interfaces
212 'target_name': 'mojo_surfaces_bindings', 212 'target_name': 'mojo_surfaces_bindings',
213 'type': 'static_library', 213 'type': 'static_library',
214 'sources': [ 214 'sources': [
215 'interfaces/surfaces/surfaces.mojom', 215 '../surfaces/public/interfaces/surfaces.mojom',
216 'interfaces/surfaces/surfaces_service.mojom', 216 '../surfaces/public/interfaces/surfaces_service.mojom',
217 'interfaces/surfaces/quads.mojom', 217 '../surfaces/public/interfaces/quads.mojom',
218 ], 218 ],
219 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 219 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
220 'dependencies': [ 220 'dependencies': [
221 'mojo_geometry_bindings', 221 'mojo_geometry_bindings',
222 'mojo_gpu_bindings', 222 'mojo_gpu_bindings',
223 'mojo_surface_id_bindings', 223 'mojo_surface_id_bindings',
224 '../../public/mojo_public.gyp:mojo_cpp_bindings', 224 '../../public/mojo_public.gyp:mojo_cpp_bindings',
225 ], 225 ],
226 'export_dependent_settings': [ 226 'export_dependent_settings': [
227 'mojo_geometry_bindings', 227 'mojo_geometry_bindings',
228 'mojo_surface_id_bindings', 228 'mojo_surface_id_bindings',
229 '../../public/mojo_public.gyp:mojo_cpp_bindings', 229 '../../public/mojo_public.gyp:mojo_cpp_bindings',
230 ], 230 ],
231 }, 231 },
232 { 232 {
233 # GN version: //mojo/services/public/interfaces/surfaces:surface_id 233 # GN version: //mojo/services/surfaces/public/interfaces:surface_id
234 'target_name': 'mojo_surface_id_bindings', 234 'target_name': 'mojo_surface_id_bindings',
235 'type': 'static_library', 235 'type': 'static_library',
236 'sources': [ 236 'sources': [
237 'interfaces/surfaces/surface_id.mojom', 237 '../surfaces/public/interfaces/surface_id.mojom',
238 ], 238 ],
239 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 239 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
240 'dependencies': [ 240 'dependencies': [
241 '../../public/mojo_public.gyp:mojo_cpp_bindings', 241 '../../public/mojo_public.gyp:mojo_cpp_bindings',
242 ], 242 ],
243 'export_dependent_settings': [ 243 'export_dependent_settings': [
244 '../../public/mojo_public.gyp:mojo_cpp_bindings', 244 '../../public/mojo_public.gyp:mojo_cpp_bindings',
245 ], 245 ],
246 }, 246 },
247 { 247 {
(...skipping 10 matching lines...) Expand all
258 '../../public/mojo_public.gyp:mojo_cpp_bindings', 258 '../../public/mojo_public.gyp:mojo_cpp_bindings',
259 ], 259 ],
260 'export_dependent_settings': [ 260 'export_dependent_settings': [
261 'mojo_input_events_bindings', 261 'mojo_input_events_bindings',
262 '../../public/mojo_public.gyp:mojo_application_bindings', 262 '../../public/mojo_public.gyp:mojo_application_bindings',
263 '../../public/mojo_public.gyp:mojo_cpp_bindings', 263 '../../public/mojo_public.gyp:mojo_cpp_bindings',
264 ], 264 ],
265 }, 265 },
266 ], 266 ],
267 } 267 }
OLDNEW
« no previous file with comments | « mojo/services/public/interfaces/surfaces/surfaces_service.mojom ('k') | mojo/services/surfaces/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698