| 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 'mojo_input_events_bindings', | 254 'mojo_input_events_bindings', |
| 255 '../../public/mojo_public.gyp:mojo_application_bindings', | 255 '../../public/mojo_public.gyp:mojo_application_bindings', |
| 256 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 256 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
| 257 ], | 257 ], |
| 258 'export_dependent_settings': [ | 258 'export_dependent_settings': [ |
| 259 'mojo_input_events_bindings', | 259 'mojo_input_events_bindings', |
| 260 '../../public/mojo_public.gyp:mojo_application_bindings', | 260 '../../public/mojo_public.gyp:mojo_application_bindings', |
| 261 '../../public/mojo_public.gyp:mojo_cpp_bindings', | 261 '../../public/mojo_public.gyp:mojo_cpp_bindings', |
| 262 ], | 262 ], |
| 263 }, | 263 }, |
| 264 { | |
| 265 # GN version: //mojo/services/public/interfaces/window_manager2 | |
| 266 'target_name': 'mojo_window_manager2_bindings', | |
| 267 'type': 'static_library', | |
| 268 'sources': [ | |
| 269 'interfaces/window_manager2/window_manager2.mojom', | |
| 270 ], | |
| 271 'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi'
], | |
| 272 'export_dependent_settings': [ | |
| 273 '../../public/mojo_public.gyp:mojo_cpp_bindings', | |
| 274 ], | |
| 275 'dependencies': [ | |
| 276 '../../public/mojo_public.gyp:mojo_cpp_bindings', | |
| 277 ], | |
| 278 }, | |
| 279 ], | 264 ], |
| 280 } | 265 } |
| OLD | NEW |