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