| 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 22 matching lines...) Expand all Loading... |
| 33 'usb_device_handle_impl.h', | 33 'usb_device_handle_impl.h', |
| 34 'usb_device_handle.h', | 34 'usb_device_handle.h', |
| 35 'usb_error.cc', | 35 'usb_error.cc', |
| 36 'usb_error.h', | 36 'usb_error.h', |
| 37 'usb_ids.cc', | 37 'usb_ids.cc', |
| 38 'usb_ids.h', | 38 'usb_ids.h', |
| 39 'usb_service.cc', | 39 'usb_service.cc', |
| 40 'usb_service.h', | 40 'usb_service.h', |
| 41 'usb_service_impl.cc', | 41 'usb_service_impl.cc', |
| 42 'usb_service_impl.h', | 42 'usb_service_impl.h', |
| 43 'webusb_descriptors.cc', |
| 44 'webusb_descriptors.h', |
| 43 ], | 45 ], |
| 44 'actions': [ | 46 'actions': [ |
| 45 { | 47 { |
| 46 'action_name': 'generate_usb_ids', | 48 'action_name': 'generate_usb_ids', |
| 47 'variables': { | 49 'variables': { |
| 48 'usb_ids_path%': '../../third_party/usb_ids/usb.ids', | 50 'usb_ids_path%': '../../third_party/usb_ids/usb.ids', |
| 49 'usb_ids_py_path': 'tools/usb_ids.py', | 51 'usb_ids_py_path': 'tools/usb_ids.py', |
| 50 }, | 52 }, |
| 51 'inputs': [ | 53 'inputs': [ |
| 52 '<(usb_ids_path)', | 54 '<(usb_ids_path)', |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 'mock_usb_device.cc', | 93 'mock_usb_device.cc', |
| 92 'mock_usb_device.h', | 94 'mock_usb_device.h', |
| 93 'mock_usb_device_handle.cc', | 95 'mock_usb_device_handle.cc', |
| 94 'mock_usb_device_handle.h', | 96 'mock_usb_device_handle.h', |
| 95 'mock_usb_service.cc', | 97 'mock_usb_service.cc', |
| 96 'mock_usb_service.h', | 98 'mock_usb_service.h', |
| 97 ], | 99 ], |
| 98 }, | 100 }, |
| 99 ], | 101 ], |
| 100 } | 102 } |
| OLD | NEW |