Index: device/usb/BUILD.gn |
diff --git a/device/usb/BUILD.gn b/device/usb/BUILD.gn |
index f024965e72e1bca6110939778d75bab44b639a27..d8a7d77ce475d2308db2ba48ed1ba21e9a33ccae 100644 |
--- a/device/usb/BUILD.gn |
+++ b/device/usb/BUILD.gn |
@@ -19,7 +19,7 @@ source_set("usb") { |
action("usb_device_ids") { |
script = "//device/usb/tools/usb_ids.py" |
- source_prereqs = [ source_ids ] |
+ inputs = [ source_ids ] |
outputs = [ generated_ids ] |
args = [ |
"-i", rebase_path(source_ids, root_build_dir), |