OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 }, | 52 }, |
53 { | 53 { |
54 'target_name': 'device_nfc_mojo_bindings', | 54 'target_name': 'device_nfc_mojo_bindings', |
55 'type': 'static_library', | 55 'type': 'static_library', |
56 'includes': [ | 56 'includes': [ |
57 '../../mojo/mojom_bindings_generator.gypi', | 57 '../../mojo/mojom_bindings_generator.gypi', |
58 ], | 58 ], |
59 'sources': [ | 59 'sources': [ |
60 'nfc.mojom', | 60 'nfc.mojom', |
61 ], | 61 ], |
| 62 'variables': { |
| 63 'use_new_wrapper_types': 'false', |
| 64 }, |
62 }, | 65 }, |
63 { | 66 { |
64 'target_name': 'device_nfc_mojo_bindings_for_blink', | 67 'target_name': 'device_nfc_mojo_bindings_for_blink', |
65 'type': 'static_library', | 68 'type': 'static_library', |
66 'variables': { | 69 'variables': { |
67 'for_blink': 'true', | 70 'for_blink': 'true', |
| 71 'use_new_wrapper_types': 'false', |
68 }, | 72 }, |
69 'includes': [ | 73 'includes': [ |
70 '../../mojo/mojom_bindings_generator.gypi', | 74 '../../mojo/mojom_bindings_generator.gypi', |
71 ], | 75 ], |
72 'sources': [ | 76 'sources': [ |
73 'nfc.mojom', | 77 'nfc.mojom', |
74 ], | 78 ], |
75 }, | 79 }, |
76 ], | 80 ], |
77 } | 81 } |
OLD | NEW |