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

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

Issue 788343002: Restructure public side of gpu 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 ], 69 ],
70 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 70 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
71 'dependencies': [ 71 'dependencies': [
72 '../../public/mojo_public.gyp:mojo_cpp_bindings', 72 '../../public/mojo_public.gyp:mojo_cpp_bindings',
73 ], 73 ],
74 'export_dependent_settings': [ 74 'export_dependent_settings': [
75 '../../public/mojo_public.gyp:mojo_cpp_bindings', 75 '../../public/mojo_public.gyp:mojo_cpp_bindings',
76 ], 76 ],
77 }, 77 },
78 { 78 {
79 # GN version: //mojo/services/public/interfaces/gpu 79 # GN version: //mojo/services/gpu/public/interfaces
80 'target_name': 'mojo_gpu_bindings', 80 'target_name': 'mojo_gpu_bindings',
81 'type': 'static_library', 81 'type': 'static_library',
82 'sources': [ 82 'sources': [
83 'interfaces/gpu/command_buffer.mojom', 83 '../gpu/public/interfaces/command_buffer.mojom',
84 'interfaces/gpu/gpu.mojom', 84 '../gpu/public/interfaces/gpu.mojom',
85 'interfaces/gpu/gpu_capabilities.mojom', 85 '../gpu/public/interfaces/gpu_capabilities.mojom',
86 'interfaces/gpu/viewport_parameter_listener.mojom', 86 '../gpu/public/interfaces/viewport_parameter_listener.mojom',
87 ], 87 ],
88 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], 88 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
89 'dependencies': [ 89 'dependencies': [
90 'mojo_geometry_bindings', 90 'mojo_geometry_bindings',
91 '../../public/mojo_public.gyp:mojo_cpp_bindings', 91 '../../public/mojo_public.gyp:mojo_cpp_bindings',
92 ], 92 ],
93 'export_dependent_settings': [ 93 'export_dependent_settings': [
94 'mojo_geometry_bindings', 94 'mojo_geometry_bindings',
95 '../../public/mojo_public.gyp:mojo_cpp_bindings', 95 '../../public/mojo_public.gyp:mojo_cpp_bindings',
96 ], 96 ],
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
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

Powered by Google App Engine
This is Rietveld 408576698