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
3 # found in the LICENSE file.
11 'target_name': 'device_usb',
12 'type': 'static_library',
22 'action_name': 'generate_usb_ids',
24 'usb_ids_path%': '<(DEPTH)/third_party/usb_ids/usb.ids',
25 'usb_ids_py_path': '<(DEPTH)/tools/usb_ids/usb_ids.py',
32 '<(SHARED_INTERMEDIATE_DIR)/device/usb/usb_ids_gen.cc',
37 '-i', '<(usb_ids_path)',
40 'process_outputs_as_sources': 1,