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 'mojom_files': [ | 8 'mojom_files': [ |
9 'public/interfaces/chooser_service.mojom', | 9 'public/interfaces/chooser_service.mojom', |
10 'public/interfaces/device.mojom', | 10 'public/interfaces/device.mojom', |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 'sources': [ '<@(mojom_files)' ], | 149 'sources': [ '<@(mojom_files)' ], |
150 'includes': [ | 150 'includes': [ |
151 '../../mojo/mojom_bindings_generator.gypi', | 151 '../../mojo/mojom_bindings_generator.gypi', |
152 ], | 152 ], |
153 }, | 153 }, |
154 { | 154 { |
155 'target_name': 'device_usb_mojo_bindings_for_blink', | 155 'target_name': 'device_usb_mojo_bindings_for_blink', |
156 'type': 'static_library', | 156 'type': 'static_library', |
157 'sources': [ '<@(mojom_files)' ], | 157 'sources': [ '<@(mojom_files)' ], |
158 'variables': { | 158 'variables': { |
159 'mojom_variant': 'wtf', | |
160 'for_blink': 'true', | 159 'for_blink': 'true', |
161 }, | 160 }, |
162 'includes': [ | 161 'includes': [ |
163 '../../mojo/mojom_bindings_generator.gypi', | 162 '../../mojo/mojom_bindings_generator.gypi', |
164 ], | 163 ], |
165 }, | 164 }, |
166 { | 165 { |
167 'target_name': 'device_usb_mocks', | 166 'target_name': 'device_usb_mocks', |
168 'type': 'static_library', | 167 'type': 'static_library', |
169 'include_dirs': [ | 168 'include_dirs': [ |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 'type': 'none', | 217 'type': 'none', |
219 'variables': { | 218 'variables': { |
220 'source_file': 'usb_descriptors.h', | 219 'source_file': 'usb_descriptors.h', |
221 }, | 220 }, |
222 'includes': [ '../../build/android/java_cpp_enum.gypi' ], | 221 'includes': [ '../../build/android/java_cpp_enum.gypi' ], |
223 }, | 222 }, |
224 ], | 223 ], |
225 }], | 224 }], |
226 ], | 225 ], |
227 } | 226 } |
OLD | NEW |