OLD | NEW |
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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/public/interfaces/gpu |
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 'interfaces/gpu/command_buffer.mojom', |
84 'interfaces/gpu/gpu.mojom', | 84 'interfaces/gpu/gpu.mojom', |
| 85 'interfaces/gpu/gpu_capabilities.mojom', |
85 ], | 86 ], |
86 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi'
], | 87 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi'
], |
87 'dependencies': [ | 88 'dependencies': [ |
88 'mojo_geometry_bindings', | 89 'mojo_geometry_bindings', |
89 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 90 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
90 ], | 91 ], |
91 'export_dependent_settings': [ | 92 'export_dependent_settings': [ |
92 'mojo_geometry_bindings', | 93 'mojo_geometry_bindings', |
93 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 94 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
94 ], | 95 ], |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 257 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
257 ], | 258 ], |
258 'export_dependent_settings': [ | 259 'export_dependent_settings': [ |
259 'mojo_input_events_bindings', | 260 'mojo_input_events_bindings', |
260 '../../public/mojo_public.gyp:mojo_application_bindings', | 261 '../../public/mojo_public.gyp:mojo_application_bindings', |
261 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 262 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
262 ], | 263 ], |
263 }, | 264 }, |
264 ], | 265 ], |
265 } | 266 } |
OLD | NEW |