OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 11 matching lines...) Expand all Loading... |
22 # GN version: //ui/gfx/geometry/mojo | 22 # GN version: //ui/gfx/geometry/mojo |
23 'target_name': 'mojo_geometry_bindings_mojom', | 23 'target_name': 'mojo_geometry_bindings_mojom', |
24 'type': 'none', | 24 'type': 'none', |
25 'variables': { | 25 'variables': { |
26 'mojom_files': [ | 26 'mojom_files': [ |
27 'geometry/mojo/geometry.mojom', | 27 'geometry/mojo/geometry.mojom', |
28 ], | 28 ], |
29 'mojom_typemaps': [ | 29 'mojom_typemaps': [ |
30 'geometry/mojo/geometry.typemap', | 30 'geometry/mojo/geometry.typemap', |
31 ], | 31 ], |
| 32 'use_new_wrapper_types': 'false', |
32 }, | 33 }, |
33 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ], | 34 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ], |
34 }, | 35 }, |
35 { | 36 { |
36 # GN version: //ui/gfx/geometry/mojo | 37 # GN version: //ui/gfx/geometry/mojo |
37 'target_name': 'mojo_geometry_bindings', | 38 'target_name': 'mojo_geometry_bindings', |
38 'type': 'static_library', | 39 'type': 'static_library', |
39 'dependencies': [ | 40 'dependencies': [ |
40 'mojo_geometry_bindings_mojom', | 41 'mojo_geometry_bindings_mojom', |
41 '../../mojo/mojo_public.gyp:mojo_cpp_bindings', | 42 '../../mojo/mojo_public.gyp:mojo_cpp_bindings', |
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
581 'configurations': { | 582 'configurations': { |
582 'Common_Base': { | 583 'Common_Base': { |
583 'msvs_target_platform': 'x64', | 584 'msvs_target_platform': 'x64', |
584 }, | 585 }, |
585 }, | 586 }, |
586 }, | 587 }, |
587 ], | 588 ], |
588 }], | 589 }], |
589 ], | 590 ], |
590 } | 591 } |
OLD | NEW |