| 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 'dependencies': [ | 119 'dependencies': [ |
| 120 '../../chromeos/chromeos.gyp:chromeos', | 120 '../../chromeos/chromeos.gyp:chromeos', |
| 121 ], | 121 ], |
| 122 }], | 122 }], |
| 123 ] | 123 ] |
| 124 }, | 124 }, |
| 125 { | 125 { |
| 126 'target_name': 'device_usb_mojo_bindings', | 126 'target_name': 'device_usb_mojo_bindings', |
| 127 'type': 'static_library', | 127 'type': 'static_library', |
| 128 'sources': [ | 128 'sources': [ |
| 129 'public/interfaces/chooser_service.mojom', |
| 129 'public/interfaces/device.mojom', | 130 'public/interfaces/device.mojom', |
| 130 'public/interfaces/device_manager.mojom', | 131 'public/interfaces/device_manager.mojom', |
| 131 'public/interfaces/permission_provider.mojom', | 132 'public/interfaces/permission_provider.mojom', |
| 132 ], | 133 ], |
| 133 'includes': [ | 134 'includes': [ |
| 134 '../../mojo/mojom_bindings_generator.gypi', | 135 '../../mojo/mojom_bindings_generator.gypi', |
| 135 ], | 136 ], |
| 136 }, | 137 }, |
| 137 { | 138 { |
| 138 'target_name': 'device_usb_mocks', | 139 'target_name': 'device_usb_mocks', |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 'type': 'none', | 190 'type': 'none', |
| 190 'variables': { | 191 'variables': { |
| 191 'source_file': 'usb_descriptors.h', | 192 'source_file': 'usb_descriptors.h', |
| 192 }, | 193 }, |
| 193 'includes': [ '../../build/android/java_cpp_enum.gypi' ], | 194 'includes': [ '../../build/android/java_cpp_enum.gypi' ], |
| 194 }, | 195 }, |
| 195 ], | 196 ], |
| 196 }], | 197 }], |
| 197 ], | 198 ], |
| 198 } | 199 } |
| OLD | NEW |