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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 ], | 236 ], |
237 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi'
], | 237 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi'
], |
238 'dependencies': [ | 238 'dependencies': [ |
239 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 239 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
240 ], | 240 ], |
241 'export_dependent_settings': [ | 241 'export_dependent_settings': [ |
242 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 242 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
243 ], | 243 ], |
244 }, | 244 }, |
245 { | 245 { |
246 # GN version: //mojo/services/public/interfaces/window_manager | 246 # GN version: //mojo/services/public/interfaces/window_manager2 |
247 'target_name': 'mojo_core_window_manager_bindings', | 247 'target_name': 'mojo_core_window_manager_bindings', |
248 'type': 'static_library', | 248 'type': 'static_library', |
249 'sources': [ | 249 'sources': [ |
250 'interfaces/window_manager/window_manager.mojom', | 250 'interfaces/window_manager2/window_manager2.mojom', |
251 ], | 251 ], |
252 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi'
], | 252 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi'
], |
253 'export_dependent_settings': [ | 253 'export_dependent_settings': [ |
254 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 254 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
255 ], | 255 ], |
256 'dependencies': [ | 256 'dependencies': [ |
257 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 257 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
258 ], | 258 ], |
259 }, | 259 }, |
260 ], | 260 ], |
261 } | 261 } |
OLD | NEW |